COLOR #06251D

HEX: #06251D
RGB: (6,37,29)

Color info

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

RGB color model

#06251D color RGB value is (6,37,29).

  • red value is 6;
  • green value is 37;
  • blue value is 29.
RGB:
(6,37,29)
(2%,15%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 29 of 255 = 11%

6
37
29

R + G + B ~ 9%. #06251D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 29 = 72 (100%)
R 6 of 72 ~ 8.33%
G 37 of 72 ~ 51.39%
B 29 of 72 ~ 40.28%

%51.39
%40.28

CMYK color model

#06251D color CMYK value is (84,0,22,85).

  • cyan value is 83.78%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(84,0,22,85)
C84M0Y22K85 
(84%,0%,22%,85%)
(0.84/0.00/0.22/0.85)	

CMYK percentages

%83.78
%0
%21.62
%85.49

Codes

Color #06251D in popluar color models

06251D
RGB63729
HSL165°72.09%8.43%
HSB/HSV165°83.78%14.51%
CMYK83.78%0.00%21.62%
85.49%

Color #06251D in popluar number systems.

HEX06251D
Decimal63729
Binary11010010111101
Octal64535

Shades and tints

Shades of #06251D

#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)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #06251D

#06251D
(6,37,29)
#1C3831
(28,56,49)
#324B45
(50,75,69)
#485E59
(72,94,89)
#5E716D
(94,113,109)
#748481
(116,132,129)
#8A9795
(138,151,149)
#A0AAA9
(160,170,169)
#B6BDBD
(182,189,189)
#CCD0D1
(204,208,209)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06251D color. Also use rgb(6,37,29) instead hex code.

Text Font Color

.myTextColor { color: #06251D; }

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

This text font color is #06251D.


Background Color

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

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

This div background color is #06251D.


Border color

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

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

This div border color is #06251D.


Opacity

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

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

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

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

This text has shadow with #06251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06251D on black background.


Color preview on white background

This text has color #06251D on white background.



Black color preview on #06251D background

This text has black color on #06251D background.


White color preview on #06251D background

This text has white color on #06251D background.