COLOR #376139

HEX: #376139
RGB: (55,97,57)

Color info

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

RGB color model

#376139 color RGB value is (55,97,57).

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

RGB channels and saturation

R 55 of 255 = 22%
G 97 of 255 = 38%
B 57 of 255 = 22%

55
97
57

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

Portions of RGB colors in percentages

R + G + B =
55 + 97 + 57 = 209 (100%)
R 55 of 209 ~ 26.32%
G 97 of 209 ~ 46.41%
B 57 of 209 ~ 27.27%

%26.32
%46.41
%27.27

CMYK color model

#376139 color CMYK value is (43,0,41,62).

  • cyan value is 43.30%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 61.96%
CMYK:
(43,0,41,62)
C43M0Y41K62 
(43%,0%,41%,62%)
(0.43/0.00/0.41/0.62)	

CMYK percentages

%43.3
%0
%41.24
%61.96

Codes

Color #376139 in popluar color models

376139
RGB559757
HSL123°27.63%29.80%
HSB/HSV123°43.30%38.04%
CMYK43.30%0.00%41.24%
61.96%

Color #376139 in popluar number systems.

HEX376139
Decimal559757
Binary1101111100001111001
Octal6714171

Shades and tints

Shades of #376139

#376139
(55,97,57)
#325934
(50,89,52)
#2D512F
(45,81,47)
#28492A
(40,73,42)
#234125
(35,65,37)
#1E3920
(30,57,32)
#19311B
(25,49,27)
#142916
(20,41,22)
#0F2111
(15,33,17)
#0A190C
(10,25,12)
#051107
(5,17,7)
#000000
(0,0,0)

Tints of #376139

#376139
(55,97,57)
#496F4B
(73,111,75)
#5B7D5D
(91,125,93)
#6D8B6F
(109,139,111)
#7F9981
(127,153,129)
#91A793
(145,167,147)
#A3B5A5
(163,181,165)
#B5C3B7
(181,195,183)
#C7D1C9
(199,209,201)
#D9DFDB
(217,223,219)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376139; }

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

This text font color is #376139.


Background Color

.myBgColor { background-color: #376139; }

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

This div background color is #376139.


Border color

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

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

This div border color is #376139.


Opacity

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

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

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

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

This text has shadow with #376139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376139 on black background.


Color preview on white background

This text has color #376139 on white background.



Black color preview on #376139 background

This text has black color on #376139 background.


White color preview on #376139 background

This text has white color on #376139 background.