COLOR #376C66

HEX: #376C66
RGB: (55,108,102)

Color info

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

RGB color model

#376C66 color RGB value is (55,108,102).

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

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 102 of 255 = 40%

55
108
102

R + G + B ~ 35%. #376C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 102 = 265 (100%)
R 55 of 265 ~ 20.75%
G 108 of 265 ~ 40.75%
B 102 of 265 ~ 38.49%

%20.75
%40.75
%38.49

CMYK color model

#376C66 color CMYK value is (49,0,6,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 57.65%
CMYK:
(49,0,6,58)
C49M0Y6K58 
(49%,0%,6%,58%)
(0.49/0.00/0.06/0.58)	

CMYK percentages

%49.07
%0
%5.56
%57.65

Codes

Color #376C66 in popluar color models

376C66
RGB55108102
HSL173°32.52%31.96%
HSB/HSV173°49.07%42.35%
CMYK49.07%0.00%5.56%
57.65%

Color #376C66 in popluar number systems.

HEX376C66
Decimal55108102
Binary11011111011001100110
Octal67154146

Shades and tints

Shades of #376C66

#376C66
(55,108,102)
#32635D
(50,99,93)
#2D5A54
(45,90,84)
#28514B
(40,81,75)
#234842
(35,72,66)
#1E3F39
(30,63,57)
#193630
(25,54,48)
#142D27
(20,45,39)
#0F241E
(15,36,30)
#0A1B15
(10,27,21)
#05120C
(5,18,12)
#000000
(0,0,0)

Tints of #376C66

#376C66
(55,108,102)
#497973
(73,121,115)
#5B8680
(91,134,128)
#6D938D
(109,147,141)
#7FA09A
(127,160,154)
#91ADA7
(145,173,167)
#A3BAB4
(163,186,180)
#B5C7C1
(181,199,193)
#C7D4CE
(199,212,206)
#D9E1DB
(217,225,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C66; }

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

This text font color is #376C66.


Background Color

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

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

This div background color is #376C66.


Border color

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

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

This div border color is #376C66.


Opacity

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

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

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

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

This text has shadow with #376C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C66 on black background.


Color preview on white background

This text has color #376C66 on white background.



Black color preview on #376C66 background

This text has black color on #376C66 background.


White color preview on #376C66 background

This text has white color on #376C66 background.