COLOR #0D8C74

HEX: #0D8C74
RGB: (13,140,116)

Color info

#0D8C74 contains mainly green and blue colors. Web safe color of #0D8C74 is #009966 (or #096).

RGB color model

#0D8C74 color RGB value is (13,140,116).

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

RGB channels and saturation

R 13 of 255 = 5%
G 140 of 255 = 55%
B 116 of 255 = 45%

13
140
116

R + G + B ~ 35%. #0D8C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 140 + 116 = 269 (100%)
R 13 of 269 ~ 4.83%
G 140 of 269 ~ 52.04%
B 116 of 269 ~ 43.12%

%52.04
%43.12

CMYK color model

#0D8C74 color CMYK value is (91,0,17,45).

  • cyan value is 90.71%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 45.10%
CMYK:
(91,0,17,45)
C91M0Y17K45 
(91%,0%,17%,45%)
(0.91/0.00/0.17/0.45)	

CMYK percentages

%90.71
%0
%17.14
%45.1

Codes

Color #0D8C74 in popluar color models

0D8C74
RGB13140116
HSL169°83.01%30.00%
HSB/HSV169°90.71%54.90%
CMYK90.71%0.00%17.14%
45.10%

Color #0D8C74 in popluar number systems.

HEX0D8C74
Decimal13140116
Binary1101100011001110100
Octal15214164

Shades and tints

Shades of #0D8C74

#0D8C74
(13,140,116)
#0C806A
(12,128,106)
#0B7460
(11,116,96)
#0A6856
(10,104,86)
#095C4C
(9,92,76)
#085042
(8,80,66)
#074438
(7,68,56)
#06382E
(6,56,46)
#052C24
(5,44,36)
#04201A
(4,32,26)
#031410
(3,20,16)
#000000
(0,0,0)

Tints of #0D8C74

#0D8C74
(13,140,116)
#239680
(35,150,128)
#39A08C
(57,160,140)
#4FAA98
(79,170,152)
#65B4A4
(101,180,164)
#7BBEB0
(123,190,176)
#91C8BC
(145,200,188)
#A7D2C8
(167,210,200)
#BDDCD4
(189,220,212)
#D3E6E0
(211,230,224)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D8C74; }

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

This text font color is #0D8C74.


Background Color

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

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

This div background color is #0D8C74.


Border color

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

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

This div border color is #0D8C74.


Opacity

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

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

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

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

This text has shadow with #0D8C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D8C74 on black background.


Color preview on white background

This text has color #0D8C74 on white background.



Black color preview on #0D8C74 background

This text has black color on #0D8C74 background.


White color preview on #0D8C74 background

This text has white color on #0D8C74 background.