Color Hex Logo

#00804f Color Hex

#00804F
(0,128,79)
0 Favorites   0 Comments

Color spaces of #00804f

RGB 012879
HSL0.441.000.25
HSV157°100°50°
CMYK 1.000.000.38   0.50
XYZ9.130516.002910.0048
Yxy16.00290.25980.4554
Hunter Lab40.0036-29.265213.1743
CIE-Lab46.9783-42.465218.3335

#00804f color RGB value is (0,128,79).

#00804f hex color red value is 0, green value is 128 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #00804f hue: 0.44 , saturation: 1.00 and the lightness value of 00804f is 0.25.

The process color (four color CMYK) of #00804f color hex is 1.00, 0.00, 0.38, 0.50. Web safe color of #00804f is #009966. Color #00804f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000000 01001111
Octal 0 200 117
Decimal 0 128 79
Hex 0 80 4F

RGB Percentages of Color #00804f

%0.00
%61.84
%38.16

CMYK Percentages of Color #00804f

%100
%0
%38
%50

Triadic Colors of #00804f

#00804f #4f0080 #804f00

Analogous Colors of #00804f

#00804f #007180 #00800f

Monochromatic Colors of #00804f

#00804f

Complementary Color

#00804f #800031

#00804f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00804f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00804f Color CSS Codes

.mybgcolor {background-color:#00804f; } 
.myforecolor {color:#00804f; }
.mybordercolor {border:3px solid #00804f; }

#00804f Text Font Color

<p style="color:#00804f">Text here</p>

This sample text font color is #00804f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00804f Background Color

<div style="background-color:#00804f">
Div content here</div>

This div background color is #00804f


#00804f Border Color

<div style="border:3px solid #00804f">
Div here</div>

This div border color is #00804f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,128,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00804f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00804f;
  -webkit-box-shadow: 1px 1px 3px 2px #00804f;
  box-shadow:         1px 1px 3px 2px #00804f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,128,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00804f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00804f;
  -webkit-box-shadow: 1px 1px 3px 2px #00804f;
  box-shadow:         1px 1px 3px 2px #00804f;">
Div content here</div>

This div box has shadow with color #00804f


Comments

No comments written yet.

Please login to write comment.