COLOR #376C51

HEX: #376C51
RGB: (55,108,81)

Color info

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

RGB color model

#376C51 color RGB value is (55,108,81).

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

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 81 of 255 = 32%

55
108
81

R + G + B ~ 32%. #376C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 81 = 244 (100%)
R 55 of 244 ~ 22.54%
G 108 of 244 ~ 44.26%
B 81 of 244 ~ 33.2%

%22.54
%44.26
%33.2

CMYK color model

#376C51 color CMYK value is (49,0,25,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(49,0,25,58)
C49M0Y25K58 
(49%,0%,25%,58%)
(0.49/0.00/0.25/0.58)	

CMYK percentages

%49.07
%0
%25
%57.65

Codes

Color #376C51 in popluar color models

376C51
RGB5510881
HSL149°32.52%31.96%
HSB/HSV149°49.07%42.35%
CMYK49.07%0.00%25.00%
57.65%

Color #376C51 in popluar number systems.

HEX376C51
Decimal5510881
Binary11011111011001010001
Octal67154121

Shades and tints

Shades of #376C51

#376C51
(55,108,81)
#32634A
(50,99,74)
#2D5A43
(45,90,67)
#28513C
(40,81,60)
#234835
(35,72,53)
#1E3F2E
(30,63,46)
#193627
(25,54,39)
#142D20
(20,45,32)
#0F2419
(15,36,25)
#0A1B12
(10,27,18)
#05120B
(5,18,11)
#000000
(0,0,0)

Tints of #376C51

#376C51
(55,108,81)
#497960
(73,121,96)
#5B866F
(91,134,111)
#6D937E
(109,147,126)
#7FA08D
(127,160,141)
#91AD9C
(145,173,156)
#A3BAAB
(163,186,171)
#B5C7BA
(181,199,186)
#C7D4C9
(199,212,201)
#D9E1D8
(217,225,216)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C51; }

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

This text font color is #376C51.


Background Color

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

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

This div background color is #376C51.


Border color

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

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

This div border color is #376C51.


Opacity

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

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

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

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

This text has shadow with #376C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C51 on black background.


Color preview on white background

This text has color #376C51 on white background.



Black color preview on #376C51 background

This text has black color on #376C51 background.


White color preview on #376C51 background

This text has white color on #376C51 background.