COLOR #0D251C

HEX: #0D251C RGB: (13,37,28)

Color info

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

RGB color model

#0D251C color RGB value is (13,37,28).

RGB: (13,37,28) (5%, 15%, 11%)

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 28 of 255 = 11%

13
37
28

R + G + B ~ 10%. #0D251C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 37 + 28 = 78 (100%)
R 13 of 78 ~ 16.67%
G 37 of 78 ~ 47.44%
B 28 of 78 ~ 35.9'%

%16.67
%47.44
%35.9

CMYK color model

#0D251C color CMYK value is (65,0,24,85).

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

CMYK: (65,0,24,85)
C65M0Y24K85 (65%, 0%, 24%, 85%)
(0.65 / 0.00 / 0.24 / 0.85)

CMYK percentages

%64.86
%0
%24.32
%85.49

Codes

Color #0D251C in popluar color models

0D 25 1C
RGB 13 37 28
HSL 158° 48.00% 9.80%
HSB/HSV 158° 64.86% 14.51%
CMYK 64.86% 0.00% 24.32%
85.49%

Color #0D251C in popluar number systems.

HEX 0D 25 1C
Decimal 13 37 28
Binary 1101 100101 11100
Octal 15 45 34

Shades and tints

Shades of #0D251C

#0D251C
(13,37,28)
#0C221A
(12,34,26)
#0B1F18
(11,31,24)
#0A1C16
(10,28,22)
#091914
(9,25,20)
#081612
(8,22,18)
#071310
(7,19,16)
#06100E
(6,16,14)
#050D0C
(5,13,12)
#040A0A
(4,10,10)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #0D251C

#0D251C
(13,37,28)
#233830
(35,56,48)
#394B44
(57,75,68)
#4F5E58
(79,94,88)
#65716C
(101,113,108)
#7B8480
(123,132,128)
#919794
(145,151,148)
#A7AAA8
(167,170,168)
#BDBDBC
(189,189,188)
#D3D0D0
(211,208,208)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D251C; }

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

This text font color is #0D251C.

Background Color

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

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

This div background color is #0D251C.

Border color

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

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

This div border color is #0D251C.

Opacity

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

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

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

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

This text has shadow with #0D251C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D251C.

Preview

Color preview on black background

This text has color #0D251C on black background.


Color preview on white background

This text has color #0D251C on white background.


Black color preview on #0D251C background

This text has black color on #0D251C background.


White color preview on #0D251C background

This text has white color on #0D251C background.


Related colors

Complementary color

Complementary color for #hex is #F2DAE3.


I love getcolorcode.com

Triadic colors

1 #1C0D25 and #251C0D with #0D251C are triadic colors.

2 #1C250D and #250D1C with #0D251C are triadic colors.