COLOR #062017

HEX: #062017 RGB: (6,32,23)

Color info

#062017 contains red, green and blue colors in about the same proportion. Web safe color of #062017 is #003300 (or #030).

RGB color model

#062017 color RGB value is (6,32,23).

RGB: (6,32,23) (2%, 13%, 9%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 23 of 255 = 9%

6
32
23

R + G + B ~ 8%. #062017 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 32 + 23 = 61 (100%)
R 6 of 61 ~ 9.84%
G 32 of 61 ~ 52.46%
B 23 of 61 ~ 37.7'%

%52.46
%37.7

CMYK color model

#062017 color CMYK value is (81,0,28,87).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 87.45%

CMYK: (81,0,28,87)
C81M0Y28K87 (81%, 0%, 28%, 87%)
(0.81 / 0.00 / 0.28 / 0.87)

CMYK percentages

%81.25
%0
%28.13
%87.45

Codes

Color #062017 in popluar color models

06 20 17
RGB 6 32 23
HSL 159° 68.42% 7.45%
HSB/HSV 159° 81.25% 12.55%
CMYK 81.25% 0.00% 28.13%
87.45%

Color #062017 in popluar number systems.

HEX 06 20 17
Decimal 6 32 23
Binary 110 100000 10111
Octal 6 40 27

Shades and tints

Shades of #062017

#062017
(6,32,23)
#061E15
(6,30,21)
#061C13
(6,28,19)
#061A11
(6,26,17)
#06180F
(6,24,15)
#06160D
(6,22,13)
#06140B
(6,20,11)
#061209
(6,18,9)
#061007
(6,16,7)
#060E05
(6,14,5)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #062017

#062017
(6,32,23)
#1C342C
(28,52,44)
#324841
(50,72,65)
#485C56
(72,92,86)
#5E706B
(94,112,107)
#748480
(116,132,128)
#8A9895
(138,152,149)
#A0ACAA
(160,172,170)
#B6C0BF
(182,192,191)
#CCD4D4
(204,212,212)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062017; }

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

This text font color is #062017.

Background Color

.myBgColor { background-color: #062017; }

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

This div background color is #062017.

Border color

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

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

This div border color is #062017.

Opacity

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

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

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

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

This text has shadow with #062017 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #062017.

Preview

Color preview on black background

This text has color #062017 on black background.


Color preview on white background

This text has color #062017 on white background.


Black color preview on #062017 background

This text has black color on #062017 background.


White color preview on #062017 background

This text has white color on #062017 background.


Related colors

Complementary color

Complementary color for #hex is #F9DFE8.


I love getcolorcode.com

Triadic colors

1 #170620 and #201706 with #062017 are triadic colors.

2 #172006 and #200617 with #062017 are triadic colors.