COLOR #0DA46D

HEX: #0DA46D
RGB: (13,164,109)

Color info

#0DA46D contains mainly green and blue colors. Web safe color of #0DA46D is #009966 (or #096).

RGB color model

#0DA46D color RGB value is (13,164,109).

  • red value is 13;
  • green value is 164;
  • blue value is 109.
RGB:
(13,164,109)
(5%,64%,43%)

RGB channels and saturation

R 13 of 255 = 5%
G 164 of 255 = 64%
B 109 of 255 = 43%

13
164
109

R + G + B ~ 37%. #0DA46D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 164 + 109 = 286 (100%)
R 13 of 286 ~ 4.55%
G 164 of 286 ~ 57.34%
B 109 of 286 ~ 38.11%

%57.34
%38.11

CMYK color model

#0DA46D color CMYK value is (92,0,34,36).

  • cyan value is 92.07%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(92,0,34,36)
C92M0Y34K36 
(92%,0%,34%,36%)
(0.92/0.00/0.34/0.36)	

CMYK percentages

%92.07
%0
%33.54
%35.69

Codes

Color #0DA46D in popluar color models

0DA46D
RGB13164109
HSL158°85.31%34.71%
HSB/HSV158°92.07%64.31%
CMYK92.07%0.00%33.54%
35.69%

Color #0DA46D in popluar number systems.

HEX0DA46D
Decimal13164109
Binary1101101001001101101
Octal15244155

Shades and tints

Shades of #0DA46D

#0DA46D
(13,164,109)
#0C9664
(12,150,100)
#0B885B
(11,136,91)
#0A7A52
(10,122,82)
#096C49
(9,108,73)
#085E40
(8,94,64)
#075037
(7,80,55)
#06422E
(6,66,46)
#053425
(5,52,37)
#04261C
(4,38,28)
#031813
(3,24,19)
#000000
(0,0,0)

Tints of #0DA46D

#0DA46D
(13,164,109)
#23AC7A
(35,172,122)
#39B487
(57,180,135)
#4FBC94
(79,188,148)
#65C4A1
(101,196,161)
#7BCCAE
(123,204,174)
#91D4BB
(145,212,187)
#A7DCC8
(167,220,200)
#BDE4D5
(189,228,213)
#D3ECE2
(211,236,226)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DA46D color. Also use rgb(13,164,109) instead hex code.

Text Font Color

.myTextColor { color: #0DA46D; }

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

This text font color is #0DA46D.


Background Color

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

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

This div background color is #0DA46D.


Border color

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

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

This div border color is #0DA46D.


Opacity

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

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

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

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

This text has shadow with #0DA46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DA46D on black background.


Color preview on white background

This text has color #0DA46D on white background.



Black color preview on #0DA46D background

This text has black color on #0DA46D background.


White color preview on #0DA46D background

This text has white color on #0DA46D background.