Color Hex Logo

#707215 Color Hex

#707215
(112,114,21)
0 Favorites   0 Comments

Color spaces of #707215

RGB 11211421
HSL0.170.690.26
HSV61°82°45°
CMYK 0.020.000.82   0.55
XYZ12.834815.53353.0313
Yxy15.53350.40880.4947
Hunter Lab39.4126-10.843023.0287
CIE-Lab46.3564-12.258246.8952

#707215 color RGB value is (112,114,21).

#707215 hex color red value is 112, green value is 114 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #707215 hue: 0.17 , saturation: 0.69 and the lightness value of 707215 is 0.26.

The process color (four color CMYK) of #707215 color hex is 0.02, 0.00, 0.82, 0.55. Web safe color of #707215 is #666600. Color #707215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110010 00010101
Octal 160 162 25
Decimal 112 114 21
Hex 70 72 15

RGB Percentages of Color #707215

%45.34
%46.15
%8.50

CMYK Percentages of Color #707215

%2
%0
%82
%55

Triadic Colors of #707215

#707215 #157072 #721570

Analogous Colors of #707215

#707215 #417215 #724615

Monochromatic Colors of #707215

#707215

Complementary Color

#707215 #171572

#707215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707215 Color CSS Codes

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

#707215 Text Font Color

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

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


#707215 Background Color

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

This div background color is #707215


#707215 Border Color

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

This div border color is #707215


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,114,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707215; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707215;
  -webkit-box-shadow: 1px 1px 3px 2px #707215;
  box-shadow:         1px 1px 3px 2px #707215; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707215


Comments

No comments written yet.

Please login to write comment.