Color Hex Logo

#04821a Color Hex

#04821A
(4,130,26)
0 Favorites   0 Comments

Color spaces of #04821a

RGB 413026
HSL0.360.940.26
HSV130°97°51°
CMYK 0.970.000.80   0.49
XYZ8.219216.06573.6451
Yxy16.06570.29430.5752
Hunter Lab40.0820-33.540522.6655
CIE-Lab47.0606-50.706944.2667

#04821a color RGB value is (4,130,26).

#04821a hex color red value is 4, green value is 130 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #04821a hue: 0.36 , saturation: 0.94 and the lightness value of 04821a is 0.26.

The process color (four color CMYK) of #04821a color hex is 0.97, 0.00, 0.80, 0.49. Web safe color of #04821a is #009933. Color #04821a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000010 00011010
Octal 4 202 32
Decimal 4 130 26
Hex 4 82 1A

RGB Percentages of Color #04821a

%2.50
%81.25
%16.25

CMYK Percentages of Color #04821a

%97
%0
%80
%49

Triadic Colors of #04821a

#04821a #1a0482 #821a04

Analogous Colors of #04821a

#04821a #048259 #2d8204

Monochromatic Colors of #04821a

#04821a

Complementary Color

#04821a #82046c

#04821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04821a Color CSS Codes

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

#04821a Text Font Color

<p style="color:#04821a">Text here</p>

This sample text font color is #04821a
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.


#04821a Background Color

<div style="background-color:#04821a">
Div content here</div>

This div background color is #04821a


#04821a Border Color

<div style="border:3px solid #04821a">
Div here</div>

This div border color is #04821a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,130,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04821a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04821a;
  -webkit-box-shadow: 1px 1px 3px 2px #04821a;
  box-shadow:         1px 1px 3px 2px #04821a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04821a


Comments

No comments written yet.

Please login to write comment.