COLOR #0D2225

HEX: #0D2225 RGB: (13,34,37)

Color info

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

RGB color model

#0D2225 color RGB value is (13,34,37).

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

RGB channels and saturation

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

13
34
37

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

Portions of RGB colors in percentages

R + G + B = 13 + 34 + 37 = 84 (100%)
R 13 of 84 ~ 15.48%
G 34 of 84 ~ 40.48%
B 37 of 84 ~ 44.05'%

%15.48
%40.48
%44.05

CMYK color model

#0D2225 color CMYK value is (65,8,0,85).

  • cyan value is 64.86%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK: (65,8,0,85) C65M8Y0K85 (65%,8%,0%,85%) (0.65/0.08/0.00/0.85) 

CMYK percentages

%64.86
%8.11
%0
%85.49

Codes

Color #0D2225 in popluar color models

0D 22 25
RGB 13 34 37
HSL 188° 48.00% 9.80%
HSB/HSV 188° 64.86% 14.51%
CMYK 64.86% 8.11% 0.00%
85.49%

Color #0D2225 in popluar number systems.

HEX 0D 22 25
Decimal 13 34 37
Binary 1101 100010 100101
Octal 15 42 45

Shades and tints

Shades of #0D2225

#0D2225
(13,34,37)
#0C1F22
(12,31,34)
#0B1C1F
(11,28,31)
#0A191C
(10,25,28)
#091619
(9,22,25)
#081316
(8,19,22)
#071013
(7,16,19)
#060D10
(6,13,16)
#050A0D
(5,10,13)
#04070A
(4,7,10)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #0D2225

#0D2225
(13,34,37)
#233638
(35,54,56)
#394A4B
(57,74,75)
#4F5E5E
(79,94,94)
#657271
(101,114,113)
#7B8684
(123,134,132)
#919A97
(145,154,151)
#A7AEAA
(167,174,170)
#BDC2BD
(189,194,189)
#D3D6D0
(211,214,208)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2225; }

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

This text font color is #0D2225.

Background Color

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

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

This div background color is #0D2225.

Border color

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

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

This div border color is #0D2225.

Opacity

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

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

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

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

This text has shadow with #0D2225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2225.

Preview

Color preview on black background

This text has color #0D2225 on black background.


Color preview on white background

This text has color #0D2225 on white background.


Black color preview on #0D2225 background

This text has black color on #0D2225 background.


White color preview on #0D2225 background

This text has white color on #0D2225 background.


Related colors

Complementary color

Complementary color for #hex is #F2DDDA.


I love getcolorcode.com

Triadic colors

1 #250D22 and #22250D with #0D2225 are triadic colors.

2 #25220D and #220D25 with #0D2225 are triadic colors.