COLOR #060423

HEX: #060423 RGB: (6,4,35)

Color info

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

RGB color model

#060423 color RGB value is (6,4,35).

RGB: (6,4,35) (2%, 2%, 14%)

RGB channels and saturation

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

6
4
35

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

Portions of RGB colors in percentages

R + G + B = 6 + 4 + 35 = 45 (100%)
R 6 of 45 ~ 13.33%
G 4 of 45 ~ 8.89%
B 35 of 45 ~ 77.78'%

%13.33
%77.78

CMYK color model

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

  • cyan value is 82.86%
  • magenta value is 88.57%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (83,89,0,86)
C83M89Y0K86 (83%, 89%, 0%, 86%)
(0.83 / 0.89 / 0.00 / 0.86)

CMYK percentages

%82.86
%88.57
%0
%86.27

Codes

Color #060423 in popluar color models

06 04 23
RGB 6 4 35
HSL 244° 79.49% 7.65%
HSB/HSV 244° 88.57% 13.73%
CMYK 82.86% 88.57% 0.00%
86.27%

Color #060423 in popluar number systems.

HEX 06 04 23
Decimal 6 4 35
Binary 110 100 100011
Octal 6 4 43

Shades and tints

Shades of #060423

#060423
(6,4,35)
#060420
(6,4,32)
#06041D
(6,4,29)
#06041A
(6,4,26)
#060417
(6,4,23)
#060414
(6,4,20)
#060411
(6,4,17)
#06040E
(6,4,14)
#06040B
(6,4,11)
#060408
(6,4,8)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #060423

#060423
(6,4,35)
#1C1A37
(28,26,55)
#32304B
(50,48,75)
#48465F
(72,70,95)
#5E5C73
(94,92,115)
#747287
(116,114,135)
#8A889B
(138,136,155)
#A09EAF
(160,158,175)
#B6B4C3
(182,180,195)
#CCCAD7
(204,202,215)
#E2E0EB
(226,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060423; }

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

This text font color is #060423.

Background Color

.myBgColor { background-color: #060423; }

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

This div background color is #060423.

Border color

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

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

This div border color is #060423.

Opacity

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

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

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

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

This text has shadow with #060423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060423.

Preview

Color preview on black background

This text has color #060423 on black background.


Color preview on white background

This text has color #060423 on white background.


Black color preview on #060423 background

This text has black color on #060423 background.


White color preview on #060423 background

This text has white color on #060423 background.


Related colors

Complementary color

Complementary color for #hex is #F9FBDC.


I love getcolorcode.com

Triadic colors

1 #230604 and #042306 with #060423 are triadic colors.

2 #230406 and #040623 with #060423 are triadic colors.