COLOR #376E5C

HEX: #376E5C
RGB: (55,110,92)

Color info

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

RGB color model

#376E5C color RGB value is (55,110,92).

  • red value is 55;
  • green value is 110;
  • blue value is 92.
RGB:
(55,110,92)
(22%,43%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 110 of 255 = 43%
B 92 of 255 = 36%

55
110
92

R + G + B ~ 34%. #376E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 110 + 92 = 257 (100%)
R 55 of 257 ~ 21.4%
G 110 of 257 ~ 42.8%
B 92 of 257 ~ 35.8%

%21.4
%42.8
%35.8

CMYK color model

#376E5C color CMYK value is (50,0,16,57).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 56.86%
CMYK:
(50,0,16,57)
C50M0Y16K57 
(50%,0%,16%,57%)
(0.50/0.00/0.16/0.57)	

CMYK percentages

%50
%0
%16.36
%56.86

Codes

Color #376E5C in popluar color models

376E5C
RGB5511092
HSL160°33.33%32.35%
HSB/HSV160°50.00%43.14%
CMYK50.00%0.00%16.36%
56.86%

Color #376E5C in popluar number systems.

HEX376E5C
Decimal5511092
Binary11011111011101011100
Octal67156134

Shades and tints

Shades of #376E5C

#376E5C
(55,110,92)
#326454
(50,100,84)
#2D5A4C
(45,90,76)
#285044
(40,80,68)
#23463C
(35,70,60)
#1E3C34
(30,60,52)
#19322C
(25,50,44)
#142824
(20,40,36)
#0F1E1C
(15,30,28)
#0A1414
(10,20,20)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #376E5C

#376E5C
(55,110,92)
#497B6A
(73,123,106)
#5B8878
(91,136,120)
#6D9586
(109,149,134)
#7FA294
(127,162,148)
#91AFA2
(145,175,162)
#A3BCB0
(163,188,176)
#B5C9BE
(181,201,190)
#C7D6CC
(199,214,204)
#D9E3DA
(217,227,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376E5C color. Also use rgb(55,110,92) instead hex code.

Text Font Color

.myTextColor { color: #376E5C; }

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

This text font color is #376E5C.


Background Color

.myBgColor { background-color: #376E5C; }

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

This div background color is #376E5C.


Border color

.myBorderColor { border: 1px solid #376E5C; }

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

This div border color is #376E5C.


Opacity

.myOpacity80 { color: #376E5C; opacity: 0.8; }

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

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

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

This text has shadow with #376E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E5C on black background.


Color preview on white background

This text has color #376E5C on white background.



Black color preview on #376E5C background

This text has black color on #376E5C background.


White color preview on #376E5C background

This text has white color on #376E5C background.