COLOR #376947

HEX: #376947
RGB: (55,105,71)

Color info

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

RGB color model

#376947 color RGB value is (55,105,71).

  • red value is 55;
  • green value is 105;
  • blue value is 71.
RGB:
(55,105,71)
(22%,41%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 105 of 255 = 41%
B 71 of 255 = 28%

55
105
71

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

Portions of RGB colors in percentages

R + G + B =
55 + 105 + 71 = 231 (100%)
R 55 of 231 ~ 23.81%
G 105 of 231 ~ 45.45%
B 71 of 231 ~ 30.74%

%23.81
%45.45
%30.74

CMYK color model

#376947 color CMYK value is (48,0,32,59).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(48,0,32,59)
C48M0Y32K59 
(48%,0%,32%,59%)
(0.48/0.00/0.32/0.59)	

CMYK percentages

%47.62
%0
%32.38
%58.82

Codes

Color #376947 in popluar color models

376947
RGB5510571
HSL139°31.25%31.37%
HSB/HSV139°47.62%41.18%
CMYK47.62%0.00%32.38%
58.82%

Color #376947 in popluar number systems.

HEX376947
Decimal5510571
Binary11011111010011000111
Octal67151107

Shades and tints

Shades of #376947

#376947
(55,105,71)
#326041
(50,96,65)
#2D573B
(45,87,59)
#284E35
(40,78,53)
#23452F
(35,69,47)
#1E3C29
(30,60,41)
#193323
(25,51,35)
#142A1D
(20,42,29)
#0F2117
(15,33,23)
#0A1811
(10,24,17)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #376947

#376947
(55,105,71)
#497657
(73,118,87)
#5B8367
(91,131,103)
#6D9077
(109,144,119)
#7F9D87
(127,157,135)
#91AA97
(145,170,151)
#A3B7A7
(163,183,167)
#B5C4B7
(181,196,183)
#C7D1C7
(199,209,199)
#D9DED7
(217,222,215)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376947 color. Also use rgb(55,105,71) instead hex code.

Text Font Color

.myTextColor { color: #376947; }

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

This text font color is #376947.


Background Color

.myBgColor { background-color: #376947; }

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

This div background color is #376947.


Border color

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

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

This div border color is #376947.


Opacity

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

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

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

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

This text has shadow with #376947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376947 on black background.


Color preview on white background

This text has color #376947 on white background.



Black color preview on #376947 background

This text has black color on #376947 background.


White color preview on #376947 background

This text has white color on #376947 background.