COLOR #0D8C41

HEX: #0D8C41
RGB: (13,140,65)

Color info

#0D8C41 contains mainly green color. Web safe color of #0D8C41 is #009933 (or #093).

RGB color model

#0D8C41 color RGB value is (13,140,65).

  • red value is 13;
  • green value is 140;
  • blue value is 65.
RGB:
(13,140,65)
(5%,55%,25%)

RGB channels and saturation

R 13 of 255 = 5%
G 140 of 255 = 55%
B 65 of 255 = 25%

13
140
65

R + G + B ~ 28%. #0D8C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 140 + 65 = 218 (100%)
R 13 of 218 ~ 5.96%
G 140 of 218 ~ 64.22%
B 65 of 218 ~ 29.82%

%64.22
%29.82

CMYK color model

#0D8C41 color CMYK value is (91,0,54,45).

  • cyan value is 90.71%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 45.10%
CMYK:
(91,0,54,45)
C91M0Y54K45 
(91%,0%,54%,45%)
(0.91/0.00/0.54/0.45)	

CMYK percentages

%90.71
%0
%53.57
%45.1

Codes

Color #0D8C41 in popluar color models

0D8C41
RGB1314065
HSL145°83.01%30.00%
HSB/HSV145°90.71%54.90%
CMYK90.71%0.00%53.57%
45.10%

Color #0D8C41 in popluar number systems.

HEX0D8C41
Decimal1314065
Binary1101100011001000001
Octal15214101

Shades and tints

Shades of #0D8C41

#0D8C41
(13,140,65)
#0C803C
(12,128,60)
#0B7437
(11,116,55)
#0A6832
(10,104,50)
#095C2D
(9,92,45)
#085028
(8,80,40)
#074423
(7,68,35)
#06381E
(6,56,30)
#052C19
(5,44,25)
#042014
(4,32,20)
#03140F
(3,20,15)
#000000
(0,0,0)

Tints of #0D8C41

#0D8C41
(13,140,65)
#239652
(35,150,82)
#39A063
(57,160,99)
#4FAA74
(79,170,116)
#65B485
(101,180,133)
#7BBE96
(123,190,150)
#91C8A7
(145,200,167)
#A7D2B8
(167,210,184)
#BDDCC9
(189,220,201)
#D3E6DA
(211,230,218)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D8C41; }

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

This text font color is #0D8C41.


Background Color

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

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

This div background color is #0D8C41.


Border color

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

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

This div border color is #0D8C41.


Opacity

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

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

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

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

This text has shadow with #0D8C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D8C41 on black background.


Color preview on white background

This text has color #0D8C41 on white background.



Black color preview on #0D8C41 background

This text has black color on #0D8C41 background.


White color preview on #0D8C41 background

This text has white color on #0D8C41 background.