COLOR #374E2D

HEX: #374E2D
RGB: (55,78,45)

Color info

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

RGB color model

#374E2D color RGB value is (55,78,45).

  • red value is 55;
  • green value is 78;
  • blue value is 45.
RGB:
(55,78,45)
(22%,31%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 45 of 255 = 18%

55
78
45

R + G + B ~ 24%. #374E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 45 = 178 (100%)
R 55 of 178 ~ 30.9%
G 78 of 178 ~ 43.82%
B 45 of 178 ~ 25.28%

%30.9
%43.82
%25.28

CMYK color model

#374E2D color CMYK value is (29,0,42,69).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 69.41%
CMYK:
(29,0,42,69)
C29M0Y42K69 
(29%,0%,42%,69%)
(0.29/0.00/0.42/0.69)	

CMYK percentages

%29.49
%0
%42.31
%69.41

Codes

Color #374E2D in popluar color models

374E2D
RGB557845
HSL102°26.83%24.12%
HSB/HSV102°42.31%30.59%
CMYK29.49%0.00%42.31%
69.41%

Color #374E2D in popluar number systems.

HEX374E2D
Decimal557845
Binary1101111001110101101
Octal6711655

Shades and tints

Shades of #374E2D

#374E2D
(55,78,45)
#324729
(50,71,41)
#2D4025
(45,64,37)
#283921
(40,57,33)
#23321D
(35,50,29)
#1E2B19
(30,43,25)
#192415
(25,36,21)
#141D11
(20,29,17)
#0F160D
(15,22,13)
#0A0F09
(10,15,9)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #374E2D

#374E2D
(55,78,45)
#495E40
(73,94,64)
#5B6E53
(91,110,83)
#6D7E66
(109,126,102)
#7F8E79
(127,142,121)
#919E8C
(145,158,140)
#A3AE9F
(163,174,159)
#B5BEB2
(181,190,178)
#C7CEC5
(199,206,197)
#D9DED8
(217,222,216)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374E2D color. Also use rgb(55,78,45) instead hex code.

Text Font Color

.myTextColor { color: #374E2D; }

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

This text font color is #374E2D.


Background Color

.myBgColor { background-color: #374E2D; }

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

This div background color is #374E2D.


Border color

.myBorderColor { border: 1px solid #374E2D; }

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

This div border color is #374E2D.


Opacity

.myOpacity80 { color: #374E2D; opacity: 0.8; }

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

Text with #374E2D 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 #374E2D;}

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

This text has shadow with #374E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E2D on black background.


Color preview on white background

This text has color #374E2D on white background.



Black color preview on #374E2D background

This text has black color on #374E2D background.


White color preview on #374E2D background

This text has white color on #374E2D background.