COLOR #344438

HEX: #344438
RGB: (52,68,56)

Color info

#344438 contains red, green and blue colors in about the same proportion. Web safe color of #344438 is #333333 (or #333).

RGB color model

#344438 color RGB value is (52,68,56).

  • red value is 52;
  • green value is 68;
  • blue value is 56.
RGB:
(52,68,56)
(20%,27%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 68 of 255 = 27%
B 56 of 255 = 22%

52
68
56

R + G + B ~ 23%. #344438 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 56 = 176 (100%)
R 52 of 176 ~ 29.55%
G 68 of 176 ~ 38.64%
B 56 of 176 ~ 31.82%

%29.55
%38.64
%31.82

CMYK color model

#344438 color CMYK value is (24,0,18,73).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(24,0,18,73)
C24M0Y18K73 
(24%,0%,18%,73%)
(0.24/0.00/0.18/0.73)	

CMYK percentages

%23.53
%0
%17.65
%73.33

Codes

Color #344438 in popluar color models

344438
RGB526856
HSL135°13.33%23.53%
HSB/HSV135°23.53%26.67%
CMYK23.53%0.00%17.65%
73.33%

Color #344438 in popluar number systems.

HEX344438
Decimal526856
Binary1101001000100111000
Octal6410470

Shades and tints

Shades of #344438

#344438
(52,68,56)
#303E33
(48,62,51)
#2C382E
(44,56,46)
#283229
(40,50,41)
#242C24
(36,44,36)
#20261F
(32,38,31)
#1C201A
(28,32,26)
#181A15
(24,26,21)
#141410
(20,20,16)
#100E0B
(16,14,11)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #344438

#344438
(52,68,56)
#46554A
(70,85,74)
#58665C
(88,102,92)
#6A776E
(106,119,110)
#7C8880
(124,136,128)
#8E9992
(142,153,146)
#A0AAA4
(160,170,164)
#B2BBB6
(178,187,182)
#C4CCC8
(196,204,200)
#D6DDDA
(214,221,218)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344438 color. Also use rgb(52,68,56) instead hex code.

Text Font Color

.myTextColor { color: #344438; }

<p style="color:#344438">This sample text font color is #344438.</p>

This text font color is #344438.


Background Color

.myBgColor { background-color: #344438; }

<div style="background-color:#344438">Inner text</div>

This div background color is #344438.


Border color

.myBorderColor { border: 1px solid #344438; }

<div style="border:3px solid #344438">Div</div>

This div border color is #344438.


Opacity

.myOpacity80 { color: #344438; opacity: 0.8; }

<p style="color:#344438;opacity:0.8;">80%</p>

Text with #344438 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #344438;}

<p style="text-shadow: 3px 3px 1px #344438">Text here.</p>

This text has shadow with #344438 color.

.textShadow {text-shadow: 3px 3px 1px #344438, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #344438, 5px 5px 20px red">Text here.</p>

This text has shadow with #344438 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#344438, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#344438, Direction=45, Strength=4)">Text</p>

This text has shadow with #344438 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #344438;
  -webkit-box-shadow:	1px 1px 3px 2px #344438;
  box-shadow:		1px 1px 3px 2px #344438;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #344438;
-webkit-box-shadow: 1px 1px 3px 2px #344438;
box-shadow:1px 1px 3px 2px #344438;">
Div content here</div>
This div box has shadow with color #344438.

Preview

Color preview on black background

This text has color #344438 on black background.


Color preview on white background

This text has color #344438 on white background.



Black color preview on #344438 background

This text has black color on #344438 background.


White color preview on #344438 background

This text has white color on #344438 background.