COLOR #374806

HEX: #374806 RGB: (55,72,6)

Color info

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

RGB color model

#374806 color RGB value is (55,72,6).

RGB: (55,72,6) (22%, 28%, 2%)

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 6 of 255 = 2%

55
72
6

R + G + B ~ 17%. #374806 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 72 + 6 = 133 (100%)
R 55 of 133 ~ 41.35%
G 72 of 133 ~ 54.14%
B 6 of 133 ~ 4.51'%

%41.35
%54.14

CMYK color model

#374806 color CMYK value is (24,0,92,72).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 71.76%

CMYK: (24,0,92,72)
C24M0Y92K72 (24%, 0%, 92%, 72%)
(0.24 / 0.00 / 0.92 / 0.72)

CMYK percentages

%23.61
%0
%91.67
%71.76

Codes

Color #374806 in popluar color models

37 48 06
RGB 55 72 6
HSL 75° 84.62% 15.29%
HSB/HSV 75° 91.67% 28.24%
CMYK 23.61% 0.00% 91.67%
71.76%

Color #374806 in popluar number systems.

HEX 37 48 06
Decimal 55 72 6
Binary 110111 1001000 110
Octal 67 110 6

Shades and tints

Shades of #374806

#374806
(55,72,6)
#324206
(50,66,6)
#2D3C06
(45,60,6)
#283606
(40,54,6)
#233006
(35,48,6)
#1E2A06
(30,42,6)
#192406
(25,36,6)
#141E06
(20,30,6)
#0F1806
(15,24,6)
#0A1206
(10,18,6)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #374806

#374806
(55,72,6)
#49581C
(73,88,28)
#5B6832
(91,104,50)
#6D7848
(109,120,72)
#7F885E
(127,136,94)
#919874
(145,152,116)
#A3A88A
(163,168,138)
#B5B8A0
(181,184,160)
#C7C8B6
(199,200,182)
#D9D8CC
(217,216,204)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374806; }

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

This text font color is #374806.

Background Color

.myBgColor { background-color: #374806; }

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

This div background color is #374806.

Border color

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

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

This div border color is #374806.

Opacity

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

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

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

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

This text has shadow with #374806 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374806.

Preview

Color preview on black background

This text has color #374806 on black background.


Color preview on white background

This text has color #374806 on white background.


Black color preview on #374806 background

This text has black color on #374806 background.


White color preview on #374806 background

This text has white color on #374806 background.


Related colors

Complementary color

Complementary color for #hex is #C8B7F9.


I love getcolorcode.com

Triadic colors

1 #063748 and #480637 with #374806 are triadic colors.

2 #064837 and #483706 with #374806 are triadic colors.