COLOR #0D251E

HEX: #0D251E
RGB: (13,37,30)

Color info

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

RGB color model

#0D251E color RGB value is (13,37,30).

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

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 30 of 255 = 12%

13
37
30

R + G + B ~ 11%. #0D251E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 37 + 30 = 80 (100%)
R 13 of 80 ~ 16.25%
G 37 of 80 ~ 46.25%
B 30 of 80 ~ 37.5%

%16.25
%46.25
%37.5

CMYK color model

#0D251E color CMYK value is (65,0,19,85).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(65,0,19,85)
C65M0Y19K85 
(65%,0%,19%,85%)
(0.65/0.00/0.19/0.85)	

CMYK percentages

%64.86
%0
%18.92
%85.49

Codes

Color #0D251E in popluar color models

0D251E
RGB133730
HSL163°48.00%9.80%
HSB/HSV163°64.86%14.51%
CMYK64.86%0.00%18.92%
85.49%

Color #0D251E in popluar number systems.

HEX0D251E
Decimal133730
Binary110110010111110
Octal154536

Shades and tints

Shades of #0D251E

#0D251E
(13,37,30)
#0C221C
(12,34,28)
#0B1F1A
(11,31,26)
#0A1C18
(10,28,24)
#091916
(9,25,22)
#081614
(8,22,20)
#071312
(7,19,18)
#061010
(6,16,16)
#050D0E
(5,13,14)
#040A0C
(4,10,12)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #0D251E

#0D251E
(13,37,30)
#233832
(35,56,50)
#394B46
(57,75,70)
#4F5E5A
(79,94,90)
#65716E
(101,113,110)
#7B8482
(123,132,130)
#919796
(145,151,150)
#A7AAAA
(167,170,170)
#BDBDBE
(189,189,190)
#D3D0D2
(211,208,210)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D251E; }

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

This text font color is #0D251E.


Background Color

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

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

This div background color is #0D251E.


Border color

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

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

This div border color is #0D251E.


Opacity

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

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

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

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

This text has shadow with #0D251E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D251E on black background.


Color preview on white background

This text has color #0D251E on white background.



Black color preview on #0D251E background

This text has black color on #0D251E background.


White color preview on #0D251E background

This text has white color on #0D251E background.