Color Hex Logo

#70502e Color Hex

#70502E
(112,80,46)
0 Favorites   0 Comments

Color spaces of #70502e

RGB 1128046
HSL0.090.420.31
HSV31°59°44°
CMYK 0.000.290.59   0.56
XYZ10.04399.37933.8658
Yxy9.37930.43130.4027
Hunter Lab30.62564.945513.9539
CIE-Lab36.70469.212825.1360

#70502e color RGB value is (112,80,46).

#70502e hex color red value is 112, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #70502e hue: 0.09 , saturation: 0.42 and the lightness value of 70502e is 0.31.

The process color (four color CMYK) of #70502e color hex is 0.00, 0.29, 0.59, 0.56. Web safe color of #70502e is #666633. Color #70502e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010000 00101110
Octal 160 120 56
Decimal 112 80 46
Hex 70 50 2E

RGB Percentages of Color #70502e

%47.06
%33.61
%19.33

CMYK Percentages of Color #70502e

%0
%29
%59
%56

Triadic Colors of #70502e

#70502e #2e7050 #502e70

Analogous Colors of #70502e

#70502e #6f702e #702f2e

Monochromatic Colors of #70502e

#70502e

Complementary Color

#70502e #2e4e70

#70502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70502e Color CSS Codes

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

#70502e Text Font Color

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

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


#70502e Background Color

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

This div background color is #70502e


#70502e Border Color

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

This div border color is #70502e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,80,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70502e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70502e;
  -webkit-box-shadow: 1px 1px 3px 2px #70502e;
  box-shadow:         1px 1px 3px 2px #70502e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70502e


Comments

No comments written yet.

Please login to write comment.