COLOR #376F74

HEX: #376F74
RGB: (55,111,116)

Color info

#376F74 contains mainly green and blue colors. Web safe color of #376F74 is #336666 (or #366).

RGB color model

#376F74 color RGB value is (55,111,116).

  • red value is 55;
  • green value is 111;
  • blue value is 116.
RGB:
(55,111,116)
(22%,44%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 116 of 255 = 45%

55
111
116

R + G + B ~ 37%. #376F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 111 + 116 = 282 (100%)
R 55 of 282 ~ 19.5%
G 111 of 282 ~ 39.36%
B 116 of 282 ~ 41.13%

%19.5
%39.36
%41.13

CMYK color model

#376F74 color CMYK value is (53,4,0,55).

  • cyan value is 52.59%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(53,4,0,55)
C53M4Y0K55 
(53%,4%,0%,55%)
(0.53/0.04/0.00/0.55)	

CMYK percentages

%52.59
%4.31
%0
%54.51

Codes

Color #376F74 in popluar color models

376F74
RGB55111116
HSL185°35.67%33.53%
HSB/HSV185°52.59%45.49%
CMYK52.59%4.31%0.00%
54.51%

Color #376F74 in popluar number systems.

HEX376F74
Decimal55111116
Binary11011111011111110100
Octal67157164

Shades and tints

Shades of #376F74

#376F74
(55,111,116)
#32656A
(50,101,106)
#2D5B60
(45,91,96)
#285156
(40,81,86)
#23474C
(35,71,76)
#1E3D42
(30,61,66)
#193338
(25,51,56)
#14292E
(20,41,46)
#0F1F24
(15,31,36)
#0A151A
(10,21,26)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #376F74

#376F74
(55,111,116)
#497C80
(73,124,128)
#5B898C
(91,137,140)
#6D9698
(109,150,152)
#7FA3A4
(127,163,164)
#91B0B0
(145,176,176)
#A3BDBC
(163,189,188)
#B5CAC8
(181,202,200)
#C7D7D4
(199,215,212)
#D9E4E0
(217,228,224)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376F74 color. Also use rgb(55,111,116) instead hex code.

Text Font Color

.myTextColor { color: #376F74; }

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

This text font color is #376F74.


Background Color

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

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

This div background color is #376F74.


Border color

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

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

This div border color is #376F74.


Opacity

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

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

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

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

This text has shadow with #376F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F74 on black background.


Color preview on white background

This text has color #376F74 on white background.



Black color preview on #376F74 background

This text has black color on #376F74 background.


White color preview on #376F74 background

This text has white color on #376F74 background.