COLOR #376C5D

HEX: #376C5D RGB: (55,108,93)

Color info

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

RGB color model

#376C5D color RGB value is (55,108,93).

RGB: (55,108,93) (22%, 42%, 36%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 93 of 255 = 36%

55
108
93

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

Portions of RGB colors in percentages

R + G + B = 55 + 108 + 93 = 256 (100%)
R 55 of 256 ~ 21.48%
G 108 of 256 ~ 42.19%
B 93 of 256 ~ 36.33'%

%21.48
%42.19
%36.33

CMYK color model

#376C5D color CMYK value is (49,0,14,58).

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

CMYK: (49,0,14,58)
C49M0Y14K58 (49%, 0%, 14%, 58%)
(0.49 / 0.00 / 0.14 / 0.58)

CMYK percentages

%49.07
%0
%13.89
%57.65

Codes

Color #376C5D in popluar color models

37 6C 5D
RGB 55 108 93
HSL 163° 32.52% 31.96%
HSB/HSV 163° 49.07% 42.35%
CMYK 49.07% 0.00% 13.89%
57.65%

Color #376C5D in popluar number systems.

HEX 37 6C 5D
Decimal 55 108 93
Binary 110111 1101100 1011101
Octal 67 154 135

Shades and tints

Shades of #376C5D

#376C5D
(55,108,93)
#326355
(50,99,85)
#2D5A4D
(45,90,77)
#285145
(40,81,69)
#23483D
(35,72,61)
#1E3F35
(30,63,53)
#19362D
(25,54,45)
#142D25
(20,45,37)
#0F241D
(15,36,29)
#0A1B15
(10,27,21)
#05120D
(5,18,13)
#000000
(0,0,0)

Tints of #376C5D

#376C5D
(55,108,93)
#49796B
(73,121,107)
#5B8679
(91,134,121)
#6D9387
(109,147,135)
#7FA095
(127,160,149)
#91ADA3
(145,173,163)
#A3BAB1
(163,186,177)
#B5C7BF
(181,199,191)
#C7D4CD
(199,212,205)
#D9E1DB
(217,225,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C5D; }

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

This text font color is #376C5D.

Background Color

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

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

This div background color is #376C5D.

Border color

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

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

This div border color is #376C5D.

Opacity

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

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

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

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

This text has shadow with #376C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376C5D.

Preview

Color preview on black background

This text has color #376C5D on black background.


Color preview on white background

This text has color #376C5D on white background.


Black color preview on #376C5D background

This text has black color on #376C5D background.


White color preview on #376C5D background

This text has white color on #376C5D background.


Related colors

Complementary color

Complementary color for #hex is #C893A2.


I love getcolorcode.com

Triadic colors

1 #5D376C and #6C5D37 with #376C5D are triadic colors.

2 #5D6C37 and #6C375D with #376C5D are triadic colors.