Color Hex Logo

#703928 Color Hex

#703928
(112,57,40)
0 Favorites   0 Comments

Color spaces of #703928

RGB 1125740
HSL0.040.470.30
HSV14°64°44°
CMYK 0.000.490.64   0.56
XYZ8.52826.52422.8173
Yxy6.52420.47720.3651
Hunter Lab25.542514.898611.3402
CIE-Lab30.698222.557321.3597

#703928 color RGB value is (112,57,40).

#703928 hex color red value is 112, green value is 57 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #703928 hue: 0.04 , saturation: 0.47 and the lightness value of 703928 is 0.30.

The process color (four color CMYK) of #703928 color hex is 0.00, 0.49, 0.64, 0.56. Web safe color of #703928 is #663333. Color #703928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 00101000
Octal 160 71 50
Decimal 112 57 40
Hex 70 39 28

RGB Percentages of Color #703928

%53.59
%27.27
%19.14

CMYK Percentages of Color #703928

%0
%49
%64
%56

Triadic Colors of #703928

#703928 #287039 #392870

Analogous Colors of #703928

#703928 #705d28 #70283b

Monochromatic Colors of #703928

#703928

Complementary Color

#703928 #285f70

#703928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703928 Color CSS Codes

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

#703928 Text Font Color

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

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


#703928 Background Color

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

This div background color is #703928


#703928 Border Color

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

This div border color is #703928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703928


Comments

No comments written yet.

Please login to write comment.