COLOR #374D06

HEX: #374D06 RGB: (55,77,6)

Color info

#374D06 contains mainly red and green colors. Web safe color of #374D06 is #333300 (or #330).

RGB color model

#374D06 color RGB value is (55,77,6).

RGB: (55,77,6) (22%, 30%, 2%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 6 of 255 = 2%

55
77
6

R + G + B ~ 18%. #374D06 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 77 + 6 = 138 (100%)
R 55 of 138 ~ 39.86%
G 77 of 138 ~ 55.8%
B 6 of 138 ~ 4.35'%

%39.86
%55.8

CMYK color model

#374D06 color CMYK value is (29,0,92,70).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 92.21%
  • key color value is 69.80%

CMYK: (29,0,92,70)
C29M0Y92K70 (29%, 0%, 92%, 70%)
(0.29 / 0.00 / 0.92 / 0.70)

CMYK percentages

%28.57
%0
%92.21
%69.8

Codes

Color #374D06 in popluar color models

37 4D 06
RGB 55 77 6
HSL 79° 85.54% 16.27%
HSB/HSV 79° 92.21% 30.20%
CMYK 28.57% 0.00% 92.21%
69.80%

Color #374D06 in popluar number systems.

HEX 37 4D 06
Decimal 55 77 6
Binary 110111 1001101 110
Octal 67 115 6

Shades and tints

Shades of #374D06

#374D06
(55,77,6)
#324606
(50,70,6)
#2D3F06
(45,63,6)
#283806
(40,56,6)
#233106
(35,49,6)
#1E2A06
(30,42,6)
#192306
(25,35,6)
#141C06
(20,28,6)
#0F1506
(15,21,6)
#0A0E06
(10,14,6)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #374D06

#374D06
(55,77,6)
#495D1C
(73,93,28)
#5B6D32
(91,109,50)
#6D7D48
(109,125,72)
#7F8D5E
(127,141,94)
#919D74
(145,157,116)
#A3AD8A
(163,173,138)
#B5BDA0
(181,189,160)
#C7CDB6
(199,205,182)
#D9DDCC
(217,221,204)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D06 color. Also use rgb(55,77,6) instead hex code.

Text Font Color

.myTextColor { color: #374D06; }

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

This text font color is #374D06.

Background Color

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

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

This div background color is #374D06.

Border color

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

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

This div border color is #374D06.

Opacity

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

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

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

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

This text has shadow with #374D06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374D06.

Preview

Color preview on black background

This text has color #374D06 on black background.


Color preview on white background

This text has color #374D06 on white background.


Black color preview on #374D06 background

This text has black color on #374D06 background.


White color preview on #374D06 background

This text has white color on #374D06 background.


Related colors

Complementary color

Complementary color for #hex is #C8B2F9.


I love getcolorcode.com

Triadic colors

1 #06374D and #4D0637 with #374D06 are triadic colors.

2 #064D37 and #4D3706 with #374D06 are triadic colors.