COLOR #06052C

HEX: #06052C
RGB: (6,5,44)

Color info

#06052C contains red, green and blue colors in about the same proportion. Web safe color of #06052C is #000033 (or #003).

RGB color model

#06052C color RGB value is (6,5,44).

  • red value is 6;
  • green value is 5;
  • blue value is 44.
RGB:
(6,5,44)
(2%,2%,17%)

RGB channels and saturation

R 6 of 255 = 2%
G 5 of 255 = 2%
B 44 of 255 = 17%

6
5
44

R + G + B ~ 7%. #06052C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 5 + 44 = 55 (100%)
R 6 of 55 ~ 10.91%
G 5 of 55 ~ 9.09%
B 44 of 55 ~ 80%

%10.91
%80

CMYK color model

#06052C color CMYK value is (86,89,0,83).

  • cyan value is 86.36%
  • magenta value is 88.64%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(86,89,0,83)
C86M89Y0K83 
(86%,89%,0%,83%)
(0.86/0.89/0.00/0.83)	

CMYK percentages

%86.36
%88.64
%0
%82.75

Codes

Color #06052C in popluar color models

06052C
RGB6544
HSL242°79.59%9.61%
HSB/HSV242°88.64%17.25%
CMYK86.36%88.64%0.00%
82.75%

Color #06052C in popluar number systems.

HEX06052C
Decimal6544
Binary110101101100
Octal6554

Shades and tints

Shades of #06052C

#06052C
(6,5,44)
#060528
(6,5,40)
#060524
(6,5,36)
#060520
(6,5,32)
#06051C
(6,5,28)
#060518
(6,5,24)
#060514
(6,5,20)
#060510
(6,5,16)
#06050C
(6,5,12)
#060508
(6,5,8)
#060504
(6,5,4)
#000000
(0,0,0)

Tints of #06052C

#06052C
(6,5,44)
#1C1B3F
(28,27,63)
#323152
(50,49,82)
#484765
(72,71,101)
#5E5D78
(94,93,120)
#74738B
(116,115,139)
#8A899E
(138,137,158)
#A09FB1
(160,159,177)
#B6B5C4
(182,181,196)
#CCCBD7
(204,203,215)
#E2E1EA
(226,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06052C color. Also use rgb(6,5,44) instead hex code.

Text Font Color

.myTextColor { color: #06052C; }

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

This text font color is #06052C.


Background Color

.myBgColor { background-color: #06052C; }

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

This div background color is #06052C.


Border color

.myBorderColor { border: 1px solid #06052C; }

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

This div border color is #06052C.


Opacity

.myOpacity80 { color: #06052C; opacity: 0.8; }

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

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

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

This text has shadow with #06052C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06052C on black background.


Color preview on white background

This text has color #06052C on white background.



Black color preview on #06052C background

This text has black color on #06052C background.


White color preview on #06052C background

This text has white color on #06052C background.