COLOR #375062

HEX: #375062
RGB: (55,80,98)

Color info

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

RGB color model

#375062 color RGB value is (55,80,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 98 of 255 = 38%

55
80
98

R + G + B ~ 30%. #375062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 98 = 233 (100%)
R 55 of 233 ~ 23.61%
G 80 of 233 ~ 34.33%
B 98 of 233 ~ 42.06%

%23.61
%34.33
%42.06

CMYK color model

#375062 color CMYK value is (44,18,0,62).

  • cyan value is 43.88%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(44,18,0,62)
C44M18Y0K62 
(44%,18%,0%,62%)
(0.44/0.18/0.00/0.62)	

CMYK percentages

%43.88
%18.37
%0
%61.57

Codes

Color #375062 in popluar color models

375062
RGB558098
HSL205°28.10%30.00%
HSB/HSV205°43.88%38.43%
CMYK43.88%18.37%0.00%
61.57%

Color #375062 in popluar number systems.

HEX375062
Decimal558098
Binary11011110100001100010
Octal67120142

Shades and tints

Shades of #375062

#375062
(55,80,98)
#32495A
(50,73,90)
#2D4252
(45,66,82)
#283B4A
(40,59,74)
#233442
(35,52,66)
#1E2D3A
(30,45,58)
#192632
(25,38,50)
#141F2A
(20,31,42)
#0F1822
(15,24,34)
#0A111A
(10,17,26)
#050A12
(5,10,18)
#000000
(0,0,0)

Tints of #375062

#375062
(55,80,98)
#495F70
(73,95,112)
#5B6E7E
(91,110,126)
#6D7D8C
(109,125,140)
#7F8C9A
(127,140,154)
#919BA8
(145,155,168)
#A3AAB6
(163,170,182)
#B5B9C4
(181,185,196)
#C7C8D2
(199,200,210)
#D9D7E0
(217,215,224)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375062; }

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

This text font color is #375062.


Background Color

.myBgColor { background-color: #375062; }

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

This div background color is #375062.


Border color

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

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

This div border color is #375062.


Opacity

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

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

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

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

This text has shadow with #375062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375062 on black background.


Color preview on white background

This text has color #375062 on white background.



Black color preview on #375062 background

This text has black color on #375062 background.


White color preview on #375062 background

This text has white color on #375062 background.