COLOR #376672

HEX: #376672
RGB: (55,102,114)

Color info

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

RGB color model

#376672 color RGB value is (55,102,114).

  • red value is 55;
  • green value is 102;
  • blue value is 114.
RGB:
(55,102,114)
(22%,40%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 114 of 255 = 45%

55
102
114

R + G + B ~ 36%. #376672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 102 + 114 = 271 (100%)
R 55 of 271 ~ 20.3%
G 102 of 271 ~ 37.64%
B 114 of 271 ~ 42.07%

%20.3
%37.64
%42.07

CMYK color model

#376672 color CMYK value is (52,11,0,55).

  • cyan value is 51.75%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(52,11,0,55)
C52M11Y0K55 
(52%,11%,0%,55%)
(0.52/0.11/0.00/0.55)	

CMYK percentages

%51.75
%10.53
%0
%55.29

Codes

Color #376672 in popluar color models

376672
RGB55102114
HSL192°34.91%33.14%
HSB/HSV192°51.75%44.71%
CMYK51.75%10.53%0.00%
55.29%

Color #376672 in popluar number systems.

HEX376672
Decimal55102114
Binary11011111001101110010
Octal67146162

Shades and tints

Shades of #376672

#376672
(55,102,114)
#325D68
(50,93,104)
#2D545E
(45,84,94)
#284B54
(40,75,84)
#23424A
(35,66,74)
#1E3940
(30,57,64)
#193036
(25,48,54)
#14272C
(20,39,44)
#0F1E22
(15,30,34)
#0A1518
(10,21,24)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #376672

#376672
(55,102,114)
#49737E
(73,115,126)
#5B808A
(91,128,138)
#6D8D96
(109,141,150)
#7F9AA2
(127,154,162)
#91A7AE
(145,167,174)
#A3B4BA
(163,180,186)
#B5C1C6
(181,193,198)
#C7CED2
(199,206,210)
#D9DBDE
(217,219,222)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376672 color. Also use rgb(55,102,114) instead hex code.

Text Font Color

.myTextColor { color: #376672; }

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

This text font color is #376672.


Background Color

.myBgColor { background-color: #376672; }

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

This div background color is #376672.


Border color

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

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

This div border color is #376672.


Opacity

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

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

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

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

This text has shadow with #376672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376672 on black background.


Color preview on white background

This text has color #376672 on white background.



Black color preview on #376672 background

This text has black color on #376672 background.


White color preview on #376672 background

This text has white color on #376672 background.