COLOR #0D250E

HEX: #0D250E RGB: (13,37,14)

Color info

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

RGB color model

#0D250E color RGB value is (13,37,14).

RGB: (13,37,14) (5%, 15%, 5%)

RGB channels and saturation

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

13
37
14

R + G + B ~ 8%. #0D250E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 37 + 14 = 64 (100%)
R 13 of 64 ~ 20.31%
G 37 of 64 ~ 57.81%
B 14 of 64 ~ 21.88'%

%20.31
%57.81
%21.88

CMYK color model

#0D250E color CMYK value is (65,0,62,85).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 85.49%

CMYK: (65,0,62,85)
C65M0Y62K85 (65%, 0%, 62%, 85%)
(0.65 / 0.00 / 0.62 / 0.85)

CMYK percentages

%64.86
%0
%62.16
%85.49

Codes

Color #0D250E in popluar color models

0D 25 0E
RGB 13 37 14
HSL 123° 48.00% 9.80%
HSB/HSV 123° 64.86% 14.51%
CMYK 64.86% 0.00% 62.16%
85.49%

Color #0D250E in popluar number systems.

HEX 0D 25 0E
Decimal 13 37 14
Binary 1101 100101 1110
Octal 15 45 16

Shades and tints

Shades of #0D250E

#0D250E
(13,37,14)
#0C220D
(12,34,13)
#0B1F0C
(11,31,12)
#0A1C0B
(10,28,11)
#09190A
(9,25,10)
#081609
(8,22,9)
#071308
(7,19,8)
#061007
(6,16,7)
#050D06
(5,13,6)
#040A05
(4,10,5)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #0D250E

#0D250E
(13,37,14)
#233823
(35,56,35)
#394B38
(57,75,56)
#4F5E4D
(79,94,77)
#657162
(101,113,98)
#7B8477
(123,132,119)
#91978C
(145,151,140)
#A7AAA1
(167,170,161)
#BDBDB6
(189,189,182)
#D3D0CB
(211,208,203)
#E9E3E0
(233,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D250E; }

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

This text font color is #0D250E.

Background Color

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

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

This div background color is #0D250E.

Border color

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

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

This div border color is #0D250E.

Opacity

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

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

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

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

This text has shadow with #0D250E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D250E.

Preview

Color preview on black background

This text has color #0D250E on black background.


Color preview on white background

This text has color #0D250E on white background.


Black color preview on #0D250E background

This text has black color on #0D250E background.


White color preview on #0D250E background

This text has white color on #0D250E background.


Related colors

Complementary color

Complementary color for #hex is #F2DAF1.


I love getcolorcode.com

Triadic colors

1 #0E0D25 and #250E0D with #0D250E are triadic colors.

2 #0E250D and #250D0E with #0D250E are triadic colors.