COLOR #0D7A62

HEX: #0D7A62
RGB: (13,122,98)

Color info

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

RGB color model

#0D7A62 color RGB value is (13,122,98).

  • red value is 13;
  • green value is 122;
  • blue value is 98.
RGB:
(13,122,98)
(5%,48%,38%)

RGB channels and saturation

R 13 of 255 = 5%
G 122 of 255 = 48%
B 98 of 255 = 38%

13
122
98

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

Portions of RGB colors in percentages

R + G + B =
13 + 122 + 98 = 233 (100%)
R 13 of 233 ~ 5.58%
G 122 of 233 ~ 52.36%
B 98 of 233 ~ 42.06%

%52.36
%42.06

CMYK color model

#0D7A62 color CMYK value is (89,0,20,52).

  • cyan value is 89.34%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 52.16%
CMYK:
(89,0,20,52)
C89M0Y20K52 
(89%,0%,20%,52%)
(0.89/0.00/0.20/0.52)	

CMYK percentages

%89.34
%0
%19.67
%52.16

Codes

Color #0D7A62 in popluar color models

0D7A62
RGB1312298
HSL167°80.74%26.47%
HSB/HSV167°89.34%47.84%
CMYK89.34%0.00%19.67%
52.16%

Color #0D7A62 in popluar number systems.

HEX0D7A62
Decimal1312298
Binary110111110101100010
Octal15172142

Shades and tints

Shades of #0D7A62

#0D7A62
(13,122,98)
#0C6F5A
(12,111,90)
#0B6452
(11,100,82)
#0A594A
(10,89,74)
#094E42
(9,78,66)
#08433A
(8,67,58)
#073832
(7,56,50)
#062D2A
(6,45,42)
#052222
(5,34,34)
#04171A
(4,23,26)
#030C12
(3,12,18)
#000000
(0,0,0)

Tints of #0D7A62

#0D7A62
(13,122,98)
#238670
(35,134,112)
#39927E
(57,146,126)
#4F9E8C
(79,158,140)
#65AA9A
(101,170,154)
#7BB6A8
(123,182,168)
#91C2B6
(145,194,182)
#A7CEC4
(167,206,196)
#BDDAD2
(189,218,210)
#D3E6E0
(211,230,224)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7A62 color. Also use rgb(13,122,98) instead hex code.

Text Font Color

.myTextColor { color: #0D7A62; }

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

This text font color is #0D7A62.


Background Color

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

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

This div background color is #0D7A62.


Border color

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

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

This div border color is #0D7A62.


Opacity

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

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

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

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

This text has shadow with #0D7A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7A62 on black background.


Color preview on white background

This text has color #0D7A62 on white background.



Black color preview on #0D7A62 background

This text has black color on #0D7A62 background.


White color preview on #0D7A62 background

This text has white color on #0D7A62 background.