Color Hex Logo

#702620 Color Hex

#702620
(112,38,32)
0 Favorites   0 Comments

Color spaces of #702620

RGB 1123832
HSL0.010.560.28
HSV71°44°
CMYK 0.000.660.71   0.56
XYZ7.63594.93531.9166
Yxy4.93530.52710.3407
Hunter Lab22.215522.476610.4358
CIE-Lab26.549632.343021.3354

#702620 color RGB value is (112,38,32).

#702620 hex color red value is 112, green value is 38 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #702620 hue: 0.01 , saturation: 0.56 and the lightness value of 702620 is 0.28.

The process color (four color CMYK) of #702620 color hex is 0.00, 0.66, 0.71, 0.56. Web safe color of #702620 is #663333. Color #702620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 00100000
Octal 160 46 40
Decimal 112 38 32
Hex 70 26 20

RGB Percentages of Color #702620

%61.54
%20.88
%17.58

CMYK Percentages of Color #702620

%0
%66
%71
%56

Triadic Colors of #702620

#702620 #207026 #262070

Analogous Colors of #702620

#702620 #704e20 #702042

Monochromatic Colors of #702620

#702620

Complementary Color

#702620 #206a70

#702620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702620 Color CSS Codes

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

#702620 Text Font Color

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

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


#702620 Background Color

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

This div background color is #702620


#702620 Border Color

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

This div border color is #702620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702620


Comments

No comments written yet.

Please login to write comment.