COLOR #06231F

HEX: #06231F
RGB: (6,35,31)

Color info

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

RGB color model

#06231F color RGB value is (6,35,31).

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

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 31 of 255 = 12%

6
35
31

R + G + B ~ 9%. #06231F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 31 = 72 (100%)
R 6 of 72 ~ 8.33%
G 35 of 72 ~ 48.61%
B 31 of 72 ~ 43.06%

%48.61
%43.06

CMYK color model

#06231F color CMYK value is (83,0,11,86).

  • cyan value is 82.86%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 86.27%
CMYK:
(83,0,11,86)
C83M0Y11K86 
(83%,0%,11%,86%)
(0.83/0.00/0.11/0.86)	

CMYK percentages

%82.86
%0
%11.43
%86.27

Codes

Color #06231F in popluar color models

06231F
RGB63531
HSL172°70.73%8.04%
HSB/HSV172°82.86%13.73%
CMYK82.86%0.00%11.43%
86.27%

Color #06231F in popluar number systems.

HEX06231F
Decimal63531
Binary11010001111111
Octal64337

Shades and tints

Shades of #06231F

#06231F
(6,35,31)
#06201D
(6,32,29)
#061D1B
(6,29,27)
#061A19
(6,26,25)
#061717
(6,23,23)
#061415
(6,20,21)
#061113
(6,17,19)
#060E11
(6,14,17)
#060B0F
(6,11,15)
#06080D
(6,8,13)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #06231F

#06231F
(6,35,31)
#1C3733
(28,55,51)
#324B47
(50,75,71)
#485F5B
(72,95,91)
#5E736F
(94,115,111)
#748783
(116,135,131)
#8A9B97
(138,155,151)
#A0AFAB
(160,175,171)
#B6C3BF
(182,195,191)
#CCD7D3
(204,215,211)
#E2EBE7
(226,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06231F; }

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

This text font color is #06231F.


Background Color

.myBgColor { background-color: #06231F; }

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

This div background color is #06231F.


Border color

.myBorderColor { border: 1px solid #06231F; }

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

This div border color is #06231F.


Opacity

.myOpacity80 { color: #06231F; opacity: 0.8; }

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

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

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

This text has shadow with #06231F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06231F on black background.


Color preview on white background

This text has color #06231F on white background.



Black color preview on #06231F background

This text has black color on #06231F background.


White color preview on #06231F background

This text has white color on #06231F background.