COLOR #375962

HEX: #375962
RGB: (55,89,98)

Color info

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

RGB color model

#375962 color RGB value is (55,89,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 89 of 255 = 35%
B 98 of 255 = 38%

55
89
98

R + G + B ~ 32%. #375962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 89 + 98 = 242 (100%)
R 55 of 242 ~ 22.73%
G 89 of 242 ~ 36.78%
B 98 of 242 ~ 40.5%

%22.73
%36.78
%40.5

CMYK color model

#375962 color CMYK value is (44,9,0,62).

  • cyan value is 43.88%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(44,9,0,62)
C44M9Y0K62 
(44%,9%,0%,62%)
(0.44/0.09/0.00/0.62)	

CMYK percentages

%43.88
%9.18
%0
%61.57

Codes

Color #375962 in popluar color models

375962
RGB558998
HSL193°28.10%30.00%
HSB/HSV193°43.88%38.43%
CMYK43.88%9.18%0.00%
61.57%

Color #375962 in popluar number systems.

HEX375962
Decimal558998
Binary11011110110011100010
Octal67131142

Shades and tints

Shades of #375962

#375962
(55,89,98)
#32515A
(50,81,90)
#2D4952
(45,73,82)
#28414A
(40,65,74)
#233942
(35,57,66)
#1E313A
(30,49,58)
#192932
(25,41,50)
#14212A
(20,33,42)
#0F1922
(15,25,34)
#0A111A
(10,17,26)
#050912
(5,9,18)
#000000
(0,0,0)

Tints of #375962

#375962
(55,89,98)
#496870
(73,104,112)
#5B777E
(91,119,126)
#6D868C
(109,134,140)
#7F959A
(127,149,154)
#91A4A8
(145,164,168)
#A3B3B6
(163,179,182)
#B5C2C4
(181,194,196)
#C7D1D2
(199,209,210)
#D9E0E0
(217,224,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375962; }

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

This text font color is #375962.


Background Color

.myBgColor { background-color: #375962; }

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

This div background color is #375962.


Border color

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

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

This div border color is #375962.


Opacity

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

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

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

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

This text has shadow with #375962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375962 on black background.


Color preview on white background

This text has color #375962 on white background.



Black color preview on #375962 background

This text has black color on #375962 background.


White color preview on #375962 background

This text has white color on #375962 background.