COLOR #376875

HEX: #376875
RGB: (55,104,117)

Color info

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

RGB color model

#376875 color RGB value is (55,104,117).

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

RGB channels and saturation

R 55 of 255 = 22%
G 104 of 255 = 41%
B 117 of 255 = 46%

55
104
117

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

Portions of RGB colors in percentages

R + G + B =
55 + 104 + 117 = 276 (100%)
R 55 of 276 ~ 19.93%
G 104 of 276 ~ 37.68%
B 117 of 276 ~ 42.39%

%19.93
%37.68
%42.39

CMYK color model

#376875 color CMYK value is (53,11,0,54).

  • cyan value is 52.99%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(53,11,0,54)
C53M11Y0K54 
(53%,11%,0%,54%)
(0.53/0.11/0.00/0.54)	

CMYK percentages

%52.99
%11.11
%0
%54.12

Codes

Color #376875 in popluar color models

376875
RGB55104117
HSL193°36.05%33.73%
HSB/HSV193°52.99%45.88%
CMYK52.99%11.11%0.00%
54.12%

Color #376875 in popluar number systems.

HEX376875
Decimal55104117
Binary11011111010001110101
Octal67150165

Shades and tints

Shades of #376875

#376875
(55,104,117)
#325F6B
(50,95,107)
#2D5661
(45,86,97)
#284D57
(40,77,87)
#23444D
(35,68,77)
#1E3B43
(30,59,67)
#193239
(25,50,57)
#14292F
(20,41,47)
#0F2025
(15,32,37)
#0A171B
(10,23,27)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #376875

#376875
(55,104,117)
#497581
(73,117,129)
#5B828D
(91,130,141)
#6D8F99
(109,143,153)
#7F9CA5
(127,156,165)
#91A9B1
(145,169,177)
#A3B6BD
(163,182,189)
#B5C3C9
(181,195,201)
#C7D0D5
(199,208,213)
#D9DDE1
(217,221,225)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376875; }

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

This text font color is #376875.


Background Color

.myBgColor { background-color: #376875; }

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

This div background color is #376875.


Border color

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

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

This div border color is #376875.


Opacity

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

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

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

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

This text has shadow with #376875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376875 on black background.


Color preview on white background

This text has color #376875 on white background.



Black color preview on #376875 background

This text has black color on #376875 background.


White color preview on #376875 background

This text has white color on #376875 background.