Color Hex Logo

#07520a Color Hex

#07520A
(7,82,10)
0 Favorites   0 Comments

Color spaces of #07520a

RGB 78210
HSL0.340.840.17
HSV122°91°32°
CMYK 0.910.000.88   0.68
XYZ3.15976.10171.2984
Yxy6.10170.29920.5778
Hunter Lab24.7016-20.395114.1747
CIE-Lab29.6676-36.072833.0446

#07520a color RGB value is (7,82,10).

#07520a hex color red value is 7, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #07520a hue: 0.34 , saturation: 0.84 and the lightness value of 07520a is 0.17.

The process color (four color CMYK) of #07520a color hex is 0.91, 0.00, 0.88, 0.68. Web safe color of #07520a is #006600. Color #07520a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010010 00001010
Octal 7 122 12
Decimal 7 82 10
Hex 7 52 A

RGB Percentages of Color #07520a

%7.07
%82.83
%10.10

CMYK Percentages of Color #07520a

%91
%0
%88
%68

Triadic Colors of #07520a

#07520a #0a0752 #520a07

Analogous Colors of #07520a

#07520a #075230 #2a5207

Monochromatic Colors of #07520a

#07520a

Complementary Color

#07520a #52074f

#07520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07520a Color CSS Codes

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

#07520a Text Font Color

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

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


#07520a Background Color

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

This div background color is #07520a


#07520a Border Color

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

This div border color is #07520a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,82,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07520a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07520a;
  -webkit-box-shadow: 1px 1px 3px 2px #07520a;
  box-shadow:         1px 1px 3px 2px #07520a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07520a


Comments

No comments written yet.

Please login to write comment.