Color Hex Logo

#703525 Color Hex

#703525
(112,53,37)
0 Favorites   0 Comments

Color spaces of #703525

RGB 1125337
HSL0.040.500.29
HSV13°67°44°
CMYK 0.000.530.67   0.56
XYZ8.28916.12452.4955
Yxy6.12450.49020.3622
Hunter Lab24.747716.479011.3448
CIE-Lab29.724424.642922.0246

#703525 color RGB value is (112,53,37).

#703525 hex color red value is 112, green value is 53 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #703525 hue: 0.04 , saturation: 0.50 and the lightness value of 703525 is 0.29.

The process color (four color CMYK) of #703525 color hex is 0.00, 0.53, 0.67, 0.56. Web safe color of #703525 is #663333. Color #703525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 00100101
Octal 160 65 45
Decimal 112 53 37
Hex 70 35 25

RGB Percentages of Color #703525

%55.45
%26.24
%18.32

CMYK Percentages of Color #703525

%0
%53
%67
%56

Triadic Colors of #703525

#703525 #257035 #352570

Analogous Colors of #703525

#703525 #705b25 #70253b

Monochromatic Colors of #703525

#703525

Complementary Color

#703525 #256070

#703525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703525 Color CSS Codes

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

#703525 Text Font Color

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

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


#703525 Background Color

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

This div background color is #703525


#703525 Border Color

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

This div border color is #703525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703525


Comments

No comments written yet.

Please login to write comment.