COLOR #374F16

HEX: #374F16
RGB: (55,79,22)

Color info

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

RGB color model

#374F16 color RGB value is (55,79,22).

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

RGB channels and saturation

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

55
79
22

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

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 22 = 156 (100%)
R 55 of 156 ~ 35.26%
G 79 of 156 ~ 50.64%
B 22 of 156 ~ 14.1%

%35.26
%50.64
%14.1

CMYK color model

#374F16 color CMYK value is (30,0,72,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 72.15%
  • key color value is 69.02%
CMYK:
(30,0,72,69)
C30M0Y72K69 
(30%,0%,72%,69%)
(0.30/0.00/0.72/0.69)	

CMYK percentages

%30.38
%0
%72.15
%69.02

Codes

Color #374F16 in popluar color models

374F16
RGB557922
HSL85°56.44%19.80%
HSB/HSV85°72.15%30.98%
CMYK30.38%0.00%72.15%
69.02%

Color #374F16 in popluar number systems.

HEX374F16
Decimal557922
Binary110111100111110110
Octal6711726

Shades and tints

Shades of #374F16

#374F16
(55,79,22)
#324814
(50,72,20)
#2D4112
(45,65,18)
#283A10
(40,58,16)
#23330E
(35,51,14)
#1E2C0C
(30,44,12)
#19250A
(25,37,10)
#141E08
(20,30,8)
#0F1706
(15,23,6)
#0A1004
(10,16,4)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #374F16

#374F16
(55,79,22)
#495F2B
(73,95,43)
#5B6F40
(91,111,64)
#6D7F55
(109,127,85)
#7F8F6A
(127,143,106)
#919F7F
(145,159,127)
#A3AF94
(163,175,148)
#B5BFA9
(181,191,169)
#C7CFBE
(199,207,190)
#D9DFD3
(217,223,211)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F16; }

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

This text font color is #374F16.


Background Color

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

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

This div background color is #374F16.


Border color

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

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

This div border color is #374F16.


Opacity

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

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

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

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

This text has shadow with #374F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F16 on black background.


Color preview on white background

This text has color #374F16 on white background.



Black color preview on #374F16 background

This text has black color on #374F16 background.


White color preview on #374F16 background

This text has white color on #374F16 background.