COLOR #06281F

HEX: #06281F
RGB: (6,40,31)

Color info

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

RGB color model

#06281F color RGB value is (6,40,31).

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

RGB channels and saturation

R 6 of 255 = 2%
G 40 of 255 = 16%
B 31 of 255 = 12%

6
40
31

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

Portions of RGB colors in percentages

R + G + B =
6 + 40 + 31 = 77 (100%)
R 6 of 77 ~ 7.79%
G 40 of 77 ~ 51.95%
B 31 of 77 ~ 40.26%

%51.95
%40.26

CMYK color model

#06281F color CMYK value is (85,0,23,84).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 84.31%
CMYK:
(85,0,23,84)
C85M0Y23K84 
(85%,0%,23%,84%)
(0.85/0.00/0.23/0.84)	

CMYK percentages

%85
%0
%22.5
%84.31

Codes

Color #06281F in popluar color models

06281F
RGB64031
HSL164°73.91%9.02%
HSB/HSV164°85.00%15.69%
CMYK85.00%0.00%22.50%
84.31%

Color #06281F in popluar number systems.

HEX06281F
Decimal64031
Binary11010100011111
Octal65037

Shades and tints

Shades of #06281F

#06281F
(6,40,31)
#06251D
(6,37,29)
#06221B
(6,34,27)
#061F19
(6,31,25)
#061C17
(6,28,23)
#061915
(6,25,21)
#061613
(6,22,19)
#061311
(6,19,17)
#06100F
(6,16,15)
#060D0D
(6,13,13)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #06281F

#06281F
(6,40,31)
#1C3B33
(28,59,51)
#324E47
(50,78,71)
#48615B
(72,97,91)
#5E746F
(94,116,111)
#748783
(116,135,131)
#8A9A97
(138,154,151)
#A0ADAB
(160,173,171)
#B6C0BF
(182,192,191)
#CCD3D3
(204,211,211)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06281F; }

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

This text font color is #06281F.


Background Color

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

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

This div background color is #06281F.


Border color

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

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

This div border color is #06281F.


Opacity

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

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

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

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

This text has shadow with #06281F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06281F on black background.


Color preview on white background

This text has color #06281F on white background.



Black color preview on #06281F background

This text has black color on #06281F background.


White color preview on #06281F background

This text has white color on #06281F background.