Color Hex Logo

#07540a Color Hex

#07540A
(7,84,10)
0 Favorites   0 Comments

Color spaces of #07540a

RGB 78410
HSL0.340.850.18
HSV122°92°33°
CMYK 0.920.000.88   0.67
XYZ3.31276.40771.3494
Yxy6.40770.29930.5788
Hunter Lab25.3134-20.938714.5588
CIE-Lab30.4186-36.755733.7489

#07540a color RGB value is (7,84,10).

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

The process color (four color CMYK) of #07540a color hex is 0.92, 0.00, 0.88, 0.67. Web safe color of #07540a is #006600. Color #07540a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010100 00001010
Octal 7 124 12
Decimal 7 84 10
Hex 7 54 A

RGB Percentages of Color #07540a

%6.93
%83.17
%9.90

CMYK Percentages of Color #07540a

%92
%0
%88
%67

Triadic Colors of #07540a

#07540a #0a0754 #540a07

Analogous Colors of #07540a

#07540a #075431 #2b5407

Monochromatic Colors of #07540a

#07540a

Complementary Color

#07540a #540751

#07540a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07540a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07540a Color CSS Codes

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

#07540a Text Font Color

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

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


#07540a Background Color

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

This div background color is #07540a


#07540a Border Color

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

This div border color is #07540a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,84,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 #07540a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07540a


Comments

No comments written yet.

Please login to write comment.