COLOR #376D3C

HEX: #376D3C
RGB: (55,109,60)

Color info

#376D3C contains red, green and blue colors in about the same proportion. Web safe color of #376D3C is #336633 (or #363).

RGB color model

#376D3C color RGB value is (55,109,60).

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

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 60 of 255 = 24%

55
109
60

R + G + B ~ 30%. #376D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 60 = 224 (100%)
R 55 of 224 ~ 24.55%
G 109 of 224 ~ 48.66%
B 60 of 224 ~ 26.79%

%24.55
%48.66
%26.79

CMYK color model

#376D3C color CMYK value is (50,0,45,57).

  • cyan value is 49.54%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 57.25%
CMYK:
(50,0,45,57)
C50M0Y45K57 
(50%,0%,45%,57%)
(0.50/0.00/0.45/0.57)	

CMYK percentages

%49.54
%0
%44.95
%57.25

Codes

Color #376D3C in popluar color models

376D3C
RGB5510960
HSL126°32.93%32.16%
HSB/HSV126°49.54%42.75%
CMYK49.54%0.00%44.95%
57.25%

Color #376D3C in popluar number systems.

HEX376D3C
Decimal5510960
Binary1101111101101111100
Octal6715574

Shades and tints

Shades of #376D3C

#376D3C
(55,109,60)
#326437
(50,100,55)
#2D5B32
(45,91,50)
#28522D
(40,82,45)
#234928
(35,73,40)
#1E4023
(30,64,35)
#19371E
(25,55,30)
#142E19
(20,46,25)
#0F2514
(15,37,20)
#0A1C0F
(10,28,15)
#05130A
(5,19,10)
#000000
(0,0,0)

Tints of #376D3C

#376D3C
(55,109,60)
#497A4D
(73,122,77)
#5B875E
(91,135,94)
#6D946F
(109,148,111)
#7FA180
(127,161,128)
#91AE91
(145,174,145)
#A3BBA2
(163,187,162)
#B5C8B3
(181,200,179)
#C7D5C4
(199,213,196)
#D9E2D5
(217,226,213)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376D3C; }

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

This text font color is #376D3C.


Background Color

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

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

This div background color is #376D3C.


Border color

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

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

This div border color is #376D3C.


Opacity

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

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

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

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

This text has shadow with #376D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D3C on black background.


Color preview on white background

This text has color #376D3C on white background.



Black color preview on #376D3C background

This text has black color on #376D3C background.


White color preview on #376D3C background

This text has white color on #376D3C background.