COLOR #005129

HEX: #005129
RGB: (0,81,41)

Color info

#005129 contains only green and blue colors. Web safe color of #005129 is #006633 (or #063).

RGB color model

#005129 color RGB value is (0,81,41).

  • red value is 0;
  • green value is 81;
  • blue value is 41.
RGB:
(0,81,41)
(0%,32%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 81 of 255 = 32%
B 41 of 255 = 16%

0
81
41

R + G + B ~ 16%. #005129 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 81 + 41 = 122 (100%)
R 0 of 122 ~ 0%
G 81 of 122 ~ 66.39%
B 41 of 122 ~ 33.61%

%66.39
%33.61

CMYK color model

#005129 color CMYK value is (100,0,49,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(100,0,49,68)
C100M0Y49K68 
(100%,0%,49%,68%)
(1.00/0.00/0.49/0.68)	

CMYK percentages

%100
%0
%49.38
%68.24

Codes

Color #005129 in popluar color models

005129
RGB08141
HSL150°100.00%15.88%
HSB/HSV150°100.00%31.76%
CMYK100.00%0.00%49.38%
68.24%

Color #005129 in popluar number systems.

HEX005129
Decimal08141
Binary01010001101001
Octal012151

Shades and tints

Shades of #005129

#005129
(0,81,41)
#004A26
(0,74,38)
#004323
(0,67,35)
#003C20
(0,60,32)
#00351D
(0,53,29)
#002E1A
(0,46,26)
#002717
(0,39,23)
#002014
(0,32,20)
#001911
(0,25,17)
#00120E
(0,18,14)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #005129

#005129
(0,81,41)
#17603C
(23,96,60)
#2E6F4F
(46,111,79)
#457E62
(69,126,98)
#5C8D75
(92,141,117)
#739C88
(115,156,136)
#8AAB9B
(138,171,155)
#A1BAAE
(161,186,174)
#B8C9C1
(184,201,193)
#CFD8D4
(207,216,212)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005129; }

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

This text font color is #005129.


Background Color

.myBgColor { background-color: #005129; }

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

This div background color is #005129.


Border color

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

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

This div border color is #005129.


Opacity

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

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

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

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

This text has shadow with #005129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005129 on black background.


Color preview on white background

This text has color #005129 on white background.



Black color preview on #005129 background

This text has black color on #005129 background.


White color preview on #005129 background

This text has white color on #005129 background.