COLOR #0D6E4A

HEX: #0D6E4A
RGB: (13,110,74)

Color info

#0D6E4A contains mainly green and blue colors. Web safe color of #0D6E4A is #006633 (or #063).

RGB color model

#0D6E4A color RGB value is (13,110,74).

  • red value is 13;
  • green value is 110;
  • blue value is 74.
RGB:
(13,110,74)
(5%,43%,29%)

RGB channels and saturation

R 13 of 255 = 5%
G 110 of 255 = 43%
B 74 of 255 = 29%

13
110
74

R + G + B ~ 26%. #0D6E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 110 + 74 = 197 (100%)
R 13 of 197 ~ 6.6%
G 110 of 197 ~ 55.84%
B 74 of 197 ~ 37.56%

%55.84
%37.56

CMYK color model

#0D6E4A color CMYK value is (88,0,33,57).

  • cyan value is 88.18%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 56.86%
CMYK:
(88,0,33,57)
C88M0Y33K57 
(88%,0%,33%,57%)
(0.88/0.00/0.33/0.57)	

CMYK percentages

%88.18
%0
%32.73
%56.86

Codes

Color #0D6E4A in popluar color models

0D6E4A
RGB1311074
HSL158°78.86%24.12%
HSB/HSV158°88.18%43.14%
CMYK88.18%0.00%32.73%
56.86%

Color #0D6E4A in popluar number systems.

HEX0D6E4A
Decimal1311074
Binary110111011101001010
Octal15156112

Shades and tints

Shades of #0D6E4A

#0D6E4A
(13,110,74)
#0C6444
(12,100,68)
#0B5A3E
(11,90,62)
#0A5038
(10,80,56)
#094632
(9,70,50)
#083C2C
(8,60,44)
#073226
(7,50,38)
#062820
(6,40,32)
#051E1A
(5,30,26)
#041414
(4,20,20)
#030A0E
(3,10,14)
#000000
(0,0,0)

Tints of #0D6E4A

#0D6E4A
(13,110,74)
#237B5A
(35,123,90)
#39886A
(57,136,106)
#4F957A
(79,149,122)
#65A28A
(101,162,138)
#7BAF9A
(123,175,154)
#91BCAA
(145,188,170)
#A7C9BA
(167,201,186)
#BDD6CA
(189,214,202)
#D3E3DA
(211,227,218)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6E4A color. Also use rgb(13,110,74) instead hex code.

Text Font Color

.myTextColor { color: #0D6E4A; }

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

This text font color is #0D6E4A.


Background Color

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

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

This div background color is #0D6E4A.


Border color

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

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

This div border color is #0D6E4A.


Opacity

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

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

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

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

This text has shadow with #0D6E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D6E4A on black background.


Color preview on white background

This text has color #0D6E4A on white background.



Black color preview on #0D6E4A background

This text has black color on #0D6E4A background.


White color preview on #0D6E4A background

This text has white color on #0D6E4A background.