COLOR #374920

HEX: #374920
RGB: (55,73,32)

Color info

#374920 contains red, green and blue colors in about the same proportion. Web safe color of #374920 is #333333 (or #333).

RGB color model

#374920 color RGB value is (55,73,32).

  • red value is 55;
  • green value is 73;
  • blue value is 32.
RGB:
(55,73,32)
(22%,29%,13%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 32 of 255 = 13%

55
73
32

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

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 32 = 160 (100%)
R 55 of 160 ~ 34.38%
G 73 of 160 ~ 45.63%
B 32 of 160 ~ 20%

%34.38
%45.63
%20

CMYK color model

#374920 color CMYK value is (25,0,56,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 56.16%
  • key color value is 71.37%
CMYK:
(25,0,56,71)
C25M0Y56K71 
(25%,0%,56%,71%)
(0.25/0.00/0.56/0.71)	

CMYK percentages

%24.66
%0
%56.16
%71.37

Codes

Color #374920 in popluar color models

374920
RGB557332
HSL86°39.05%20.59%
HSB/HSV86°56.16%28.63%
CMYK24.66%0.00%56.16%
71.37%

Color #374920 in popluar number systems.

HEX374920
Decimal557332
Binary1101111001001100000
Octal6711140

Shades and tints

Shades of #374920

#374920
(55,73,32)
#32431E
(50,67,30)
#2D3D1C
(45,61,28)
#28371A
(40,55,26)
#233118
(35,49,24)
#1E2B16
(30,43,22)
#192514
(25,37,20)
#141F12
(20,31,18)
#0F1910
(15,25,16)
#0A130E
(10,19,14)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #374920

#374920
(55,73,32)
#495934
(73,89,52)
#5B6948
(91,105,72)
#6D795C
(109,121,92)
#7F8970
(127,137,112)
#919984
(145,153,132)
#A3A998
(163,169,152)
#B5B9AC
(181,185,172)
#C7C9C0
(199,201,192)
#D9D9D4
(217,217,212)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374920 color. Also use rgb(55,73,32) instead hex code.

Text Font Color

.myTextColor { color: #374920; }

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

This text font color is #374920.


Background Color

.myBgColor { background-color: #374920; }

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

This div background color is #374920.


Border color

.myBorderColor { border: 1px solid #374920; }

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

This div border color is #374920.


Opacity

.myOpacity80 { color: #374920; opacity: 0.8; }

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

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

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

This text has shadow with #374920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374920 on black background.


Color preview on white background

This text has color #374920 on white background.



Black color preview on #374920 background

This text has black color on #374920 background.


White color preview on #374920 background

This text has white color on #374920 background.