COLOR #0D5F33

HEX: #0D5F33
RGB: (13,95,51)

Color info

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

RGB color model

#0D5F33 color RGB value is (13,95,51).

  • red value is 13;
  • green value is 95;
  • blue value is 51.
RGB:
(13,95,51)
(5%,37%,20%)

RGB channels and saturation

R 13 of 255 = 5%
G 95 of 255 = 37%
B 51 of 255 = 20%

13
95
51

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

Portions of RGB colors in percentages

R + G + B =
13 + 95 + 51 = 159 (100%)
R 13 of 159 ~ 8.18%
G 95 of 159 ~ 59.75%
B 51 of 159 ~ 32.08%

%59.75
%32.08

CMYK color model

#0D5F33 color CMYK value is (86,0,46,63).

  • cyan value is 86.32%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 62.75%
CMYK:
(86,0,46,63)
C86M0Y46K63 
(86%,0%,46%,63%)
(0.86/0.00/0.46/0.63)	

CMYK percentages

%86.32
%0
%46.32
%62.75

Codes

Color #0D5F33 in popluar color models

0D5F33
RGB139551
HSL148°75.93%21.18%
HSB/HSV148°86.32%37.25%
CMYK86.32%0.00%46.32%
62.75%

Color #0D5F33 in popluar number systems.

HEX0D5F33
Decimal139551
Binary11011011111110011
Octal1513763

Shades and tints

Shades of #0D5F33

#0D5F33
(13,95,51)
#0C572F
(12,87,47)
#0B4F2B
(11,79,43)
#0A4727
(10,71,39)
#093F23
(9,63,35)
#08371F
(8,55,31)
#072F1B
(7,47,27)
#062717
(6,39,23)
#051F13
(5,31,19)
#04170F
(4,23,15)
#030F0B
(3,15,11)
#000000
(0,0,0)

Tints of #0D5F33

#0D5F33
(13,95,51)
#236D45
(35,109,69)
#397B57
(57,123,87)
#4F8969
(79,137,105)
#65977B
(101,151,123)
#7BA58D
(123,165,141)
#91B39F
(145,179,159)
#A7C1B1
(167,193,177)
#BDCFC3
(189,207,195)
#D3DDD5
(211,221,213)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5F33; }

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

This text font color is #0D5F33.


Background Color

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

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

This div background color is #0D5F33.


Border color

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

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

This div border color is #0D5F33.


Opacity

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

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

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

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

This text has shadow with #0D5F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5F33 on black background.


Color preview on white background

This text has color #0D5F33 on white background.



Black color preview on #0D5F33 background

This text has black color on #0D5F33 background.


White color preview on #0D5F33 background

This text has white color on #0D5F33 background.