COLOR #374E16

HEX: #374E16
RGB: (55,78,22)

Color info

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

RGB color model

#374E16 color RGB value is (55,78,22).

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

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 22 of 255 = 9%

55
78
22

R + G + B ~ 21%. #374E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 22 = 155 (100%)
R 55 of 155 ~ 35.48%
G 78 of 155 ~ 50.32%
B 22 of 155 ~ 14.19%

%35.48
%50.32
%14.19

CMYK color model

#374E16 color CMYK value is (29,0,72,69).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 71.79%
  • key color value is 69.41%
CMYK:
(29,0,72,69)
C29M0Y72K69 
(29%,0%,72%,69%)
(0.29/0.00/0.72/0.69)	

CMYK percentages

%29.49
%0
%71.79
%69.41

Codes

Color #374E16 in popluar color models

374E16
RGB557822
HSL85°56.00%19.61%
HSB/HSV85°71.79%30.59%
CMYK29.49%0.00%71.79%
69.41%

Color #374E16 in popluar number systems.

HEX374E16
Decimal557822
Binary110111100111010110
Octal6711626

Shades and tints

Shades of #374E16

#374E16
(55,78,22)
#324714
(50,71,20)
#2D4012
(45,64,18)
#283910
(40,57,16)
#23320E
(35,50,14)
#1E2B0C
(30,43,12)
#19240A
(25,36,10)
#141D08
(20,29,8)
#0F1606
(15,22,6)
#0A0F04
(10,15,4)
#050802
(5,8,2)
#000000
(0,0,0)

Tints of #374E16

#374E16
(55,78,22)
#495E2B
(73,94,43)
#5B6E40
(91,110,64)
#6D7E55
(109,126,85)
#7F8E6A
(127,142,106)
#919E7F
(145,158,127)
#A3AE94
(163,174,148)
#B5BEA9
(181,190,169)
#C7CEBE
(199,206,190)
#D9DED3
(217,222,211)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E16; }

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

This text font color is #374E16.


Background Color

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

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

This div background color is #374E16.


Border color

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

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

This div border color is #374E16.


Opacity

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

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

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

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

This text has shadow with #374E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E16 on black background.


Color preview on white background

This text has color #374E16 on white background.



Black color preview on #374E16 background

This text has black color on #374E16 background.


White color preview on #374E16 background

This text has white color on #374E16 background.