COLOR #0D260F

HEX: #0D260F
RGB: (13,38,15)

Color info

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

RGB color model

#0D260F color RGB value is (13,38,15).

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

RGB channels and saturation

R 13 of 255 = 5%
G 38 of 255 = 15%
B 15 of 255 = 6%

13
38
15

R + G + B ~ 9%. #0D260F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 38 + 15 = 66 (100%)
R 13 of 66 ~ 19.7%
G 38 of 66 ~ 57.58%
B 15 of 66 ~ 22.73%

%19.7
%57.58
%22.73

CMYK color model

#0D260F color CMYK value is (66,0,61,85).

  • cyan value is 65.79%
  • magenta value is 0.00%
  • yellow value is 60.53%
  • key color value is 85.10%
CMYK:
(66,0,61,85)
C66M0Y61K85 
(66%,0%,61%,85%)
(0.66/0.00/0.61/0.85)	

CMYK percentages

%65.79
%0
%60.53
%85.1

Codes

Color #0D260F in popluar color models

0D260F
RGB133815
HSL125°49.02%10.00%
HSB/HSV125°65.79%14.90%
CMYK65.79%0.00%60.53%
85.10%

Color #0D260F in popluar number systems.

HEX0D260F
Decimal133815
Binary11011001101111
Octal154617

Shades and tints

Shades of #0D260F

#0D260F
(13,38,15)
#0C230E
(12,35,14)
#0B200D
(11,32,13)
#0A1D0C
(10,29,12)
#091A0B
(9,26,11)
#08170A
(8,23,10)
#071409
(7,20,9)
#061108
(6,17,8)
#050E07
(5,14,7)
#040B06
(4,11,6)
#030805
(3,8,5)
#000000
(0,0,0)

Tints of #0D260F

#0D260F
(13,38,15)
#233924
(35,57,36)
#394C39
(57,76,57)
#4F5F4E
(79,95,78)
#657263
(101,114,99)
#7B8578
(123,133,120)
#91988D
(145,152,141)
#A7ABA2
(167,171,162)
#BDBEB7
(189,190,183)
#D3D1CC
(211,209,204)
#E9E4E1
(233,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D260F color. Also use rgb(13,38,15) instead hex code.

Text Font Color

.myTextColor { color: #0D260F; }

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

This text font color is #0D260F.


Background Color

.myBgColor { background-color: #0D260F; }

<div style="background-color:#0D260F">Inner text</div>

This div background color is #0D260F.


Border color

.myBorderColor { border: 1px solid #0D260F; }

<div style="border:3px solid #0D260F">Div</div>

This div border color is #0D260F.


Opacity

.myOpacity80 { color: #0D260F; opacity: 0.8; }

<p style="color:#0D260F;opacity:0.8;">80%</p>

Text with #0D260F 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 #0D260F;}

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

This text has shadow with #0D260F color.

.textShadow {text-shadow: 3px 3px 1px #0D260F, 3px 3px 1px red;}

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

This text has shadow with #0D260F primary color and red secondary color.


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

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

This text has shadow with #0D260F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D260F on black background.


Color preview on white background

This text has color #0D260F on white background.



Black color preview on #0D260F background

This text has black color on #0D260F background.


White color preview on #0D260F background

This text has white color on #0D260F background.