Color Hex Logo

#702311 Color Hex

#702311
(112,35,17)
0 Favorites   0 Comments

Color spaces of #702311

RGB 1123517
HSL0.030.740.25
HSV11°85°44°
CMYK 0.000.690.85   0.56
XYZ7.38434.68731.0459
Yxy4.68730.56290.3573
Hunter Lab21.650222.993812.2909
CIE-Lab25.824633.071929.5967

#702311 color RGB value is (112,35,17).

#702311 hex color red value is 112, green value is 35 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #702311 hue: 0.03 , saturation: 0.74 and the lightness value of 702311 is 0.25.

The process color (four color CMYK) of #702311 color hex is 0.00, 0.69, 0.85, 0.56. Web safe color of #702311 is #663300. Color #702311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100011 00010001
Octal 160 43 21
Decimal 112 35 17
Hex 70 23 11

RGB Percentages of Color #702311

%68.29
%21.34
%10.37

CMYK Percentages of Color #702311

%0
%69
%85
%56

Triadic Colors of #702311

#702311 #117023 #231170

Analogous Colors of #702311

#702311 #705311 #70112f

Monochromatic Colors of #702311

#702311

Complementary Color

#702311 #115e70

#702311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702311 Color CSS Codes

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

#702311 Text Font Color

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

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


#702311 Background Color

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

This div background color is #702311


#702311 Border Color

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

This div border color is #702311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702311


Comments

No comments written yet.

Please login to write comment.