COLOR #062533

HEX: #062533
RGB: (6,37,51)

Color info

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

RGB color model

#062533 color RGB value is (6,37,51).

  • red value is 6;
  • green value is 37;
  • blue value is 51.
RGB:
(6,37,51)
(2%,15%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 51 of 255 = 20%

6
37
51

R + G + B ~ 12%. #062533 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 51 = 94 (100%)
R 6 of 94 ~ 6.38%
G 37 of 94 ~ 39.36%
B 51 of 94 ~ 54.26%

%39.36
%54.26

CMYK color model

#062533 color CMYK value is (88,27,0,80).

  • cyan value is 88.24%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(88,27,0,80)
C88M27Y0K80 
(88%,27%,0%,80%)
(0.88/0.27/0.00/0.80)	

CMYK percentages

%88.24
%27.45
%0
%80

Codes

Color #062533 in popluar color models

062533
RGB63751
HSL199°78.95%11.18%
HSB/HSV199°88.24%20.00%
CMYK88.24%27.45%0.00%
80.00%

Color #062533 in popluar number systems.

HEX062533
Decimal63751
Binary110100101110011
Octal64563

Shades and tints

Shades of #062533

#062533
(6,37,51)
#06222F
(6,34,47)
#061F2B
(6,31,43)
#061C27
(6,28,39)
#061923
(6,25,35)
#06161F
(6,22,31)
#06131B
(6,19,27)
#061017
(6,16,23)
#060D13
(6,13,19)
#060A0F
(6,10,15)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #062533

#062533
(6,37,51)
#1C3845
(28,56,69)
#324B57
(50,75,87)
#485E69
(72,94,105)
#5E717B
(94,113,123)
#74848D
(116,132,141)
#8A979F
(138,151,159)
#A0AAB1
(160,170,177)
#B6BDC3
(182,189,195)
#CCD0D5
(204,208,213)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062533 color. Also use rgb(6,37,51) instead hex code.

Text Font Color

.myTextColor { color: #062533; }

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

This text font color is #062533.


Background Color

.myBgColor { background-color: #062533; }

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

This div background color is #062533.


Border color

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

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

This div border color is #062533.


Opacity

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

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

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

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

This text has shadow with #062533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062533 on black background.


Color preview on white background

This text has color #062533 on white background.



Black color preview on #062533 background

This text has black color on #062533 background.


White color preview on #062533 background

This text has white color on #062533 background.