Color Hex Logo

#705307 Color Hex

#705307
(112,83,7)
0 Favorites   0 Comments

Color spaces of #705307

RGB 112837
HSL0.120.880.23
HSV43°94°44°
CMYK 0.000.260.94   0.56
XYZ9.81379.64661.5458
Yxy9.64660.46720.4592
Hunter Lab31.05902.047418.7904
CIE-Lab37.20055.255043.2973

#705307 color RGB value is (112,83,7).

#705307 hex color red value is 112, green value is 83 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #705307 hue: 0.12 , saturation: 0.88 and the lightness value of 705307 is 0.23.

The process color (four color CMYK) of #705307 color hex is 0.00, 0.26, 0.94, 0.56. Web safe color of #705307 is #666600. Color #705307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 00000111
Octal 160 123 7
Decimal 112 83 7
Hex 70 53 7

RGB Percentages of Color #705307

%55.45
%41.09
%3.47

CMYK Percentages of Color #705307

%0
%26
%94
%56

Triadic Colors of #705307

#705307 #077053 #530770

Analogous Colors of #705307

#705307 #597007 #701f07

Monochromatic Colors of #705307

#705307

Complementary Color

#705307 #072470

#705307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705307 Color CSS Codes

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

#705307 Text Font Color

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

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


#705307 Background Color

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

This div background color is #705307


#705307 Border Color

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

This div border color is #705307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705307


Comments

No comments written yet.

Please login to write comment.