COLOR #0D2D27

HEX: #0D2D27
RGB: (13,45,39)

Color info

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

RGB color model

#0D2D27 color RGB value is (13,45,39).

  • red value is 13;
  • green value is 45;
  • blue value is 39.
RGB:
(13,45,39)
(5%,18%,15%)

RGB channels and saturation

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

13
45
39

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

Portions of RGB colors in percentages

R + G + B =
13 + 45 + 39 = 97 (100%)
R 13 of 97 ~ 13.4%
G 45 of 97 ~ 46.39%
B 39 of 97 ~ 40.21%

%13.4
%46.39
%40.21

CMYK color model

#0D2D27 color CMYK value is (71,0,13,82).

  • cyan value is 71.11%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 82.35%
CMYK:
(71,0,13,82)
C71M0Y13K82 
(71%,0%,13%,82%)
(0.71/0.00/0.13/0.82)	

CMYK percentages

%71.11
%0
%13.33
%82.35

Codes

Color #0D2D27 in popluar color models

0D2D27
RGB134539
HSL169°55.17%11.37%
HSB/HSV169°71.11%17.65%
CMYK71.11%0.00%13.33%
82.35%

Color #0D2D27 in popluar number systems.

HEX0D2D27
Decimal134539
Binary1101101101100111
Octal155547

Shades and tints

Shades of #0D2D27

#0D2D27
(13,45,39)
#0C2924
(12,41,36)
#0B2521
(11,37,33)
#0A211E
(10,33,30)
#091D1B
(9,29,27)
#081918
(8,25,24)
#071515
(7,21,21)
#061112
(6,17,18)
#050D0F
(5,13,15)
#04090C
(4,9,12)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D2D27

#0D2D27
(13,45,39)
#23403A
(35,64,58)
#39534D
(57,83,77)
#4F6660
(79,102,96)
#657973
(101,121,115)
#7B8C86
(123,140,134)
#919F99
(145,159,153)
#A7B2AC
(167,178,172)
#BDC5BF
(189,197,191)
#D3D8D2
(211,216,210)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2D27; }

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

This text font color is #0D2D27.


Background Color

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

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

This div background color is #0D2D27.


Border color

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

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

This div border color is #0D2D27.


Opacity

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

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

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

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

This text has shadow with #0D2D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2D27 on black background.


Color preview on white background

This text has color #0D2D27 on white background.



Black color preview on #0D2D27 background

This text has black color on #0D2D27 background.


White color preview on #0D2D27 background

This text has white color on #0D2D27 background.