COLOR #060523

HEX: #060523
RGB: (6,5,35)

Color info

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

RGB color model

#060523 color RGB value is (6,5,35).

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

RGB channels and saturation

R 6 of 255 = 2%
G 5 of 255 = 2%
B 35 of 255 = 14%

6
5
35

R + G + B ~ 6%. #060523 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 5 + 35 = 46 (100%)
R 6 of 46 ~ 13.04%
G 5 of 46 ~ 10.87%
B 35 of 46 ~ 76.09%

%13.04
%10.87
%76.09

CMYK color model

#060523 color CMYK value is (83,86,0,86).

  • cyan value is 82.86%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(83,86,0,86)
C83M86Y0K86 
(83%,86%,0%,86%)
(0.83/0.86/0.00/0.86)	

CMYK percentages

%82.86
%85.71
%0
%86.27

Codes

Color #060523 in popluar color models

060523
RGB6535
HSL242°75.00%7.84%
HSB/HSV242°85.71%13.73%
CMYK82.86%85.71%0.00%
86.27%

Color #060523 in popluar number systems.

HEX060523
Decimal6535
Binary110101100011
Octal6543

Shades and tints

Shades of #060523

#060523
(6,5,35)
#060520
(6,5,32)
#06051D
(6,5,29)
#06051A
(6,5,26)
#060517
(6,5,23)
#060514
(6,5,20)
#060511
(6,5,17)
#06050E
(6,5,14)
#06050B
(6,5,11)
#060508
(6,5,8)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #060523

#060523
(6,5,35)
#1C1B37
(28,27,55)
#32314B
(50,49,75)
#48475F
(72,71,95)
#5E5D73
(94,93,115)
#747387
(116,115,135)
#8A899B
(138,137,155)
#A09FAF
(160,159,175)
#B6B5C3
(182,181,195)
#CCCBD7
(204,203,215)
#E2E1EB
(226,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060523; }

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

This text font color is #060523.


Background Color

.myBgColor { background-color: #060523; }

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

This div background color is #060523.


Border color

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

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

This div border color is #060523.


Opacity

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

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

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

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

This text has shadow with #060523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060523 on black background.


Color preview on white background

This text has color #060523 on white background.



Black color preview on #060523 background

This text has black color on #060523 background.


White color preview on #060523 background

This text has white color on #060523 background.