COLOR #374E14

HEX: #374E14 RGB: (55,78,20)

Color info

#374E14 contains red, green and blue colors in about the same proportion. Web safe color of #374E14 is #336600 (or #360).

RGB color model

#374E14 color RGB value is (55,78,20).

RGB: (55,78,20) (22%, 31%, 8%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 20 of 255 = 8%

55
78
20

R + G + B ~ 20%. #374E14 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 78 + 20 = 153 (100%)
R 55 of 153 ~ 35.95%
G 78 of 153 ~ 50.98%
B 20 of 153 ~ 13.07'%

%35.95
%50.98
%13.07

CMYK color model

#374E14 color CMYK value is (29,0,74,69).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 69.41%

CMYK: (29,0,74,69)
C29M0Y74K69 (29%, 0%, 74%, 69%)
(0.29 / 0.00 / 0.74 / 0.69)

CMYK percentages

%29.49
%0
%74.36
%69.41

Codes

Color #374E14 in popluar color models

37 4E 14
RGB 55 78 20
HSL 84° 59.18% 19.22%
HSB/HSV 84° 74.36% 30.59%
CMYK 29.49% 0.00% 74.36%
69.41%

Color #374E14 in popluar number systems.

HEX 37 4E 14
Decimal 55 78 20
Binary 110111 1001110 10100
Octal 67 116 24

Shades and tints

Shades of #374E14

#374E14
(55,78,20)
#324713
(50,71,19)
#2D4012
(45,64,18)
#283911
(40,57,17)
#233210
(35,50,16)
#1E2B0F
(30,43,15)
#19240E
(25,36,14)
#141D0D
(20,29,13)
#0F160C
(15,22,12)
#0A0F0B
(10,15,11)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #374E14

#374E14
(55,78,20)
#495E29
(73,94,41)
#5B6E3E
(91,110,62)
#6D7E53
(109,126,83)
#7F8E68
(127,142,104)
#919E7D
(145,158,125)
#A3AE92
(163,174,146)
#B5BEA7
(181,190,167)
#C7CEBC
(199,206,188)
#D9DED1
(217,222,209)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E14; }

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

This text font color is #374E14.

Background Color

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

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

This div background color is #374E14.

Border color

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

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

This div border color is #374E14.

Opacity

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

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

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

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

This text has shadow with #374E14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374E14.

Preview

Color preview on black background

This text has color #374E14 on black background.


Color preview on white background

This text has color #374E14 on white background.


Black color preview on #374E14 background

This text has black color on #374E14 background.


White color preview on #374E14 background

This text has white color on #374E14 background.


Related colors

Complementary color

Complementary color for #hex is #C8B1EB.


I love getcolorcode.com

Triadic colors

1 #14374E and #4E1437 with #374E14 are triadic colors.

2 #144E37 and #4E3714 with #374E14 are triadic colors.