COLOR #0DA313

HEX: #0DA313 RGB: (13,163,19)

Color info

#0DA313 contains mainly green color. Web safe color of #0DA313 is #009900 (or #090).

RGB color model

#0DA313 color RGB value is (13,163,19).

RGB: (13,163,19) (5%, 64%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 163 of 255 = 64%
B 19 of 255 = 7%

13
163
19

R + G + B ~ 25%. #0DA313 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 163 + 19 = 195 (100%)
R 13 of 195 ~ 6.67%
G 163 of 195 ~ 83.59%
B 19 of 195 ~ 9.74'%

%83.59
%9.74

CMYK color model

#0DA313 color CMYK value is (92,0,88,36).

  • cyan value is 92.02%
  • magenta value is 0.00%
  • yellow value is 88.34%
  • key color value is 36.08%
CMYK: (92,0,88,36) C92M0Y88K36 (92%,0%,88%,36%) (0.92/0.00/0.88/0.36) 

CMYK percentages

%92.02
%0
%88.34
%36.08

Codes

Color #0DA313 in popluar color models

0D A3 13
RGB 13 163 19
HSL 122° 85.23% 34.51%
HSB/HSV 122° 92.02% 63.92%
CMYK 92.02% 0.00% 88.34%
36.08%

Color #0DA313 in popluar number systems.

HEX 0D A3 13
Decimal 13 163 19
Binary 1101 10100011 10011
Octal 15 243 23

Shades and tints

Shades of #0DA313

#0DA313
(13,163,19)
#0C9512
(12,149,18)
#0B8711
(11,135,17)
#0A7910
(10,121,16)
#096B0F
(9,107,15)
#085D0E
(8,93,14)
#074F0D
(7,79,13)
#06410C
(6,65,12)
#05330B
(5,51,11)
#04250A
(4,37,10)
#031709
(3,23,9)
#000000
(0,0,0)

Tints of #0DA313

#0DA313
(13,163,19)
#23AB28
(35,171,40)
#39B33D
(57,179,61)
#4FBB52
(79,187,82)
#65C367
(101,195,103)
#7BCB7C
(123,203,124)
#91D391
(145,211,145)
#A7DBA6
(167,219,166)
#BDE3BB
(189,227,187)
#D3EBD0
(211,235,208)
#E9F3E5
(233,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DA313 color. Also use rgb(13,163,19) instead hex code.

Text Font Color

.myTextColor { color: #0DA313; }

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

This text font color is #0DA313.

Background Color

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

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

This div background color is #0DA313.

Border color

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

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

This div border color is #0DA313.

Opacity

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

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

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

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

This text has shadow with #0DA313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0DA313.

Preview

Color preview on black background

This text has color #0DA313 on black background.


Color preview on white background

This text has color #0DA313 on white background.


Black color preview on #0DA313 background

This text has black color on #0DA313 background.


White color preview on #0DA313 background

This text has white color on #0DA313 background.


Related colors

Complementary color

Complementary color for #hex is #F25CEC.


I love getcolorcode.com

Triadic colors

1 #130DA3 and #A3130D with #0DA313 are triadic colors.

2 #13A30D and #A30D13 with #0DA313 are triadic colors.