COLOR #0D550E

HEX: #0D550E RGB: (13,85,14)

Color info

#0D550E contains mainly green color. Web safe color of #0D550E is #006600 (or #060).

RGB color model

#0D550E color RGB value is (13,85,14).

RGB: (13,85,14) (5%, 33%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 85 of 255 = 33%
B 14 of 255 = 5%

13
85
14

R + G + B ~ 14%. #0D550E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 85 + 14 = 112 (100%)
R 13 of 112 ~ 11.61%
G 85 of 112 ~ 75.89%
B 14 of 112 ~ 12.5'%

%11.61
%75.89
%12.5

CMYK color model

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

  • cyan value is 84.71%
  • magenta value is 0.00%
  • yellow value is 83.53%
  • key color value is 66.67%
CMYK: (85,0,84,67) C85M0Y84K67 (85%,0%,84%,67%) (0.85/0.00/0.84/0.67) 

CMYK percentages

%84.71
%0
%83.53
%66.67

Codes

Color #0D550E in popluar color models

0D 55 0E
RGB 13 85 14
HSL 121° 73.47% 19.22%
HSB/HSV 121° 84.71% 33.33%
CMYK 84.71% 0.00% 83.53%
66.67%

Color #0D550E in popluar number systems.

HEX 0D 55 0E
Decimal 13 85 14
Binary 1101 1010101 1110
Octal 15 125 16

Shades and tints

Shades of #0D550E

#0D550E
(13,85,14)
#0C4E0D
(12,78,13)
#0B470C
(11,71,12)
#0A400B
(10,64,11)
#09390A
(9,57,10)
#083209
(8,50,9)
#072B08
(7,43,8)
#062407
(6,36,7)
#051D06
(5,29,6)
#041605
(4,22,5)
#030F04
(3,15,4)
#000000
(0,0,0)

Tints of #0D550E

#0D550E
(13,85,14)
#236423
(35,100,35)
#397338
(57,115,56)
#4F824D
(79,130,77)
#659162
(101,145,98)
#7BA077
(123,160,119)
#91AF8C
(145,175,140)
#A7BEA1
(167,190,161)
#BDCDB6
(189,205,182)
#D3DCCB
(211,220,203)
#E9EBE0
(233,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D550E; }

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

This text font color is #0D550E.

Background Color

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

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

This div background color is #0D550E.

Border color

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

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

This div border color is #0D550E.

Opacity

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

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

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

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

This text has shadow with #0D550E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D550E.

Preview

Color preview on black background

This text has color #0D550E on black background.


Color preview on white background

This text has color #0D550E on white background.


Black color preview on #0D550E background

This text has black color on #0D550E background.


White color preview on #0D550E background

This text has white color on #0D550E background.


Related colors

Complementary color

Complementary color for #hex is #F2AAF1.


I love getcolorcode.com

Triadic colors

1 #0E0D55 and #550E0D with #0D550E are triadic colors.

2 #0E550D and #550D0E with #0D550E are triadic colors.