Color Hex Logo

#706235 Color Hex

#706235
(112,98,53)
0 Favorites   0 Comments

Color spaces of #706235

RGB 1129853
HSL0.130.360.32
HSV46°53°44°
CMYK 0.000.130.53   0.56
XYZ11.692412.43725.1525
Yxy12.43720.39930.4247
Hunter Lab35.2664-2.535516.0241
CIE-Lab41.9027-0.909727.4916

#706235 color RGB value is (112,98,53).

#706235 hex color red value is 112, green value is 98 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #706235 hue: 0.13 , saturation: 0.36 and the lightness value of 706235 is 0.32.

The process color (four color CMYK) of #706235 color hex is 0.00, 0.13, 0.53, 0.56. Web safe color of #706235 is #666633. Color #706235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100010 00110101
Octal 160 142 65
Decimal 112 98 53
Hex 70 62 35

RGB Percentages of Color #706235

%42.59
%37.26
%20.15

CMYK Percentages of Color #706235

%0
%13
%53
%56

Triadic Colors of #706235

#706235 #357062 #623570

Analogous Colors of #706235

#706235 #617035 #704535

Monochromatic Colors of #706235

#706235

Complementary Color

#706235 #354370

#706235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706235 Color CSS Codes

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

#706235 Text Font Color

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

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


#706235 Background Color

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

This div background color is #706235


#706235 Border Color

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

This div border color is #706235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706235


Comments

No comments written yet.

Please login to write comment.