Color Hex Logo

#704541 Color Hex

#704541
(112,69,65)
0 Favorites   0 Comments

Color spaces of #704541

RGB 1126965
HSL0.010.270.35
HSV42°44°
CMYK 0.000.380.42   0.56
XYZ9.76438.08266.0465
Yxy8.08260.40870.3383
Hunter Lab28.429911.55387.2911
CIE-Lab34.154317.991010.1694

#704541 color RGB value is (112,69,65).

#704541 hex color red value is 112, green value is 69 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #704541 hue: 0.01 , saturation: 0.27 and the lightness value of 704541 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000101 01000001
Octal 160 105 101
Decimal 112 69 65
Hex 70 45 41

RGB Percentages of Color #704541

%45.53
%28.05
%26.42

CMYK Percentages of Color #704541

%0
%38
%42
%56

Triadic Colors of #704541

#704541 #417045 #454170

Analogous Colors of #704541

#704541 #705d41 #704155

Monochromatic Colors of #704541

#704541

Complementary Color

#704541 #416c70

#704541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704541 Color CSS Codes

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

#704541 Text Font Color

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

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


#704541 Background Color

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

This div background color is #704541


#704541 Border Color

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

This div border color is #704541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704541


Comments

No comments written yet.

Please login to write comment.