COLOR #376136

HEX: #376136
RGB: (55,97,54)

Color info

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

RGB color model

#376136 color RGB value is (55,97,54).

  • red value is 55;
  • green value is 97;
  • blue value is 54.
RGB:
(55,97,54)
(22%,38%,21%)

RGB channels and saturation

R 55 of 255 = 22%
G 97 of 255 = 38%
B 54 of 255 = 21%

55
97
54

R + G + B ~ 27%. #376136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 97 + 54 = 206 (100%)
R 55 of 206 ~ 26.7%
G 97 of 206 ~ 47.09%
B 54 of 206 ~ 26.21%

%26.7
%47.09
%26.21

CMYK color model

#376136 color CMYK value is (43,0,44,62).

  • cyan value is 43.30%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(43,0,44,62)
C43M0Y44K62 
(43%,0%,44%,62%)
(0.43/0.00/0.44/0.62)	

CMYK percentages

%43.3
%0
%44.33
%61.96

Codes

Color #376136 in popluar color models

376136
RGB559754
HSL119°28.48%29.61%
HSB/HSV119°44.33%38.04%
CMYK43.30%0.00%44.33%
61.96%

Color #376136 in popluar number systems.

HEX376136
Decimal559754
Binary1101111100001110110
Octal6714166

Shades and tints

Shades of #376136

#376136
(55,97,54)
#325932
(50,89,50)
#2D512E
(45,81,46)
#28492A
(40,73,42)
#234126
(35,65,38)
#1E3922
(30,57,34)
#19311E
(25,49,30)
#14291A
(20,41,26)
#0F2116
(15,33,22)
#0A1912
(10,25,18)
#05110E
(5,17,14)
#000000
(0,0,0)

Tints of #376136

#376136
(55,97,54)
#496F48
(73,111,72)
#5B7D5A
(91,125,90)
#6D8B6C
(109,139,108)
#7F997E
(127,153,126)
#91A790
(145,167,144)
#A3B5A2
(163,181,162)
#B5C3B4
(181,195,180)
#C7D1C6
(199,209,198)
#D9DFD8
(217,223,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376136 color. Also use rgb(55,97,54) instead hex code.

Text Font Color

.myTextColor { color: #376136; }

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

This text font color is #376136.


Background Color

.myBgColor { background-color: #376136; }

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

This div background color is #376136.


Border color

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

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

This div border color is #376136.


Opacity

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

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

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

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

This text has shadow with #376136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376136 on black background.


Color preview on white background

This text has color #376136 on white background.



Black color preview on #376136 background

This text has black color on #376136 background.


White color preview on #376136 background

This text has white color on #376136 background.