COLOR #376D6A

HEX: #376D6A
RGB: (55,109,106)

Color info

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

RGB color model

#376D6A color RGB value is (55,109,106).

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

RGB channels and saturation

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

55
109
106

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

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 106 = 270 (100%)
R 55 of 270 ~ 20.37%
G 109 of 270 ~ 40.37%
B 106 of 270 ~ 39.26%

%20.37
%40.37
%39.26

CMYK color model

#376D6A color CMYK value is (50,0,3,57).

  • cyan value is 49.54%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(50,0,3,57)
C50M0Y3K57 
(50%,0%,3%,57%)
(0.50/0.00/0.03/0.57)	

CMYK percentages

%49.54
%0
%2.75
%57.25

Codes

Color #376D6A in popluar color models

376D6A
RGB55109106
HSL177°32.93%32.16%
HSB/HSV177°49.54%42.75%
CMYK49.54%0.00%2.75%
57.25%

Color #376D6A in popluar number systems.

HEX376D6A
Decimal55109106
Binary11011111011011101010
Octal67155152

Shades and tints

Shades of #376D6A

#376D6A
(55,109,106)
#326461
(50,100,97)
#2D5B58
(45,91,88)
#28524F
(40,82,79)
#234946
(35,73,70)
#1E403D
(30,64,61)
#193734
(25,55,52)
#142E2B
(20,46,43)
#0F2522
(15,37,34)
#0A1C19
(10,28,25)
#051310
(5,19,16)
#000000
(0,0,0)

Tints of #376D6A

#376D6A
(55,109,106)
#497A77
(73,122,119)
#5B8784
(91,135,132)
#6D9491
(109,148,145)
#7FA19E
(127,161,158)
#91AEAB
(145,174,171)
#A3BBB8
(163,187,184)
#B5C8C5
(181,200,197)
#C7D5D2
(199,213,210)
#D9E2DF
(217,226,223)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376D6A; }

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

This text font color is #376D6A.


Background Color

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

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

This div background color is #376D6A.


Border color

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

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

This div border color is #376D6A.


Opacity

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

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

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

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

This text has shadow with #376D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D6A on black background.


Color preview on white background

This text has color #376D6A on white background.



Black color preview on #376D6A background

This text has black color on #376D6A background.


White color preview on #376D6A background

This text has white color on #376D6A background.