Color Hex Logo

#702415 Color Hex

#702415
(112,36,21)
0 Favorites   0 Comments

Color spaces of #702415

RGB 1123621
HSL0.030.680.26
HSV10°81°44°
CMYK 0.000.680.81   0.56
XYZ7.44834.76061.2358
Yxy4.76060.55400.3541
Hunter Lab21.818822.751811.9150
CIE-Lab26.041532.751627.5392

#702415 color RGB value is (112,36,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 00010101
Octal 160 44 25
Decimal 112 36 21
Hex 70 24 15

RGB Percentages of Color #702415

%66.27
%21.30
%12.43

CMYK Percentages of Color #702415

%0
%68
%81
%56

Triadic Colors of #702415

#702415 #157024 #241570

Analogous Colors of #702415

#702415 #705215 #701533

Monochromatic Colors of #702415

#702415

Complementary Color

#702415 #156170

#702415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702415 Color CSS Codes

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

#702415 Text Font Color

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

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


#702415 Background Color

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

This div background color is #702415


#702415 Border Color

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

This div border color is #702415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702415


Comments

No comments written yet.

Please login to write comment.