Color Hex Logo

#704835 Color Hex

#704835
(112,72,53)
0 Favorites   0 Comments

Color spaces of #704835

RGB 1127253
HSL0.050.360.32
HSV19°53°44°
CMYK 0.000.360.53   0.56
XYZ9.64218.33654.4691
Yxy8.33650.42950.3714
Hunter Lab28.87309.082111.0339
CIE-Lab34.674114.769618.3796

#704835 color RGB value is (112,72,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001000 00110101
Octal 160 110 65
Decimal 112 72 53
Hex 70 48 35

RGB Percentages of Color #704835

%47.26
%30.38
%22.36

CMYK Percentages of Color #704835

%0
%36
%53
%56

Triadic Colors of #704835

#704835 #357048 #483570

Analogous Colors of #704835

#704835 #706635 #703540

Monochromatic Colors of #704835

#704835

Complementary Color

#704835 #355d70

#704835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704835 Color CSS Codes

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

#704835 Text Font Color

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

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


#704835 Background Color

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

This div background color is #704835


#704835 Border Color

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

This div border color is #704835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704835


Comments

No comments written yet.

Please login to write comment.