Color Hex Logo

#706930 Color Hex

#706930
(112,105,48)
0 Favorites   0 Comments

Color spaces of #706930

RGB 11210548
HSL0.150.400.31
HSV53°57°44°
CMYK 0.000.060.57   0.56
XYZ12.267213.76134.8060
Yxy13.76130.39780.4463
Hunter Lab37.0962-5.891018.2860
CIE-Lab43.8886-5.459832.5750

#706930 color RGB value is (112,105,48).

#706930 hex color red value is 112, green value is 105 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #706930 hue: 0.15 , saturation: 0.40 and the lightness value of 706930 is 0.31.

The process color (four color CMYK) of #706930 color hex is 0.00, 0.06, 0.57, 0.56. Web safe color of #706930 is #666633. Color #706930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101001 00110000
Octal 160 151 60
Decimal 112 105 48
Hex 70 69 30

RGB Percentages of Color #706930

%42.26
%39.62
%18.11

CMYK Percentages of Color #706930

%0
%6
%57
%56

Triadic Colors of #706930

#706930 #307069 #693070

Analogous Colors of #706930

#706930 #577030 #704930

Monochromatic Colors of #706930

#706930

Complementary Color

#706930 #303770

#706930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706930 Color CSS Codes

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

#706930 Text Font Color

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

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


#706930 Background Color

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

This div background color is #706930


#706930 Border Color

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

This div border color is #706930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706930


Comments

No comments written yet.

Please login to write comment.