COLOR #062023

HEX: #062023 RGB: (6,32,35)

Color info

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

RGB color model

#062023 color RGB value is (6,32,35).

RGB: (6,32,35) (2%, 13%, 14%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 35 of 255 = 14%

6
32
35

R + G + B ~ 10%. #062023 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 32 + 35 = 73 (100%)
R 6 of 73 ~ 8.22%
G 32 of 73 ~ 43.84%
B 35 of 73 ~ 47.95'%

%43.84
%47.95

CMYK color model

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

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

CMYK: (83,9,0,86)
C83M9Y0K86 (83%, 9%, 0%, 86%)
(0.83 / 0.09 / 0.00 / 0.86)

CMYK percentages

%82.86
%8.57
%0
%86.27

Codes

Color #062023 in popluar color models

06 20 23
RGB 6 32 35
HSL 186° 70.73% 8.04%
HSB/HSV 186° 82.86% 13.73%
CMYK 82.86% 8.57% 0.00%
86.27%

Color #062023 in popluar number systems.

HEX 06 20 23
Decimal 6 32 35
Binary 110 100000 100011
Octal 6 40 43

Shades and tints

Shades of #062023

#062023
(6,32,35)
#061E20
(6,30,32)
#061C1D
(6,28,29)
#061A1A
(6,26,26)
#061817
(6,24,23)
#061614
(6,22,20)
#061411
(6,20,17)
#06120E
(6,18,14)
#06100B
(6,16,11)
#060E08
(6,14,8)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #062023

#062023
(6,32,35)
#1C3437
(28,52,55)
#32484B
(50,72,75)
#485C5F
(72,92,95)
#5E7073
(94,112,115)
#748487
(116,132,135)
#8A989B
(138,152,155)
#A0ACAF
(160,172,175)
#B6C0C3
(182,192,195)
#CCD4D7
(204,212,215)
#E2E8EB
(226,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062023; }

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

This text font color is #062023.

Background Color

.myBgColor { background-color: #062023; }

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

This div background color is #062023.

Border color

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

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

This div border color is #062023.

Opacity

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

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

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

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

This text has shadow with #062023 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #062023.

Preview

Color preview on black background

This text has color #062023 on black background.


Color preview on white background

This text has color #062023 on white background.


Black color preview on #062023 background

This text has black color on #062023 background.


White color preview on #062023 background

This text has white color on #062023 background.


Related colors

Complementary color

Complementary color for #hex is #F9DFDC.


I love getcolorcode.com

Triadic colors

1 #230620 and #202306 with #062023 are triadic colors.

2 #232006 and #200623 with #062023 are triadic colors.