COLOR #0D2530

HEX: #0D2530 RGB: (13,37,48)

Color info

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

RGB color model

#0D2530 color RGB value is (13,37,48).

RGB: (13,37,48) (5%, 15%, 19%)

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 48 of 255 = 19%

13
37
48

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

Portions of RGB colors in percentages

R + G + B = 13 + 37 + 48 = 98 (100%)
R 13 of 98 ~ 13.27%
G 37 of 98 ~ 37.76%
B 48 of 98 ~ 48.98'%

%13.27
%37.76
%48.98

CMYK color model

#0D2530 color CMYK value is (73,23,0,81).

  • cyan value is 72.92%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (73,23,0,81)
C73M23Y0K81 (73%, 23%, 0%, 81%)
(0.73 / 0.23 / 0.00 / 0.81)

CMYK percentages

%72.92
%22.92
%0
%81.18

Codes

Color #0D2530 in popluar color models

0D 25 30
RGB 13 37 48
HSL 199° 57.38% 11.96%
HSB/HSV 199° 72.92% 18.82%
CMYK 72.92% 22.92% 0.00%
81.18%

Color #0D2530 in popluar number systems.

HEX 0D 25 30
Decimal 13 37 48
Binary 1101 100101 110000
Octal 15 45 60

Shades and tints

Shades of #0D2530

#0D2530
(13,37,48)
#0C222C
(12,34,44)
#0B1F28
(11,31,40)
#0A1C24
(10,28,36)
#091920
(9,25,32)
#08161C
(8,22,28)
#071318
(7,19,24)
#061014
(6,16,20)
#050D10
(5,13,16)
#040A0C
(4,10,12)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #0D2530

#0D2530
(13,37,48)
#233842
(35,56,66)
#394B54
(57,75,84)
#4F5E66
(79,94,102)
#657178
(101,113,120)
#7B848A
(123,132,138)
#91979C
(145,151,156)
#A7AAAE
(167,170,174)
#BDBDC0
(189,189,192)
#D3D0D2
(211,208,210)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2530; }

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

This text font color is #0D2530.

Background Color

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

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

This div background color is #0D2530.

Border color

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

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

This div border color is #0D2530.

Opacity

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

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

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

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

This text has shadow with #0D2530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2530.

Preview

Color preview on black background

This text has color #0D2530 on black background.


Color preview on white background

This text has color #0D2530 on white background.


Black color preview on #0D2530 background

This text has black color on #0D2530 background.


White color preview on #0D2530 background

This text has white color on #0D2530 background.


Related colors

Complementary color

Complementary color for #hex is #F2DACF.


I love getcolorcode.com

Triadic colors

1 #300D25 and #25300D with #0D2530 are triadic colors.

2 #30250D and #250D30 with #0D2530 are triadic colors.