COLOR #376C6D

HEX: #376C6D
RGB: (55,108,109)

Color info

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

RGB color model

#376C6D color RGB value is (55,108,109).

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

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 109 of 255 = 43%

55
108
109

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

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 109 = 272 (100%)
R 55 of 272 ~ 20.22%
G 108 of 272 ~ 39.71%
B 109 of 272 ~ 40.07%

%20.22
%39.71
%40.07

CMYK color model

#376C6D color CMYK value is (50,1,0,57).

  • cyan value is 49.54%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(50,1,0,57)
C50M1Y0K57 
(50%,1%,0%,57%)
(0.50/0.01/0.00/0.57)	

CMYK percentages

%49.54
%0.92
%0
%57.25

Codes

Color #376C6D in popluar color models

376C6D
RGB55108109
HSL181°32.93%32.16%
HSB/HSV181°49.54%42.75%
CMYK49.54%0.92%0.00%
57.25%

Color #376C6D in popluar number systems.

HEX376C6D
Decimal55108109
Binary11011111011001101101
Octal67154155

Shades and tints

Shades of #376C6D

#376C6D
(55,108,109)
#326364
(50,99,100)
#2D5A5B
(45,90,91)
#285152
(40,81,82)
#234849
(35,72,73)
#1E3F40
(30,63,64)
#193637
(25,54,55)
#142D2E
(20,45,46)
#0F2425
(15,36,37)
#0A1B1C
(10,27,28)
#051213
(5,18,19)
#000000
(0,0,0)

Tints of #376C6D

#376C6D
(55,108,109)
#49797A
(73,121,122)
#5B8687
(91,134,135)
#6D9394
(109,147,148)
#7FA0A1
(127,160,161)
#91ADAE
(145,173,174)
#A3BABB
(163,186,187)
#B5C7C8
(181,199,200)
#C7D4D5
(199,212,213)
#D9E1E2
(217,225,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C6D; }

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

This text font color is #376C6D.


Background Color

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

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

This div background color is #376C6D.


Border color

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

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

This div border color is #376C6D.


Opacity

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

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

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

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

This text has shadow with #376C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C6D on black background.


Color preview on white background

This text has color #376C6D on white background.



Black color preview on #376C6D background

This text has black color on #376C6D background.


White color preview on #376C6D background

This text has white color on #376C6D background.