COLOR #0D553E

HEX: #0D553E
RGB: (13,85,62)

Color info

#0D553E contains mainly green and blue colors. Web safe color of #0D553E is #006633 (or #063).

RGB color model

#0D553E color RGB value is (13,85,62).

  • red value is 13;
  • green value is 85;
  • blue value is 62.
RGB:
(13,85,62)
(5%,33%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 85 of 255 = 33%
B 62 of 255 = 24%

13
85
62

R + G + B ~ 21%. #0D553E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 85 + 62 = 160 (100%)
R 13 of 160 ~ 8.13%
G 85 of 160 ~ 53.13%
B 62 of 160 ~ 38.75%

%53.13
%38.75

CMYK color model

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

  • cyan value is 84.71%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 66.67%
CMYK:
(85,0,27,67)
C85M0Y27K67 
(85%,0%,27%,67%)
(0.85/0.00/0.27/0.67)	

CMYK percentages

%84.71
%0
%27.06
%66.67

Codes

Color #0D553E in popluar color models

0D553E
RGB138562
HSL161°73.47%19.22%
HSB/HSV161°84.71%33.33%
CMYK84.71%0.00%27.06%
66.67%

Color #0D553E in popluar number systems.

HEX0D553E
Decimal138562
Binary11011010101111110
Octal1512576

Shades and tints

Shades of #0D553E

#0D553E
(13,85,62)
#0C4E39
(12,78,57)
#0B4734
(11,71,52)
#0A402F
(10,64,47)
#09392A
(9,57,42)
#083225
(8,50,37)
#072B20
(7,43,32)
#06241B
(6,36,27)
#051D16
(5,29,22)
#041611
(4,22,17)
#030F0C
(3,15,12)
#000000
(0,0,0)

Tints of #0D553E

#0D553E
(13,85,62)
#23644F
(35,100,79)
#397360
(57,115,96)
#4F8271
(79,130,113)
#659182
(101,145,130)
#7BA093
(123,160,147)
#91AFA4
(145,175,164)
#A7BEB5
(167,190,181)
#BDCDC6
(189,205,198)
#D3DCD7
(211,220,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D553E; }

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

This text font color is #0D553E.


Background Color

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

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

This div background color is #0D553E.


Border color

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

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

This div border color is #0D553E.


Opacity

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

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

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

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

This text has shadow with #0D553E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D553E on black background.


Color preview on white background

This text has color #0D553E on white background.



Black color preview on #0D553E background

This text has black color on #0D553E background.


White color preview on #0D553E background

This text has white color on #0D553E background.