Color Hex Logo

#703933 Color Hex

#703933
(112,57,51)
0 Favorites   0 Comments

Color spaces of #703933

RGB 1125751
HSL0.020.370.32
HSV54°44°
CMYK 0.000.490.54   0.56
XYZ8.74286.61003.9470
Yxy6.61000.45300.3425
Hunter Lab25.709915.70758.8947
CIE-Lab30.902023.540814.6746

#703933 color RGB value is (112,57,51).

#703933 hex color red value is 112, green value is 57 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #703933 hue: 0.02 , saturation: 0.37 and the lightness value of 703933 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 00110011
Octal 160 71 63
Decimal 112 57 51
Hex 70 39 33

RGB Percentages of Color #703933

%50.91
%25.91
%23.18

CMYK Percentages of Color #703933

%0
%49
%54
%56

Triadic Colors of #703933

#703933 #337039 #393370

Analogous Colors of #703933

#703933 #705833 #70334c

Monochromatic Colors of #703933

#703933

Complementary Color

#703933 #336a70

#703933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703933 Color CSS Codes

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

#703933 Text Font Color

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

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


#703933 Background Color

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

This div background color is #703933


#703933 Border Color

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

This div border color is #703933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703933


Comments

No comments written yet.

Please login to write comment.