COLOR #0D271D

HEX: #0D271D RGB: (13,39,29)

Color info

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

RGB color model

#0D271D color RGB value is (13,39,29).

RGB: (13,39,29) (5%, 15%, 11%)

RGB channels and saturation

R 13 of 255 = 5%
G 39 of 255 = 15%
B 29 of 255 = 11%

13
39
29

R + G + B ~ 10%. #0D271D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 39 + 29 = 81 (100%)
R 13 of 81 ~ 16.05%
G 39 of 81 ~ 48.15%
B 29 of 81 ~ 35.8'%

%16.05
%48.15
%35.8

CMYK color model

#0D271D color CMYK value is (67,0,26,85).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 84.71%

CMYK: (67,0,26,85)
C67M0Y26K85 (67%, 0%, 26%, 85%)
(0.67 / 0.00 / 0.26 / 0.85)

CMYK percentages

%66.67
%0
%25.64
%84.71

Codes

Color #0D271D in popluar color models

0D 27 1D
RGB 13 39 29
HSL 157° 50.00% 10.20%
HSB/HSV 157° 66.67% 15.29%
CMYK 66.67% 0.00% 25.64%
84.71%

Color #0D271D in popluar number systems.

HEX 0D 27 1D
Decimal 13 39 29
Binary 1101 100111 11101
Octal 15 47 35

Shades and tints

Shades of #0D271D

#0D271D
(13,39,29)
#0C241B
(12,36,27)
#0B2119
(11,33,25)
#0A1E17
(10,30,23)
#091B15
(9,27,21)
#081813
(8,24,19)
#071511
(7,21,17)
#06120F
(6,18,15)
#050F0D
(5,15,13)
#040C0B
(4,12,11)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #0D271D

#0D271D
(13,39,29)
#233A31
(35,58,49)
#394D45
(57,77,69)
#4F6059
(79,96,89)
#65736D
(101,115,109)
#7B8681
(123,134,129)
#919995
(145,153,149)
#A7ACA9
(167,172,169)
#BDBFBD
(189,191,189)
#D3D2D1
(211,210,209)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D271D; }

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

This text font color is #0D271D.

Background Color

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

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

This div background color is #0D271D.

Border color

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

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

This div border color is #0D271D.

Opacity

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

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

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

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

This text has shadow with #0D271D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D271D.

Preview

Color preview on black background

This text has color #0D271D on black background.


Color preview on white background

This text has color #0D271D on white background.


Black color preview on #0D271D background

This text has black color on #0D271D background.


White color preview on #0D271D background

This text has white color on #0D271D background.


Related colors

Complementary color

Complementary color for #hex is #F2D8E2.


I love getcolorcode.com

Triadic colors

1 #1D0D27 and #271D0D with #0D271D are triadic colors.

2 #1D270D and #270D1D with #0D271D are triadic colors.