Color Hex Logo

#704318 Color Hex

#704318
(112,67,24)
0 Favorites   0 Comments

Color spaces of #704318

RGB 1126724
HSL0.080.650.27
HSV29°79°44°
CMYK 0.000.400.79   0.56
XYZ8.85417.52501.8500
Yxy7.52500.48570.4128
Hunter Lab27.43179.608615.2037
CIE-Lab32.973415.566333.0206

#704318 color RGB value is (112,67,24).

#704318 hex color red value is 112, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #704318 hue: 0.08 , saturation: 0.65 and the lightness value of 704318 is 0.27.

The process color (four color CMYK) of #704318 color hex is 0.00, 0.40, 0.79, 0.56. Web safe color of #704318 is #663300. Color #704318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 00011000
Octal 160 103 30
Decimal 112 67 24
Hex 70 43 18

RGB Percentages of Color #704318

%55.17
%33.00
%11.82

CMYK Percentages of Color #704318

%0
%40
%79
%56

Triadic Colors of #704318

#704318 #187043 #431870

Analogous Colors of #704318

#704318 #706f18 #701819

Monochromatic Colors of #704318

#704318

Complementary Color

#704318 #184570

#704318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704318 Color CSS Codes

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

#704318 Text Font Color

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

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


#704318 Background Color

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

This div background color is #704318


#704318 Border Color

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

This div border color is #704318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704318


Comments

No comments written yet.

Please login to write comment.