COLOR #377406

HEX: #377406
RGB: (55,116,6)

Color info

#377406 contains mainly green color. Web safe color of #377406 is #336600 (or #360).

RGB color model

#377406 color RGB value is (55,116,6).

  • red value is 55;
  • green value is 116;
  • blue value is 6.
RGB:
(55,116,6)
(22%,45%,2%)

RGB channels and saturation

R 55 of 255 = 22%
G 116 of 255 = 45%
B 6 of 255 = 2%

55
116
6

R + G + B ~ 23%. #377406 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 116 + 6 = 177 (100%)
R 55 of 177 ~ 31.07%
G 116 of 177 ~ 65.54%
B 6 of 177 ~ 3.39%

%31.07
%65.54

CMYK color model

#377406 color CMYK value is (53,0,95,55).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 94.83%
  • key color value is 54.51%
CMYK:
(53,0,95,55)
C53M0Y95K55 
(53%,0%,95%,55%)
(0.53/0.00/0.95/0.55)	

CMYK percentages

%52.59
%0
%94.83
%54.51

Codes

Color #377406 in popluar color models

377406
RGB551166
HSL93°90.16%23.92%
HSB/HSV93°94.83%45.49%
CMYK52.59%0.00%94.83%
54.51%

Color #377406 in popluar number systems.

HEX377406
Decimal551166
Binary1101111110100110
Octal671646

Shades and tints

Shades of #377406

#377406
(55,116,6)
#326A06
(50,106,6)
#2D6006
(45,96,6)
#285606
(40,86,6)
#234C06
(35,76,6)
#1E4206
(30,66,6)
#193806
(25,56,6)
#142E06
(20,46,6)
#0F2406
(15,36,6)
#0A1A06
(10,26,6)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #377406

#377406
(55,116,6)
#49801C
(73,128,28)
#5B8C32
(91,140,50)
#6D9848
(109,152,72)
#7FA45E
(127,164,94)
#91B074
(145,176,116)
#A3BC8A
(163,188,138)
#B5C8A0
(181,200,160)
#C7D4B6
(199,212,182)
#D9E0CC
(217,224,204)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377406; }

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

This text font color is #377406.


Background Color

.myBgColor { background-color: #377406; }

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

This div background color is #377406.


Border color

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

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

This div border color is #377406.


Opacity

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

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

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

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

This text has shadow with #377406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377406 on black background.


Color preview on white background

This text has color #377406 on white background.



Black color preview on #377406 background

This text has black color on #377406 background.


White color preview on #377406 background

This text has white color on #377406 background.