COLOR #377608

HEX: #377608
RGB: (55,118,8)

Color info

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

RGB color model

#377608 color RGB value is (55,118,8).

  • red value is 55;
  • green value is 118;
  • blue value is 8.
RGB:
(55,118,8)
(22%,46%,3%)

RGB channels and saturation

R 55 of 255 = 22%
G 118 of 255 = 46%
B 8 of 255 = 3%

55
118
8

R + G + B ~ 24%. #377608 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 118 + 8 = 181 (100%)
R 55 of 181 ~ 30.39%
G 118 of 181 ~ 65.19%
B 8 of 181 ~ 4.42%

%30.39
%65.19

CMYK color model

#377608 color CMYK value is (53,0,93,54).

  • cyan value is 53.39%
  • magenta value is 0.00%
  • yellow value is 93.22%
  • key color value is 53.73%
CMYK:
(53,0,93,54)
C53M0Y93K54 
(53%,0%,93%,54%)
(0.53/0.00/0.93/0.54)	

CMYK percentages

%53.39
%0
%93.22
%53.73

Codes

Color #377608 in popluar color models

377608
RGB551188
HSL94°87.30%24.71%
HSB/HSV94°93.22%46.27%
CMYK53.39%0.00%93.22%
53.73%

Color #377608 in popluar number systems.

HEX377608
Decimal551188
Binary11011111101101000
Octal6716610

Shades and tints

Shades of #377608

#377608
(55,118,8)
#326C08
(50,108,8)
#2D6208
(45,98,8)
#285808
(40,88,8)
#234E08
(35,78,8)
#1E4408
(30,68,8)
#193A08
(25,58,8)
#143008
(20,48,8)
#0F2608
(15,38,8)
#0A1C08
(10,28,8)
#051208
(5,18,8)
#000000
(0,0,0)

Tints of #377608

#377608
(55,118,8)
#49821E
(73,130,30)
#5B8E34
(91,142,52)
#6D9A4A
(109,154,74)
#7FA660
(127,166,96)
#91B276
(145,178,118)
#A3BE8C
(163,190,140)
#B5CAA2
(181,202,162)
#C7D6B8
(199,214,184)
#D9E2CE
(217,226,206)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377608 color. Also use rgb(55,118,8) instead hex code.

Text Font Color

.myTextColor { color: #377608; }

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

This text font color is #377608.


Background Color

.myBgColor { background-color: #377608; }

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

This div background color is #377608.


Border color

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

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

This div border color is #377608.


Opacity

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

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

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

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

This text has shadow with #377608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377608 on black background.


Color preview on white background

This text has color #377608 on white background.



Black color preview on #377608 background

This text has black color on #377608 background.


White color preview on #377608 background

This text has white color on #377608 background.