COLOR #06280D

HEX: #06280D
RGB: (6,40,13)

Color info

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

RGB color model

#06280D color RGB value is (6,40,13).

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

RGB channels and saturation

R 6 of 255 = 2%
G 40 of 255 = 16%
B 13 of 255 = 5%

6
40
13

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

Portions of RGB colors in percentages

R + G + B =
6 + 40 + 13 = 59 (100%)
R 6 of 59 ~ 10.17%
G 40 of 59 ~ 67.8%
B 13 of 59 ~ 22.03%

%10.17
%67.8
%22.03

CMYK color model

#06280D color CMYK value is (85,0,68,84).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 84.31%
CMYK:
(85,0,68,84)
C85M0Y68K84 
(85%,0%,68%,84%)
(0.85/0.00/0.68/0.84)	

CMYK percentages

%85
%0
%67.5
%84.31

Codes

Color #06280D in popluar color models

06280D
RGB64013
HSL132°73.91%9.02%
HSB/HSV132°85.00%15.69%
CMYK85.00%0.00%67.50%
84.31%

Color #06280D in popluar number systems.

HEX06280D
Decimal64013
Binary1101010001101
Octal65015

Shades and tints

Shades of #06280D

#06280D
(6,40,13)
#06250C
(6,37,12)
#06220B
(6,34,11)
#061F0A
(6,31,10)
#061C09
(6,28,9)
#061908
(6,25,8)
#061607
(6,22,7)
#061306
(6,19,6)
#061005
(6,16,5)
#060D04
(6,13,4)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #06280D

#06280D
(6,40,13)
#1C3B23
(28,59,35)
#324E39
(50,78,57)
#48614F
(72,97,79)
#5E7465
(94,116,101)
#74877B
(116,135,123)
#8A9A91
(138,154,145)
#A0ADA7
(160,173,167)
#B6C0BD
(182,192,189)
#CCD3D3
(204,211,211)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06280D color. Also use rgb(6,40,13) instead hex code.

Text Font Color

.myTextColor { color: #06280D; }

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

This text font color is #06280D.


Background Color

.myBgColor { background-color: #06280D; }

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

This div background color is #06280D.


Border color

.myBorderColor { border: 1px solid #06280D; }

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

This div border color is #06280D.


Opacity

.myOpacity80 { color: #06280D; opacity: 0.8; }

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

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

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

This text has shadow with #06280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06280D on black background.


Color preview on white background

This text has color #06280D on white background.



Black color preview on #06280D background

This text has black color on #06280D background.


White color preview on #06280D background

This text has white color on #06280D background.