Color Hex Logo

#70382e Color Hex

#70382E
(112,56,46)
0 Favorites   0 Comments

Color spaces of #70382e

RGB 1125646
HSL0.030.420.31
HSV59°44°
CMYK 0.000.500.59   0.56
XYZ8.58946.47033.3810
Yxy6.47030.46580.3509
Hunter Lab25.436815.76099.9251
CIE-Lab30.569323.647317.4293

#70382e color RGB value is (112,56,46).

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

The process color (four color CMYK) of #70382e color hex is 0.00, 0.50, 0.59, 0.56. Web safe color of #70382e is #663333. Color #70382e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111000 00101110
Octal 160 70 56
Decimal 112 56 46
Hex 70 38 2E

RGB Percentages of Color #70382e

%52.34
%26.17
%21.50

CMYK Percentages of Color #70382e

%0
%50
%59
%56

Triadic Colors of #70382e

#70382e #2e7038 #382e70

Analogous Colors of #70382e

#70382e #70592e #702e45

Monochromatic Colors of #70382e

#70382e

Complementary Color

#70382e #2e6670

#70382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70382e Color CSS Codes

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

#70382e Text Font Color

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

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


#70382e Background Color

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

This div background color is #70382e


#70382e Border Color

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

This div border color is #70382e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,56,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 #70382e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70382e


Comments

No comments written yet.

Please login to write comment.