COLOR #0D270D

HEX: #0D270D RGB: (13,39,13)

Color info

#0D270D contains red, green and blue colors in about the same proportion. Web safe color of #0D270D is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

13
39
13

R + G + B ~ 8%. #0D270D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 39 + 13 = 65 (100%)
R 13 of 65 ~ 20%
G 39 of 65 ~ 60%
B 13 of 65 ~ 20'%

%20
%60
%20

CMYK color model

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

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

CMYK: (67,0,67,85)
C67M0Y67K85 (67%, 0%, 67%, 85%)
(0.67 / 0.00 / 0.67 / 0.85)

CMYK percentages

%66.67
%0
%66.67
%84.71

Codes

Color #0D270D in popluar color models

0D 27 0D
RGB 13 39 13
HSL 120° 50.00% 10.20%
HSB/HSV 120° 66.67% 15.29%
CMYK 66.67% 0.00% 66.67%
84.71%

Color #0D270D in popluar number systems.

HEX 0D 27 0D
Decimal 13 39 13
Binary 1101 100111 1101
Octal 15 47 15

Shades and tints

Shades of #0D270D

#0D270D
(13,39,13)
#0C240C
(12,36,12)
#0B210B
(11,33,11)
#0A1E0A
(10,30,10)
#091B09
(9,27,9)
#081808
(8,24,8)
#071507
(7,21,7)
#061206
(6,18,6)
#050F05
(5,15,5)
#040C04
(4,12,4)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #0D270D

#0D270D
(13,39,13)
#233A23
(35,58,35)
#394D39
(57,77,57)
#4F604F
(79,96,79)
#657365
(101,115,101)
#7B867B
(123,134,123)
#919991
(145,153,145)
#A7ACA7
(167,172,167)
#BDBFBD
(189,191,189)
#D3D2D3
(211,210,211)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D270D; }

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

This text font color is #0D270D.

Background Color

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

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

This div background color is #0D270D.

Border color

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

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

This div border color is #0D270D.

Opacity

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

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

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

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

This text has shadow with #0D270D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D270D.

Preview

Color preview on black background

This text has color #0D270D on black background.


Color preview on white background

This text has color #0D270D on white background.


Black color preview on #0D270D background

This text has black color on #0D270D background.


White color preview on #0D270D background

This text has white color on #0D270D background.


Related colors

Complementary color

Complementary color for #hex is #F2D8F2.


I love getcolorcode.com

Triadic colors

1 #0D0D27 and #270D0D with #0D270D are triadic colors.

2 #0D270D and #270D0D with #0D270D are triadic colors.