COLOR #376862

HEX: #376862
RGB: (55,104,98)

Color info

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

RGB color model

#376862 color RGB value is (55,104,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 104 of 255 = 41%
B 98 of 255 = 38%

55
104
98

R + G + B ~ 34%. #376862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 104 + 98 = 257 (100%)
R 55 of 257 ~ 21.4%
G 104 of 257 ~ 40.47%
B 98 of 257 ~ 38.13%

%21.4
%40.47
%38.13

CMYK color model

#376862 color CMYK value is (47,0,6,59).

  • cyan value is 47.12%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 59.22%
CMYK:
(47,0,6,59)
C47M0Y6K59 
(47%,0%,6%,59%)
(0.47/0.00/0.06/0.59)	

CMYK percentages

%47.12
%0
%5.77
%59.22

Codes

Color #376862 in popluar color models

376862
RGB5510498
HSL173°30.82%31.18%
HSB/HSV173°47.12%40.78%
CMYK47.12%0.00%5.77%
59.22%

Color #376862 in popluar number systems.

HEX376862
Decimal5510498
Binary11011111010001100010
Octal67150142

Shades and tints

Shades of #376862

#376862
(55,104,98)
#325F5A
(50,95,90)
#2D5652
(45,86,82)
#284D4A
(40,77,74)
#234442
(35,68,66)
#1E3B3A
(30,59,58)
#193232
(25,50,50)
#14292A
(20,41,42)
#0F2022
(15,32,34)
#0A171A
(10,23,26)
#050E12
(5,14,18)
#000000
(0,0,0)

Tints of #376862

#376862
(55,104,98)
#497570
(73,117,112)
#5B827E
(91,130,126)
#6D8F8C
(109,143,140)
#7F9C9A
(127,156,154)
#91A9A8
(145,169,168)
#A3B6B6
(163,182,182)
#B5C3C4
(181,195,196)
#C7D0D2
(199,208,210)
#D9DDE0
(217,221,224)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376862; }

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

This text font color is #376862.


Background Color

.myBgColor { background-color: #376862; }

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

This div background color is #376862.


Border color

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

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

This div border color is #376862.


Opacity

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

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

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

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

This text has shadow with #376862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376862 on black background.


Color preview on white background

This text has color #376862 on white background.



Black color preview on #376862 background

This text has black color on #376862 background.


White color preview on #376862 background

This text has white color on #376862 background.