COLOR #376957

HEX: #376957
RGB: (55,105,87)

Color info

#376957 contains red, green and blue colors in about the same proportion. Web safe color of #376957 is #336666 (or #366).

RGB color model

#376957 color RGB value is (55,105,87).

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

RGB channels and saturation

R 55 of 255 = 22%
G 105 of 255 = 41%
B 87 of 255 = 34%

55
105
87

R + G + B ~ 32%. #376957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 105 + 87 = 247 (100%)
R 55 of 247 ~ 22.27%
G 105 of 247 ~ 42.51%
B 87 of 247 ~ 35.22%

%22.27
%42.51
%35.22

CMYK color model

#376957 color CMYK value is (48,0,17,59).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 58.82%
CMYK:
(48,0,17,59)
C48M0Y17K59 
(48%,0%,17%,59%)
(0.48/0.00/0.17/0.59)	

CMYK percentages

%47.62
%0
%17.14
%58.82

Codes

Color #376957 in popluar color models

376957
RGB5510587
HSL158°31.25%31.37%
HSB/HSV158°47.62%41.18%
CMYK47.62%0.00%17.14%
58.82%

Color #376957 in popluar number systems.

HEX376957
Decimal5510587
Binary11011111010011010111
Octal67151127

Shades and tints

Shades of #376957

#376957
(55,105,87)
#326050
(50,96,80)
#2D5749
(45,87,73)
#284E42
(40,78,66)
#23453B
(35,69,59)
#1E3C34
(30,60,52)
#19332D
(25,51,45)
#142A26
(20,42,38)
#0F211F
(15,33,31)
#0A1818
(10,24,24)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #376957

#376957
(55,105,87)
#497666
(73,118,102)
#5B8375
(91,131,117)
#6D9084
(109,144,132)
#7F9D93
(127,157,147)
#91AAA2
(145,170,162)
#A3B7B1
(163,183,177)
#B5C4C0
(181,196,192)
#C7D1CF
(199,209,207)
#D9DEDE
(217,222,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376957; }

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

This text font color is #376957.


Background Color

.myBgColor { background-color: #376957; }

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

This div background color is #376957.


Border color

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

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

This div border color is #376957.


Opacity

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

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

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

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

This text has shadow with #376957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376957 on black background.


Color preview on white background

This text has color #376957 on white background.



Black color preview on #376957 background

This text has black color on #376957 background.


White color preview on #376957 background

This text has white color on #376957 background.