COLOR #062317

HEX: #062317
RGB: (6,35,23)

Color info

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

RGB color model

#062317 color RGB value is (6,35,23).

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

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 23 of 255 = 9%

6
35
23

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

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 23 = 64 (100%)
R 6 of 64 ~ 9.38%
G 35 of 64 ~ 54.69%
B 23 of 64 ~ 35.94%

%54.69
%35.94

CMYK color model

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

  • cyan value is 82.86%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 86.27%
CMYK:
(83,0,34,86)
C83M0Y34K86 
(83%,0%,34%,86%)
(0.83/0.00/0.34/0.86)	

CMYK percentages

%82.86
%0
%34.29
%86.27

Codes

Color #062317 in popluar color models

062317
RGB63523
HSL155°70.73%8.04%
HSB/HSV155°82.86%13.73%
CMYK82.86%0.00%34.29%
86.27%

Color #062317 in popluar number systems.

HEX062317
Decimal63523
Binary11010001110111
Octal64327

Shades and tints

Shades of #062317

#062317
(6,35,23)
#062015
(6,32,21)
#061D13
(6,29,19)
#061A11
(6,26,17)
#06170F
(6,23,15)
#06140D
(6,20,13)
#06110B
(6,17,11)
#060E09
(6,14,9)
#060B07
(6,11,7)
#060805
(6,8,5)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #062317

#062317
(6,35,23)
#1C372C
(28,55,44)
#324B41
(50,75,65)
#485F56
(72,95,86)
#5E736B
(94,115,107)
#748780
(116,135,128)
#8A9B95
(138,155,149)
#A0AFAA
(160,175,170)
#B6C3BF
(182,195,191)
#CCD7D4
(204,215,212)
#E2EBE9
(226,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062317; }

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

This text font color is #062317.


Background Color

.myBgColor { background-color: #062317; }

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

This div background color is #062317.


Border color

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

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

This div border color is #062317.


Opacity

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

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

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

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

This text has shadow with #062317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062317 on black background.


Color preview on white background

This text has color #062317 on white background.



Black color preview on #062317 background

This text has black color on #062317 background.


White color preview on #062317 background

This text has white color on #062317 background.