COLOR #0D250F

HEX: #0D250F
RGB: (13,37,15)

Color info

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

RGB color model

#0D250F color RGB value is (13,37,15).

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

RGB channels and saturation

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

13
37
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 37 + 15 = 65 (100%)
R 13 of 65 ~ 20%
G 37 of 65 ~ 56.92%
B 15 of 65 ~ 23.08%

%20
%56.92
%23.08

CMYK color model

#0D250F color CMYK value is (65,0,59,85).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 85.49%
CMYK:
(65,0,59,85)
C65M0Y59K85 
(65%,0%,59%,85%)
(0.65/0.00/0.59/0.85)	

CMYK percentages

%64.86
%0
%59.46
%85.49

Codes

Color #0D250F in popluar color models

0D250F
RGB133715
HSL125°48.00%9.80%
HSB/HSV125°64.86%14.51%
CMYK64.86%0.00%59.46%
85.49%

Color #0D250F in popluar number systems.

HEX0D250F
Decimal133715
Binary11011001011111
Octal154517

Shades and tints

Shades of #0D250F

#0D250F
(13,37,15)
#0C220E
(12,34,14)
#0B1F0D
(11,31,13)
#0A1C0C
(10,28,12)
#09190B
(9,25,11)
#08160A
(8,22,10)
#071309
(7,19,9)
#061008
(6,16,8)
#050D07
(5,13,7)
#040A06
(4,10,6)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #0D250F

#0D250F
(13,37,15)
#233824
(35,56,36)
#394B39
(57,75,57)
#4F5E4E
(79,94,78)
#657163
(101,113,99)
#7B8478
(123,132,120)
#91978D
(145,151,141)
#A7AAA2
(167,170,162)
#BDBDB7
(189,189,183)
#D3D0CC
(211,208,204)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D250F; }

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

This text font color is #0D250F.


Background Color

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

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

This div background color is #0D250F.


Border color

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

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

This div border color is #0D250F.


Opacity

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

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

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

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

This text has shadow with #0D250F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D250F on black background.


Color preview on white background

This text has color #0D250F on white background.



Black color preview on #0D250F background

This text has black color on #0D250F background.


White color preview on #0D250F background

This text has white color on #0D250F background.