Color Hex Logo

#703541 Color Hex

#703541
(112,53,65)
0 Favorites   0 Comments

Color spaces of #703541

RGB 1125365
HSL0.970.360.32
HSV348°53°44°
CMYK 0.000.530.42   0.56
XYZ8.90936.37265.7615
Yxy6.37260.42340.3028
Hunter Lab25.244018.82054.1389
CIE-Lab30.333727.41444.8003

#703541 color RGB value is (112,53,65).

#703541 hex color red value is 112, green value is 53 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #703541 hue: 0.97 , saturation: 0.36 and the lightness value of 703541 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 01000001
Octal 160 65 101
Decimal 112 53 65
Hex 70 35 41

RGB Percentages of Color #703541

%48.70
%23.04
%28.26

CMYK Percentages of Color #703541

%0
%53
%42
%56

Triadic Colors of #703541

#703541 #417035 #354170

Analogous Colors of #703541

#703541 #704735 #70355f

Monochromatic Colors of #703541

#703541

Complementary Color

#703541 #357064

#703541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703541 Color CSS Codes

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

#703541 Text Font Color

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

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


#703541 Background Color

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

This div background color is #703541


#703541 Border Color

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

This div border color is #703541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703541

#703541 Color Palettes


Comments

No comments written yet.

Please login to write comment.