COLOR #0D0225

HEX: #0D0225
RGB: (13,2,37)

Color info

#0D0225 contains red, green and blue colors in about the same proportion. Web safe color of #0D0225 is #000033 (or #003).

RGB color model

#0D0225 color RGB value is (13,2,37).

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

RGB channels and saturation

R 13 of 255 = 5%
G 2 of 255 = 1%
B 37 of 255 = 15%

13
2
37

R + G + B ~ 7%. #0D0225 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 2 + 37 = 52 (100%)
R 13 of 52 ~ 25%
G 2 of 52 ~ 3.85%
B 37 of 52 ~ 71.15%

%25
%71.15

CMYK color model

#0D0225 color CMYK value is (65,95,0,85).

  • cyan value is 64.86%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(65,95,0,85)
C65M95Y0K85 
(65%,95%,0%,85%)
(0.65/0.95/0.00/0.85)	

CMYK percentages

%64.86
%94.59
%0
%85.49

Codes

Color #0D0225 in popluar color models

0D0225
RGB13237
HSL259°89.74%7.65%
HSB/HSV259°94.59%14.51%
CMYK64.86%94.59%0.00%
85.49%

Color #0D0225 in popluar number systems.

HEX0D0225
Decimal13237
Binary110110100101
Octal15245

Shades and tints

Shades of #0D0225

#0D0225
(13,2,37)
#0C0222
(12,2,34)
#0B021F
(11,2,31)
#0A021C
(10,2,28)
#090219
(9,2,25)
#080216
(8,2,22)
#070213
(7,2,19)
#060210
(6,2,16)
#05020D
(5,2,13)
#04020A
(4,2,10)
#030207
(3,2,7)
#000000
(0,0,0)

Tints of #0D0225

#0D0225
(13,2,37)
#231938
(35,25,56)
#39304B
(57,48,75)
#4F475E
(79,71,94)
#655E71
(101,94,113)
#7B7584
(123,117,132)
#918C97
(145,140,151)
#A7A3AA
(167,163,170)
#BDBABD
(189,186,189)
#D3D1D0
(211,209,208)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0225; }

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

This text font color is #0D0225.


Background Color

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

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

This div background color is #0D0225.


Border color

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

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

This div border color is #0D0225.


Opacity

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

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

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

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

This text has shadow with #0D0225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0225 on black background.


Color preview on white background

This text has color #0D0225 on white background.



Black color preview on #0D0225 background

This text has black color on #0D0225 background.


White color preview on #0D0225 background

This text has white color on #0D0225 background.