Color Hex Logo

#704946 Color Hex

#704946
(112,73,70)
0 Favorites   0 Comments

Color spaces of #704946

RGB 1127370
HSL0.010.230.36
HSV38°44°
CMYK 0.000.350.38   0.56
XYZ10.17018.65206.9283
Yxy8.65200.39490.3360
Hunter Lab29.414310.24216.6247
CIE-Lab35.305416.22938.6118

#704946 color RGB value is (112,73,70).

#704946 hex color red value is 112, green value is 73 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #704946 hue: 0.01 , saturation: 0.23 and the lightness value of 704946 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 01000110
Octal 160 111 106
Decimal 112 73 70
Hex 70 49 46

RGB Percentages of Color #704946

%43.92
%28.63
%27.45

CMYK Percentages of Color #704946

%0
%35
%38
%56

Triadic Colors of #704946

#704946 #467049 #494670

Analogous Colors of #704946

#704946 #705e46 #704658

Monochromatic Colors of #704946

#704946

Complementary Color

#704946 #466d70

#704946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704946 Color CSS Codes

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

#704946 Text Font Color

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

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


#704946 Background Color

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

This div background color is #704946


#704946 Border Color

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

This div border color is #704946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704946


Comments

No comments written yet.

Please login to write comment.