COLOR #0D2831

HEX: #0D2831 RGB: (13,40,49)

Color info

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

RGB color model

#0D2831 color RGB value is (13,40,49).

RGB: (13,40,49) (5%, 16%, 19%)

RGB channels and saturation

R 13 of 255 = 5%
G 40 of 255 = 16%
B 49 of 255 = 19%

13
40
49

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

Portions of RGB colors in percentages

R + G + B = 13 + 40 + 49 = 102 (100%)
R 13 of 102 ~ 12.75%
G 40 of 102 ~ 39.22%
B 49 of 102 ~ 48.04'%

%12.75
%39.22
%48.04

CMYK color model

#0D2831 color CMYK value is (73,18,0,81).

  • cyan value is 73.47%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK: (73,18,0,81) C73M18Y0K81 (73%,18%,0%,81%) (0.73/0.18/0.00/0.81) 

CMYK percentages

%73.47
%18.37
%0
%80.78

Codes

Color #0D2831 in popluar color models

0D 28 31
RGB 13 40 49
HSL 195° 58.06% 12.16%
HSB/HSV 195° 73.47% 19.22%
CMYK 73.47% 18.37% 0.00%
80.78%

Color #0D2831 in popluar number systems.

HEX 0D 28 31
Decimal 13 40 49
Binary 1101 101000 110001
Octal 15 50 61

Shades and tints

Shades of #0D2831

#0D2831
(13,40,49)
#0C252D
(12,37,45)
#0B2229
(11,34,41)
#0A1F25
(10,31,37)
#091C21
(9,28,33)
#08191D
(8,25,29)
#071619
(7,22,25)
#061315
(6,19,21)
#051011
(5,16,17)
#040D0D
(4,13,13)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D2831

#0D2831
(13,40,49)
#233B43
(35,59,67)
#394E55
(57,78,85)
#4F6167
(79,97,103)
#657479
(101,116,121)
#7B878B
(123,135,139)
#919A9D
(145,154,157)
#A7ADAF
(167,173,175)
#BDC0C1
(189,192,193)
#D3D3D3
(211,211,211)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2831 color. Also use rgb(13,40,49) instead hex code.

Text Font Color

.myTextColor { color: #0D2831; }

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

This text font color is #0D2831.

Background Color

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

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

This div background color is #0D2831.

Border color

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

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

This div border color is #0D2831.

Opacity

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

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

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

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

This text has shadow with #0D2831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2831.

Preview

Color preview on black background

This text has color #0D2831 on black background.


Color preview on white background

This text has color #0D2831 on white background.


Black color preview on #0D2831 background

This text has black color on #0D2831 background.


White color preview on #0D2831 background

This text has white color on #0D2831 background.


Related colors

Complementary color

Complementary color for #hex is #F2D7CE.


I love getcolorcode.com

Triadic colors

1 #310D28 and #28310D with #0D2831 are triadic colors.

2 #31280D and #280D31 with #0D2831 are triadic colors.