COLOR #0D552E

HEX: #0D552E
RGB: (13,85,46)

Color info

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

RGB color model

#0D552E color RGB value is (13,85,46).

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

RGB channels and saturation

R 13 of 255 = 5%
G 85 of 255 = 33%
B 46 of 255 = 18%

13
85
46

R + G + B ~ 19%. #0D552E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 85 + 46 = 144 (100%)
R 13 of 144 ~ 9.03%
G 85 of 144 ~ 59.03%
B 46 of 144 ~ 31.94%

%59.03
%31.94

CMYK color model

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

  • cyan value is 84.71%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK:
(85,0,46,67)
C85M0Y46K67 
(85%,0%,46%,67%)
(0.85/0.00/0.46/0.67)	

CMYK percentages

%84.71
%0
%45.88
%66.67

Codes

Color #0D552E in popluar color models

0D552E
RGB138546
HSL148°73.47%19.22%
HSB/HSV148°84.71%33.33%
CMYK84.71%0.00%45.88%
66.67%

Color #0D552E in popluar number systems.

HEX0D552E
Decimal138546
Binary11011010101101110
Octal1512556

Shades and tints

Shades of #0D552E

#0D552E
(13,85,46)
#0C4E2A
(12,78,42)
#0B4726
(11,71,38)
#0A4022
(10,64,34)
#09391E
(9,57,30)
#08321A
(8,50,26)
#072B16
(7,43,22)
#062412
(6,36,18)
#051D0E
(5,29,14)
#04160A
(4,22,10)
#030F06
(3,15,6)
#000000
(0,0,0)

Tints of #0D552E

#0D552E
(13,85,46)
#236441
(35,100,65)
#397354
(57,115,84)
#4F8267
(79,130,103)
#65917A
(101,145,122)
#7BA08D
(123,160,141)
#91AFA0
(145,175,160)
#A7BEB3
(167,190,179)
#BDCDC6
(189,205,198)
#D3DCD9
(211,220,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D552E; }

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

This text font color is #0D552E.


Background Color

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

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

This div background color is #0D552E.


Border color

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

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

This div border color is #0D552E.


Opacity

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

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

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

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

This text has shadow with #0D552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D552E on black background.


Color preview on white background

This text has color #0D552E on white background.



Black color preview on #0D552E background

This text has black color on #0D552E background.


White color preview on #0D552E background

This text has white color on #0D552E background.