COLOR #005113

HEX: #005113 RGB: (0,81,19)

Color info

#005113 contains mainly green color. Web safe color of #005113 is #006600 (or #060).

RGB color model

#005113 color RGB value is (0,81,19).

RGB: (0,81,19) (0%, 32%, 7%)

RGB channels and saturation

R 0 of 255 = 0%
G 81 of 255 = 32%
B 19 of 255 = 7%

0
81
19

R + G + B ~ 13%. #005113 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 81 + 19 = 100 (100%)
R 0 of 100 ~ 0%
G 81 of 100 ~ 81%
B 19 of 100 ~ 19'%

%81
%19

CMYK color model

#005113 color CMYK value is (100,0,77,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 76.54%
  • key color value is 68.24%

CMYK: (100,0,77,68)
C100M0Y77K68 (100%, 0%, 77%, 68%)
(1.00 / 0.00 / 0.77 / 0.68)

CMYK percentages

%100
%0
%76.54
%68.24

Codes

Color #005113 in popluar color models

00 51 13
RGB 0 81 19
HSL 134° 100.00% 15.88%
HSB/HSV 134° 100.00% 31.76%
CMYK 100.00% 0.00% 76.54%
68.24%

Color #005113 in popluar number systems.

HEX 00 51 13
Decimal 0 81 19
Binary 0 1010001 10011
Octal 0 121 23

Shades and tints

Shades of #005113

#005113
(0,81,19)
#004A12
(0,74,18)
#004311
(0,67,17)
#003C10
(0,60,16)
#00350F
(0,53,15)
#002E0E
(0,46,14)
#00270D
(0,39,13)
#00200C
(0,32,12)
#00190B
(0,25,11)
#00120A
(0,18,10)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #005113

#005113
(0,81,19)
#176028
(23,96,40)
#2E6F3D
(46,111,61)
#457E52
(69,126,82)
#5C8D67
(92,141,103)
#739C7C
(115,156,124)
#8AAB91
(138,171,145)
#A1BAA6
(161,186,166)
#B8C9BB
(184,201,187)
#CFD8D0
(207,216,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005113; }

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

This text font color is #005113.

Background Color

.myBgColor { background-color: #005113; }

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

This div background color is #005113.

Border color

.myBorderColor { border: 1px solid #005113; }

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

This div border color is #005113.

Opacity

.myOpacity80 { color: #005113; opacity: 0.8; }

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

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

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

This text has shadow with #005113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005113.

Preview

Color preview on black background

This text has color #005113 on black background.


Color preview on white background

This text has color #005113 on white background.


Black color preview on #005113 background

This text has black color on #005113 background.


White color preview on #005113 background

This text has white color on #005113 background.


Related colors

Complementary color

Complementary color for #hex is #FFAEEC.


I love getcolorcode.com

Triadic colors

1 #130051 and #511300 with #005113 are triadic colors.

2 #135100 and #510013 with #005113 are triadic colors.