COLOR #0D665B

HEX: #0D665B
RGB: (13,102,91)

Color info

#0D665B contains mainly green and blue colors. Web safe color of #0D665B is #006666 (or #066).

RGB color model

#0D665B color RGB value is (13,102,91).

  • red value is 13;
  • green value is 102;
  • blue value is 91.
RGB:
(13,102,91)
(5%,40%,36%)

RGB channels and saturation

R 13 of 255 = 5%
G 102 of 255 = 40%
B 91 of 255 = 36%

13
102
91

R + G + B ~ 27%. #0D665B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 102 + 91 = 206 (100%)
R 13 of 206 ~ 6.31%
G 102 of 206 ~ 49.51%
B 91 of 206 ~ 44.17%

%49.51
%44.17

CMYK color model

#0D665B color CMYK value is (87,0,11,60).

  • cyan value is 87.25%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(87,0,11,60)
C87M0Y11K60 
(87%,0%,11%,60%)
(0.87/0.00/0.11/0.60)	

CMYK percentages

%87.25
%0
%10.78
%60

Codes

Color #0D665B in popluar color models

0D665B
RGB1310291
HSL173°77.39%22.55%
HSB/HSV173°87.25%40.00%
CMYK87.25%0.00%10.78%
60.00%

Color #0D665B in popluar number systems.

HEX0D665B
Decimal1310291
Binary110111001101011011
Octal15146133

Shades and tints

Shades of #0D665B

#0D665B
(13,102,91)
#0C5D53
(12,93,83)
#0B544B
(11,84,75)
#0A4B43
(10,75,67)
#09423B
(9,66,59)
#083933
(8,57,51)
#07302B
(7,48,43)
#062723
(6,39,35)
#051E1B
(5,30,27)
#041513
(4,21,19)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #0D665B

#0D665B
(13,102,91)
#237369
(35,115,105)
#398077
(57,128,119)
#4F8D85
(79,141,133)
#659A93
(101,154,147)
#7BA7A1
(123,167,161)
#91B4AF
(145,180,175)
#A7C1BD
(167,193,189)
#BDCECB
(189,206,203)
#D3DBD9
(211,219,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D665B color. Also use rgb(13,102,91) instead hex code.

Text Font Color

.myTextColor { color: #0D665B; }

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

This text font color is #0D665B.


Background Color

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

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

This div background color is #0D665B.


Border color

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

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

This div border color is #0D665B.


Opacity

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

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

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

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

This text has shadow with #0D665B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D665B on black background.


Color preview on white background

This text has color #0D665B on white background.



Black color preview on #0D665B background

This text has black color on #0D665B background.


White color preview on #0D665B background

This text has white color on #0D665B background.