COLOR #06260F

HEX: #06260F
RGB: (6,38,15)

Color info

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

RGB color model

#06260F color RGB value is (6,38,15).

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

RGB channels and saturation

R 6 of 255 = 2%
G 38 of 255 = 15%
B 15 of 255 = 6%

6
38
15

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

Portions of RGB colors in percentages

R + G + B =
6 + 38 + 15 = 59 (100%)
R 6 of 59 ~ 10.17%
G 38 of 59 ~ 64.41%
B 15 of 59 ~ 25.42%

%10.17
%64.41
%25.42

CMYK color model

#06260F color CMYK value is (84,0,61,85).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 60.53%
  • key color value is 85.10%
CMYK:
(84,0,61,85)
C84M0Y61K85 
(84%,0%,61%,85%)
(0.84/0.00/0.61/0.85)	

CMYK percentages

%84.21
%0
%60.53
%85.1

Codes

Color #06260F in popluar color models

06260F
RGB63815
HSL137°72.73%8.63%
HSB/HSV137°84.21%14.90%
CMYK84.21%0.00%60.53%
85.10%

Color #06260F in popluar number systems.

HEX06260F
Decimal63815
Binary1101001101111
Octal64617

Shades and tints

Shades of #06260F

#06260F
(6,38,15)
#06230E
(6,35,14)
#06200D
(6,32,13)
#061D0C
(6,29,12)
#061A0B
(6,26,11)
#06170A
(6,23,10)
#061409
(6,20,9)
#061108
(6,17,8)
#060E07
(6,14,7)
#060B06
(6,11,6)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #06260F

#06260F
(6,38,15)
#1C3924
(28,57,36)
#324C39
(50,76,57)
#485F4E
(72,95,78)
#5E7263
(94,114,99)
#748578
(116,133,120)
#8A988D
(138,152,141)
#A0ABA2
(160,171,162)
#B6BEB7
(182,190,183)
#CCD1CC
(204,209,204)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06260F color. Also use rgb(6,38,15) instead hex code.

Text Font Color

.myTextColor { color: #06260F; }

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

This text font color is #06260F.


Background Color

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

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

This div background color is #06260F.


Border color

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

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

This div border color is #06260F.


Opacity

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

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

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

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

This text has shadow with #06260F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06260F on black background.


Color preview on white background

This text has color #06260F on white background.



Black color preview on #06260F background

This text has black color on #06260F background.


White color preview on #06260F background

This text has white color on #06260F background.