Color Hex Logo

#70563d Color Hex

#70563D
(112,86,61)
0 Favorites   0 Comments

Color spaces of #70563d

RGB 1128661
HSL0.080.290.34
HSV29°46°44°
CMYK 0.000.230.46   0.56
XYZ10.852210.43725.8575
Yxy10.43720.39980.3845
Hunter Lab32.30673.423711.8648
CIE-Lab38.61597.152418.6653

#70563d color RGB value is (112,86,61).

#70563d hex color red value is 112, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #70563d hue: 0.08 , saturation: 0.29 and the lightness value of 70563d is 0.34.

The process color (four color CMYK) of #70563d color hex is 0.00, 0.23, 0.46, 0.56. Web safe color of #70563d is #666633. Color #70563d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 00111101
Octal 160 126 75
Decimal 112 86 61
Hex 70 56 3D

RGB Percentages of Color #70563d

%43.24
%33.20
%23.55

CMYK Percentages of Color #70563d

%0
%23
%46
%56

Triadic Colors of #70563d

#70563d #3d7056 #563d70

Analogous Colors of #70563d

#70563d #70703d #703d3e

Monochromatic Colors of #70563d

#70563d

Complementary Color

#70563d #3d5770

#70563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70563d Color CSS Codes

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

#70563d Text Font Color

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

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


#70563d Background Color

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

This div background color is #70563d


#70563d Border Color

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

This div border color is #70563d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,86,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70563d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70563d;
  -webkit-box-shadow: 1px 1px 3px 2px #70563d;
  box-shadow:         1px 1px 3px 2px #70563d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70563d


Comments

No comments written yet.

Please login to write comment.