COLOR #062332

HEX: #062332
RGB: (6,35,50)

Color info

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

RGB color model

#062332 color RGB value is (6,35,50).

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

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 50 of 255 = 20%

6
35
50

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

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 50 = 91 (100%)
R 6 of 91 ~ 6.59%
G 35 of 91 ~ 38.46%
B 50 of 91 ~ 54.95%

%38.46
%54.95

CMYK color model

#062332 color CMYK value is (88,30,0,80).

  • cyan value is 88.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK: (88,30,0,80) C88M30Y0K80 (88%,30%,0%,80%) (0.88/0.30/0.00/0.80)

CMYK percentages

%88
%30
%0
%80.39

Codes

Color #062332 in popluar color models

062332
RGB63550
HSL200°78.57%10.98%
HSB/HSV200°88.00%19.61%
CMYK88.00%30.00%0.00%
80.39%

Color #062332 in popluar number systems.

HEX062332
Decimal63550
Binary110100011110010
Octal64362

Shades and tints

Shades of #062332

#062332
(6,35,50)
#06202E
(6,32,46)
#061D2A
(6,29,42)
#061A26
(6,26,38)
#061722
(6,23,34)
#06141E
(6,20,30)
#06111A
(6,17,26)
#060E16
(6,14,22)
#060B12
(6,11,18)
#06080E
(6,8,14)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #062332

#062332
(6,35,50)
#1C3744
(28,55,68)
#324B56
(50,75,86)
#485F68
(72,95,104)
#5E737A
(94,115,122)
#74878C
(116,135,140)
#8A9B9E
(138,155,158)
#A0AFB0
(160,175,176)
#B6C3C2
(182,195,194)
#CCD7D4
(204,215,212)
#E2EBE6
(226,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062332; }

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

This text font color is #062332.


Background Color

.myBgColor { background-color: #062332; }

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

This div background color is #062332.


Border color

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

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

This div border color is #062332.


Opacity

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

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

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

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

This text has shadow with #062332 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #062332 on black background.


Color preview on white background

This text has color #062332 on white background.



Black color preview on #062332 background

This text has black color on #062332 background.


White color preview on #062332 background

This text has white color on #062332 background.