COLOR #376C69

HEX: #376C69
RGB: (55,108,105)

Color info

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

RGB color model

#376C69 color RGB value is (55,108,105).

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

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 105 of 255 = 41%

55
108
105

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

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 105 = 268 (100%)
R 55 of 268 ~ 20.52%
G 108 of 268 ~ 40.3%
B 105 of 268 ~ 39.18%

%20.52
%40.3
%39.18

CMYK color model

#376C69 color CMYK value is (49,0,3,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(49,0,3,58)
C49M0Y3K58 
(49%,0%,3%,58%)
(0.49/0.00/0.03/0.58)	

CMYK percentages

%49.07
%0
%2.78
%57.65

Codes

Color #376C69 in popluar color models

376C69
RGB55108105
HSL177°32.52%31.96%
HSB/HSV177°49.07%42.35%
CMYK49.07%0.00%2.78%
57.65%

Color #376C69 in popluar number systems.

HEX376C69
Decimal55108105
Binary11011111011001101001
Octal67154151

Shades and tints

Shades of #376C69

#376C69
(55,108,105)
#326360
(50,99,96)
#2D5A57
(45,90,87)
#28514E
(40,81,78)
#234845
(35,72,69)
#1E3F3C
(30,63,60)
#193633
(25,54,51)
#142D2A
(20,45,42)
#0F2421
(15,36,33)
#0A1B18
(10,27,24)
#05120F
(5,18,15)
#000000
(0,0,0)

Tints of #376C69

#376C69
(55,108,105)
#497976
(73,121,118)
#5B8683
(91,134,131)
#6D9390
(109,147,144)
#7FA09D
(127,160,157)
#91ADAA
(145,173,170)
#A3BAB7
(163,186,183)
#B5C7C4
(181,199,196)
#C7D4D1
(199,212,209)
#D9E1DE
(217,225,222)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C69; }

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

This text font color is #376C69.


Background Color

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

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

This div background color is #376C69.


Border color

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

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

This div border color is #376C69.


Opacity

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

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

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

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

This text has shadow with #376C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C69 on black background.


Color preview on white background

This text has color #376C69 on white background.



Black color preview on #376C69 background

This text has black color on #376C69 background.


White color preview on #376C69 background

This text has white color on #376C69 background.