COLOR #376662

HEX: #376662
RGB: (55,102,98)

Color info

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

RGB color model

#376662 color RGB value is (55,102,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 98 of 255 = 38%

55
102
98

R + G + B ~ 33%. #376662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 102 + 98 = 255 (100%)
R 55 of 255 ~ 21.57%
G 102 of 255 ~ 40%
B 98 of 255 ~ 38.43%

%21.57
%40
%38.43

CMYK color model

#376662 color CMYK value is (46,0,4,60).

  • cyan value is 46.08%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(46,0,4,60)
C46M0Y4K60 
(46%,0%,4%,60%)
(0.46/0.00/0.04/0.60)	

CMYK percentages

%46.08
%0
%3.92
%60

Codes

Color #376662 in popluar color models

376662
RGB5510298
HSL175°29.94%30.78%
HSB/HSV175°46.08%40.00%
CMYK46.08%0.00%3.92%
60.00%

Color #376662 in popluar number systems.

HEX376662
Decimal5510298
Binary11011111001101100010
Octal67146142

Shades and tints

Shades of #376662

#376662
(55,102,98)
#325D5A
(50,93,90)
#2D5452
(45,84,82)
#284B4A
(40,75,74)
#234242
(35,66,66)
#1E393A
(30,57,58)
#193032
(25,48,50)
#14272A
(20,39,42)
#0F1E22
(15,30,34)
#0A151A
(10,21,26)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #376662

#376662
(55,102,98)
#497370
(73,115,112)
#5B807E
(91,128,126)
#6D8D8C
(109,141,140)
#7F9A9A
(127,154,154)
#91A7A8
(145,167,168)
#A3B4B6
(163,180,182)
#B5C1C4
(181,193,196)
#C7CED2
(199,206,210)
#D9DBE0
(217,219,224)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376662; }

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

This text font color is #376662.


Background Color

.myBgColor { background-color: #376662; }

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

This div background color is #376662.


Border color

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

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

This div border color is #376662.


Opacity

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

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

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

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

This text has shadow with #376662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376662 on black background.


Color preview on white background

This text has color #376662 on white background.



Black color preview on #376662 background

This text has black color on #376662 background.


White color preview on #376662 background

This text has white color on #376662 background.