COLOR #0D7F59

HEX: #0D7F59 RGB: (13,127,89)

Color info

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

RGB color model

#0D7F59 color RGB value is (13,127,89).

RGB: (13,127,89) (5%, 50%, 35%)

RGB channels and saturation

R 13 of 255 = 5%
G 127 of 255 = 50%
B 89 of 255 = 35%

13
127
89

R + G + B ~ 30%. #0D7F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 127 + 89 = 229 (100%)
R 13 of 229 ~ 5.68%
G 127 of 229 ~ 55.46%
B 89 of 229 ~ 38.86'%

%55.46
%38.86

CMYK color model

#0D7F59 color CMYK value is (90,0,30,50).

  • cyan value is 89.76%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 50.20%

CMYK: (90,0,30,50)
C90M0Y30K50 (90%, 0%, 30%, 50%)
(0.90 / 0.00 / 0.30 / 0.50)

CMYK percentages

%89.76
%0
%29.92
%50.2

Codes

Color #0D7F59 in popluar color models

0D 7F 59
RGB 13 127 89
HSL 160° 81.43% 27.45%
HSB/HSV 160° 89.76% 49.80%
CMYK 89.76% 0.00% 29.92%
50.20%

Color #0D7F59 in popluar number systems.

HEX 0D 7F 59
Decimal 13 127 89
Binary 1101 1111111 1011001
Octal 15 177 131

Shades and tints

Shades of #0D7F59

#0D7F59
(13,127,89)
#0C7451
(12,116,81)
#0B6949
(11,105,73)
#0A5E41
(10,94,65)
#095339
(9,83,57)
#084831
(8,72,49)
#073D29
(7,61,41)
#063221
(6,50,33)
#052719
(5,39,25)
#041C11
(4,28,17)
#031109
(3,17,9)
#000000
(0,0,0)

Tints of #0D7F59

#0D7F59
(13,127,89)
#238A68
(35,138,104)
#399577
(57,149,119)
#4FA086
(79,160,134)
#65AB95
(101,171,149)
#7BB6A4
(123,182,164)
#91C1B3
(145,193,179)
#A7CCC2
(167,204,194)
#BDD7D1
(189,215,209)
#D3E2E0
(211,226,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7F59 color. Also use rgb(13,127,89) instead hex code.

Text Font Color

.myTextColor { color: #0D7F59; }

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

This text font color is #0D7F59.

Background Color

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

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

This div background color is #0D7F59.

Border color

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

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

This div border color is #0D7F59.

Opacity

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

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

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

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

This text has shadow with #0D7F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D7F59.

Preview

Color preview on black background

This text has color #0D7F59 on black background.


Color preview on white background

This text has color #0D7F59 on white background.


Black color preview on #0D7F59 background

This text has black color on #0D7F59 background.


White color preview on #0D7F59 background

This text has white color on #0D7F59 background.


Related colors

Complementary color

Complementary color for #hex is #F280A6.


I love getcolorcode.com

Triadic colors

1 #590D7F and #7F590D with #0D7F59 are triadic colors.

2 #597F0D and #7F0D59 with #0D7F59 are triadic colors.