COLOR #344E31

HEX: #344E31
RGB: (52,78,49)

Color info

#344E31 contains red, green and blue colors in about the same proportion. Web safe color of #344E31 is #336633 (or #363).

RGB color model

#344E31 color RGB value is (52,78,49).

  • red value is 52;
  • green value is 78;
  • blue value is 49.
RGB:
(52,78,49)
(20%,31%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 78 of 255 = 31%
B 49 of 255 = 19%

52
78
49

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

Portions of RGB colors in percentages

R + G + B =
52 + 78 + 49 = 179 (100%)
R 52 of 179 ~ 29.05%
G 78 of 179 ~ 43.58%
B 49 of 179 ~ 27.37%

%29.05
%43.58
%27.37

CMYK color model

#344E31 color CMYK value is (33,0,37,69).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(33,0,37,69)
C33M0Y37K69 
(33%,0%,37%,69%)
(0.33/0.00/0.37/0.69)	

CMYK percentages

%33.33
%0
%37.18
%69.41

Codes

Color #344E31 in popluar color models

344E31
RGB527849
HSL114°22.83%24.90%
HSB/HSV114°37.18%30.59%
CMYK33.33%0.00%37.18%
69.41%

Color #344E31 in popluar number systems.

HEX344E31
Decimal527849
Binary1101001001110110001
Octal6411661

Shades and tints

Shades of #344E31

#344E31
(52,78,49)
#30472D
(48,71,45)
#2C4029
(44,64,41)
#283925
(40,57,37)
#243221
(36,50,33)
#202B1D
(32,43,29)
#1C2419
(28,36,25)
#181D15
(24,29,21)
#141611
(20,22,17)
#100F0D
(16,15,13)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #344E31

#344E31
(52,78,49)
#465E43
(70,94,67)
#586E55
(88,110,85)
#6A7E67
(106,126,103)
#7C8E79
(124,142,121)
#8E9E8B
(142,158,139)
#A0AE9D
(160,174,157)
#B2BEAF
(178,190,175)
#C4CEC1
(196,206,193)
#D6DED3
(214,222,211)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344E31 color. Also use rgb(52,78,49) instead hex code.

Text Font Color

.myTextColor { color: #344E31; }

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

This text font color is #344E31.


Background Color

.myBgColor { background-color: #344E31; }

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

This div background color is #344E31.


Border color

.myBorderColor { border: 1px solid #344E31; }

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

This div border color is #344E31.


Opacity

.myOpacity80 { color: #344E31; opacity: 0.8; }

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

Text with #344E31 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 #344E31;}

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

This text has shadow with #344E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344E31 on black background.


Color preview on white background

This text has color #344E31 on white background.



Black color preview on #344E31 background

This text has black color on #344E31 background.


White color preview on #344E31 background

This text has white color on #344E31 background.