COLOR #0D8095

HEX: #0D8095
RGB: (13,128,149)

Color info

#0D8095 contains mainly green and blue colors. Web safe color of #0D8095 is #006699 (or #069).

RGB color model

#0D8095 color RGB value is (13,128,149).

  • red value is 13;
  • green value is 128;
  • blue value is 149.
RGB:
(13,128,149)
(5%,50%,58%)

RGB channels and saturation

R 13 of 255 = 5%
G 128 of 255 = 50%
B 149 of 255 = 58%

13
128
149

R + G + B ~ 38%. #0D8095 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 128 + 149 = 290 (100%)
R 13 of 290 ~ 4.48%
G 128 of 290 ~ 44.14%
B 149 of 290 ~ 51.38%

%44.14
%51.38

CMYK color model

#0D8095 color CMYK value is (91,14,0,42).

  • cyan value is 91.28%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(91,14,0,42)
C91M14Y0K42 
(91%,14%,0%,42%)
(0.91/0.14/0.00/0.42)	

CMYK percentages

%91.28
%14.09
%0
%41.57

Codes

Color #0D8095 in popluar color models

0D8095
RGB13128149
HSL189°83.95%31.76%
HSB/HSV189°91.28%58.43%
CMYK91.28%14.09%0.00%
41.57%

Color #0D8095 in popluar number systems.

HEX0D8095
Decimal13128149
Binary11011000000010010101
Octal15200225

Shades and tints

Shades of #0D8095

#0D8095
(13,128,149)
#0C7588
(12,117,136)
#0B6A7B
(11,106,123)
#0A5F6E
(10,95,110)
#095461
(9,84,97)
#084954
(8,73,84)
#073E47
(7,62,71)
#06333A
(6,51,58)
#05282D
(5,40,45)
#041D20
(4,29,32)
#031213
(3,18,19)
#000000
(0,0,0)

Tints of #0D8095

#0D8095
(13,128,149)
#238B9E
(35,139,158)
#3996A7
(57,150,167)
#4FA1B0
(79,161,176)
#65ACB9
(101,172,185)
#7BB7C2
(123,183,194)
#91C2CB
(145,194,203)
#A7CDD4
(167,205,212)
#BDD8DD
(189,216,221)
#D3E3E6
(211,227,230)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D8095 color. Also use rgb(13,128,149) instead hex code.

Text Font Color

.myTextColor { color: #0D8095; }

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

This text font color is #0D8095.


Background Color

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

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

This div background color is #0D8095.


Border color

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

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

This div border color is #0D8095.


Opacity

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

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

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

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

This text has shadow with #0D8095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D8095 on black background.


Color preview on white background

This text has color #0D8095 on white background.



Black color preview on #0D8095 background

This text has black color on #0D8095 background.


White color preview on #0D8095 background

This text has white color on #0D8095 background.