COLOR #376873

HEX: #376873
RGB: (55,104,115)

Color info

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

RGB color model

#376873 color RGB value is (55,104,115).

  • red value is 55;
  • green value is 104;
  • blue value is 115.
RGB:
(55,104,115)
(22%,41%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 104 of 255 = 41%
B 115 of 255 = 45%

55
104
115

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

Portions of RGB colors in percentages

R + G + B =
55 + 104 + 115 = 274 (100%)
R 55 of 274 ~ 20.07%
G 104 of 274 ~ 37.96%
B 115 of 274 ~ 41.97%

%20.07
%37.96
%41.97

CMYK color model

#376873 color CMYK value is (52,10,0,55).

  • cyan value is 52.17%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(52,10,0,55)
C52M10Y0K55 
(52%,10%,0%,55%)
(0.52/0.10/0.00/0.55)	

CMYK percentages

%52.17
%9.57
%0
%54.9

Codes

Color #376873 in popluar color models

376873
RGB55104115
HSL191°35.29%33.33%
HSB/HSV191°52.17%45.10%
CMYK52.17%9.57%0.00%
54.90%

Color #376873 in popluar number systems.

HEX376873
Decimal55104115
Binary11011111010001110011
Octal67150163

Shades and tints

Shades of #376873

#376873
(55,104,115)
#325F69
(50,95,105)
#2D565F
(45,86,95)
#284D55
(40,77,85)
#23444B
(35,68,75)
#1E3B41
(30,59,65)
#193237
(25,50,55)
#14292D
(20,41,45)
#0F2023
(15,32,35)
#0A1719
(10,23,25)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #376873

#376873
(55,104,115)
#49757F
(73,117,127)
#5B828B
(91,130,139)
#6D8F97
(109,143,151)
#7F9CA3
(127,156,163)
#91A9AF
(145,169,175)
#A3B6BB
(163,182,187)
#B5C3C7
(181,195,199)
#C7D0D3
(199,208,211)
#D9DDDF
(217,221,223)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376873 color. Also use rgb(55,104,115) instead hex code.

Text Font Color

.myTextColor { color: #376873; }

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

This text font color is #376873.


Background Color

.myBgColor { background-color: #376873; }

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

This div background color is #376873.


Border color

.myBorderColor { border: 1px solid #376873; }

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

This div border color is #376873.


Opacity

.myOpacity80 { color: #376873; opacity: 0.8; }

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

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

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

This text has shadow with #376873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376873 on black background.


Color preview on white background

This text has color #376873 on white background.



Black color preview on #376873 background

This text has black color on #376873 background.


White color preview on #376873 background

This text has white color on #376873 background.