COLOR #0D252D

HEX: #0D252D RGB: (13,37,45)

Color info

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

RGB color model

#0D252D color RGB value is (13,37,45).

RGB: (13,37,45) (5%, 15%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 45 of 255 = 18%

13
37
45

R + G + B ~ 13%. #0D252D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 37 + 45 = 95 (100%)
R 13 of 95 ~ 13.68%
G 37 of 95 ~ 38.95%
B 45 of 95 ~ 47.37'%

%13.68
%38.95
%47.37

CMYK color model

#0D252D color CMYK value is (71,18,0,82).

  • cyan value is 71.11%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (71,18,0,82)
C71M18Y0K82 (71%, 18%, 0%, 82%)
(0.71 / 0.18 / 0.00 / 0.82)

CMYK percentages

%71.11
%17.78
%0
%82.35

Codes

Color #0D252D in popluar color models

0D 25 2D
RGB 13 37 45
HSL 195° 55.17% 11.37%
HSB/HSV 195° 71.11% 17.65%
CMYK 71.11% 17.78% 0.00%
82.35%

Color #0D252D in popluar number systems.

HEX 0D 25 2D
Decimal 13 37 45
Binary 1101 100101 101101
Octal 15 45 55

Shades and tints

Shades of #0D252D

#0D252D
(13,37,45)
#0C2229
(12,34,41)
#0B1F25
(11,31,37)
#0A1C21
(10,28,33)
#09191D
(9,25,29)
#081619
(8,22,25)
#071315
(7,19,21)
#061011
(6,16,17)
#050D0D
(5,13,13)
#040A09
(4,10,9)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #0D252D

#0D252D
(13,37,45)
#233840
(35,56,64)
#394B53
(57,75,83)
#4F5E66
(79,94,102)
#657179
(101,113,121)
#7B848C
(123,132,140)
#91979F
(145,151,159)
#A7AAB2
(167,170,178)
#BDBDC5
(189,189,197)
#D3D0D8
(211,208,216)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D252D; }

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

This text font color is #0D252D.

Background Color

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

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

This div background color is #0D252D.

Border color

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

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

This div border color is #0D252D.

Opacity

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

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

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

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

This text has shadow with #0D252D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D252D.

Preview

Color preview on black background

This text has color #0D252D on black background.


Color preview on white background

This text has color #0D252D on white background.


Black color preview on #0D252D background

This text has black color on #0D252D background.


White color preview on #0D252D background

This text has white color on #0D252D background.


Related colors

Complementary color

Complementary color for #hex is #F2DAD2.


I love getcolorcode.com

Triadic colors

1 #2D0D25 and #252D0D with #0D252D are triadic colors.

2 #2D250D and #250D2D with #0D252D are triadic colors.