COLOR #376557

HEX: #376557
RGB: (55,101,87)

Color info

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

RGB color model

#376557 color RGB value is (55,101,87).

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

RGB channels and saturation

R 55 of 255 = 22%
G 101 of 255 = 40%
B 87 of 255 = 34%

55
101
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 101 + 87 = 243 (100%)
R 55 of 243 ~ 22.63%
G 101 of 243 ~ 41.56%
B 87 of 243 ~ 35.8%

%22.63
%41.56
%35.8

CMYK color model

#376557 color CMYK value is (46,0,14,60).

  • cyan value is 45.54%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(46,0,14,60)
C46M0Y14K60 
(46%,0%,14%,60%)
(0.46/0.00/0.14/0.60)	

CMYK percentages

%45.54
%0
%13.86
%60.39

Codes

Color #376557 in popluar color models

376557
RGB5510187
HSL162°29.49%30.59%
HSB/HSV162°45.54%39.61%
CMYK45.54%0.00%13.86%
60.39%

Color #376557 in popluar number systems.

HEX376557
Decimal5510187
Binary11011111001011010111
Octal67145127

Shades and tints

Shades of #376557

#376557
(55,101,87)
#325C50
(50,92,80)
#2D5349
(45,83,73)
#284A42
(40,74,66)
#23413B
(35,65,59)
#1E3834
(30,56,52)
#192F2D
(25,47,45)
#142626
(20,38,38)
#0F1D1F
(15,29,31)
#0A1418
(10,20,24)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #376557

#376557
(55,101,87)
#497366
(73,115,102)
#5B8175
(91,129,117)
#6D8F84
(109,143,132)
#7F9D93
(127,157,147)
#91ABA2
(145,171,162)
#A3B9B1
(163,185,177)
#B5C7C0
(181,199,192)
#C7D5CF
(199,213,207)
#D9E3DE
(217,227,222)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376557; }

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

This text font color is #376557.


Background Color

.myBgColor { background-color: #376557; }

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

This div background color is #376557.


Border color

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

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

This div border color is #376557.


Opacity

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

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

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

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

This text has shadow with #376557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376557 on black background.


Color preview on white background

This text has color #376557 on white background.



Black color preview on #376557 background

This text has black color on #376557 background.


White color preview on #376557 background

This text has white color on #376557 background.