Color Hex Logo

#702417 Color Hex

#702417
(112,36,23)
0 Favorites   0 Comments

Color spaces of #702417

RGB 1123623
HSL0.020.660.26
HSV79°44°
CMYK 0.000.680.79   0.56
XYZ7.46764.76841.3374
Yxy4.76840.55020.3513
Hunter Lab21.836722.828411.6544
CIE-Lab26.064532.837326.3794

#702417 color RGB value is (112,36,23).

#702417 hex color red value is 112, green value is 36 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #702417 hue: 0.02 , saturation: 0.66 and the lightness value of 702417 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 00010111
Octal 160 44 27
Decimal 112 36 23
Hex 70 24 17

RGB Percentages of Color #702417

%65.50
%21.05
%13.45

CMYK Percentages of Color #702417

%0
%68
%79
%56

Triadic Colors of #702417

#702417 #177024 #241770

Analogous Colors of #702417

#702417 #705117 #701737

Monochromatic Colors of #702417

#702417

Complementary Color

#702417 #176370

#702417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702417 Color CSS Codes

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

#702417 Text Font Color

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

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


#702417 Background Color

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

This div background color is #702417


#702417 Border Color

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

This div border color is #702417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702417


Comments

No comments written yet.

Please login to write comment.