COLOR #376D0D

HEX: #376D0D
RGB: (55,109,13)

Color info

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

RGB color model

#376D0D color RGB value is (55,109,13).

  • red value is 55;
  • green value is 109;
  • blue value is 13.
RGB:
(55,109,13)
(22%,43%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 13 of 255 = 5%

55
109
13

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

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 13 = 177 (100%)
R 55 of 177 ~ 31.07%
G 109 of 177 ~ 61.58%
B 13 of 177 ~ 7.34%

%31.07
%61.58

CMYK color model

#376D0D color CMYK value is (50,0,88,57).

  • cyan value is 49.54%
  • magenta value is 0.00%
  • yellow value is 88.07%
  • key color value is 57.25%
CMYK:
(50,0,88,57)
C50M0Y88K57 
(50%,0%,88%,57%)
(0.50/0.00/0.88/0.57)	

CMYK percentages

%49.54
%0
%88.07
%57.25

Codes

Color #376D0D in popluar color models

376D0D
RGB5510913
HSL94°78.69%23.92%
HSB/HSV94°88.07%42.75%
CMYK49.54%0.00%88.07%
57.25%

Color #376D0D in popluar number systems.

HEX376D0D
Decimal5510913
Binary11011111011011101
Octal6715515

Shades and tints

Shades of #376D0D

#376D0D
(55,109,13)
#32640C
(50,100,12)
#2D5B0B
(45,91,11)
#28520A
(40,82,10)
#234909
(35,73,9)
#1E4008
(30,64,8)
#193707
(25,55,7)
#142E06
(20,46,6)
#0F2505
(15,37,5)
#0A1C04
(10,28,4)
#051303
(5,19,3)
#000000
(0,0,0)

Tints of #376D0D

#376D0D
(55,109,13)
#497A23
(73,122,35)
#5B8739
(91,135,57)
#6D944F
(109,148,79)
#7FA165
(127,161,101)
#91AE7B
(145,174,123)
#A3BB91
(163,187,145)
#B5C8A7
(181,200,167)
#C7D5BD
(199,213,189)
#D9E2D3
(217,226,211)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D0D color. Also use rgb(55,109,13) instead hex code.

Text Font Color

.myTextColor { color: #376D0D; }

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

This text font color is #376D0D.


Background Color

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

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

This div background color is #376D0D.


Border color

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

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

This div border color is #376D0D.


Opacity

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

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

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

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

This text has shadow with #376D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D0D on black background.


Color preview on white background

This text has color #376D0D on white background.



Black color preview on #376D0D background

This text has black color on #376D0D background.


White color preview on #376D0D background

This text has white color on #376D0D background.