COLOR #376C0F

HEX: #376C0F
RGB: (55,108,15)

Color info

#376C0F contains mainly red and green colors. Web safe color of #376C0F is #336600 (or #360).

RGB color model

#376C0F color RGB value is (55,108,15).

  • red value is 55;
  • green value is 108;
  • blue value is 15.
RGB:
(55,108,15)
(22%,42%,6%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 15 of 255 = 6%

55
108
15

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

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 15 = 178 (100%)
R 55 of 178 ~ 30.9%
G 108 of 178 ~ 60.67%
B 15 of 178 ~ 8.43%

%30.9
%60.67

CMYK color model

#376C0F color CMYK value is (49,0,86,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 57.65%
CMYK:
(49,0,86,58)
C49M0Y86K58 
(49%,0%,86%,58%)
(0.49/0.00/0.86/0.58)	

CMYK percentages

%49.07
%0
%86.11
%57.65

Codes

Color #376C0F in popluar color models

376C0F
RGB5510815
HSL94°75.61%24.12%
HSB/HSV94°86.11%42.35%
CMYK49.07%0.00%86.11%
57.65%

Color #376C0F in popluar number systems.

HEX376C0F
Decimal5510815
Binary11011111011001111
Octal6715417

Shades and tints

Shades of #376C0F

#376C0F
(55,108,15)
#32630E
(50,99,14)
#2D5A0D
(45,90,13)
#28510C
(40,81,12)
#23480B
(35,72,11)
#1E3F0A
(30,63,10)
#193609
(25,54,9)
#142D08
(20,45,8)
#0F2407
(15,36,7)
#0A1B06
(10,27,6)
#051205
(5,18,5)
#000000
(0,0,0)

Tints of #376C0F

#376C0F
(55,108,15)
#497924
(73,121,36)
#5B8639
(91,134,57)
#6D934E
(109,147,78)
#7FA063
(127,160,99)
#91AD78
(145,173,120)
#A3BA8D
(163,186,141)
#B5C7A2
(181,199,162)
#C7D4B7
(199,212,183)
#D9E1CC
(217,225,204)
#EBEEE1
(235,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376C0F color. Also use rgb(55,108,15) instead hex code.

Text Font Color

.myTextColor { color: #376C0F; }

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

This text font color is #376C0F.


Background Color

.myBgColor { background-color: #376C0F; }

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

This div background color is #376C0F.


Border color

.myBorderColor { border: 1px solid #376C0F; }

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

This div border color is #376C0F.


Opacity

.myOpacity80 { color: #376C0F; opacity: 0.8; }

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

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

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

This text has shadow with #376C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C0F on black background.


Color preview on white background

This text has color #376C0F on white background.



Black color preview on #376C0F background

This text has black color on #376C0F background.


White color preview on #376C0F background

This text has white color on #376C0F background.