COLOR #376C6B

HEX: #376C6B RGB: (55,108,107)

Color info

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

RGB color model

#376C6B color RGB value is (55,108,107).

RGB: (55,108,107) (22%, 42%, 42%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 107 of 255 = 42%

55
108
107

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

Portions of RGB colors in percentages

R + G + B = 55 + 108 + 107 = 270 (100%)
R 55 of 270 ~ 20.37%
G 108 of 270 ~ 40%
B 107 of 270 ~ 39.63'%

%20.37
%40
%39.63

CMYK color model

#376C6B color CMYK value is (49,0,1,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%

CMYK: (49,0,1,58)
C49M0Y1K58 (49%, 0%, 1%, 58%)
(0.49 / 0.00 / 0.01 / 0.58)

CMYK percentages

%49.07
%0
%0.93
%57.65

Codes

Color #376C6B in popluar color models

37 6C 6B
RGB 55 108 107
HSL 179° 32.52% 31.96%
HSB/HSV 179° 49.07% 42.35%
CMYK 49.07% 0.00% 0.93%
57.65%

Color #376C6B in popluar number systems.

HEX 37 6C 6B
Decimal 55 108 107
Binary 110111 1101100 1101011
Octal 67 154 153

Shades and tints

Shades of #376C6B

#376C6B
(55,108,107)
#326362
(50,99,98)
#2D5A59
(45,90,89)
#285150
(40,81,80)
#234847
(35,72,71)
#1E3F3E
(30,63,62)
#193635
(25,54,53)
#142D2C
(20,45,44)
#0F2423
(15,36,35)
#0A1B1A
(10,27,26)
#051211
(5,18,17)
#000000
(0,0,0)

Tints of #376C6B

#376C6B
(55,108,107)
#497978
(73,121,120)
#5B8685
(91,134,133)
#6D9392
(109,147,146)
#7FA09F
(127,160,159)
#91ADAC
(145,173,172)
#A3BAB9
(163,186,185)
#B5C7C6
(181,199,198)
#C7D4D3
(199,212,211)
#D9E1E0
(217,225,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C6B; }

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

This text font color is #376C6B.

Background Color

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

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

This div background color is #376C6B.

Border color

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

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

This div border color is #376C6B.

Opacity

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

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

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

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

This text has shadow with #376C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376C6B.

Preview

Color preview on black background

This text has color #376C6B on black background.


Color preview on white background

This text has color #376C6B on white background.


Black color preview on #376C6B background

This text has black color on #376C6B background.


White color preview on #376C6B background

This text has white color on #376C6B background.


Related colors

Complementary color

Complementary color for #hex is #C89394.


I love getcolorcode.com

Triadic colors

1 #6B376C and #6C6B37 with #376C6B are triadic colors.

2 #6B6C37 and #6C376B with #376C6B are triadic colors.