COLOR #062337

HEX: #062337
RGB: (6,35,55)

Color info

#062337 contains red, green and blue colors in about the same proportion. Web safe color of #062337 is #003333 (or #033).

RGB color model

#062337 color RGB value is (6,35,55).

  • red value is 6;
  • green value is 35;
  • blue value is 55.
RGB:
(6,35,55)
(2%,14%,22%)

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 55 of 255 = 22%

6
35
55

R + G + B ~ 13%. #062337 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 55 = 96 (100%)
R 6 of 96 ~ 6.25%
G 35 of 96 ~ 36.46%
B 55 of 96 ~ 57.29%

%36.46
%57.29

CMYK color model

#062337 color CMYK value is (89,36,0,78).

  • cyan value is 89.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(89,36,0,78)
C89M36Y0K78 
(89%,36%,0%,78%)
(0.89/0.36/0.00/0.78)	

CMYK percentages

%89.09
%36.36
%0
%78.43

Codes

Color #062337 in popluar color models

062337
RGB63555
HSL204°80.33%11.96%
HSB/HSV204°89.09%21.57%
CMYK89.09%36.36%0.00%
78.43%

Color #062337 in popluar number systems.

HEX062337
Decimal63555
Binary110100011110111
Octal64367

Shades and tints

Shades of #062337

#062337
(6,35,55)
#062032
(6,32,50)
#061D2D
(6,29,45)
#061A28
(6,26,40)
#061723
(6,23,35)
#06141E
(6,20,30)
#061119
(6,17,25)
#060E14
(6,14,20)
#060B0F
(6,11,15)
#06080A
(6,8,10)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #062337

#062337
(6,35,55)
#1C3749
(28,55,73)
#324B5B
(50,75,91)
#485F6D
(72,95,109)
#5E737F
(94,115,127)
#748791
(116,135,145)
#8A9BA3
(138,155,163)
#A0AFB5
(160,175,181)
#B6C3C7
(182,195,199)
#CCD7D9
(204,215,217)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062337 color. Also use rgb(6,35,55) instead hex code.

Text Font Color

.myTextColor { color: #062337; }

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

This text font color is #062337.


Background Color

.myBgColor { background-color: #062337; }

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

This div background color is #062337.


Border color

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

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

This div border color is #062337.


Opacity

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

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

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

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

This text has shadow with #062337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062337 on black background.


Color preview on white background

This text has color #062337 on white background.



Black color preview on #062337 background

This text has black color on #062337 background.


White color preview on #062337 background

This text has white color on #062337 background.