Color Hex Logo

#703327 Color Hex

#703327
(112,51,39)
0 Favorites   0 Comments

Color spaces of #703327

RGB 1125139
HSL0.030.480.30
HSV10°65°44°
CMYK 0.000.540.65   0.56
XYZ8.23215.95892.6358
Yxy5.95890.48920.3541
Hunter Lab24.410917.476710.6857
CIE-Lab29.308525.926120.2623

#703327 color RGB value is (112,51,39).

#703327 hex color red value is 112, green value is 51 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #703327 hue: 0.03 , saturation: 0.48 and the lightness value of 703327 is 0.30.

The process color (four color CMYK) of #703327 color hex is 0.00, 0.54, 0.65, 0.56. Web safe color of #703327 is #663333. Color #703327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110011 00100111
Octal 160 63 47
Decimal 112 51 39
Hex 70 33 27

RGB Percentages of Color #703327

%55.45
%25.25
%19.31

CMYK Percentages of Color #703327

%0
%54
%65
%56

Triadic Colors of #703327

#703327 #277033 #332770

Analogous Colors of #703327

#703327 #705827 #702740

Monochromatic Colors of #703327

#703327

Complementary Color

#703327 #276470

#703327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703327 Color CSS Codes

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

#703327 Text Font Color

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

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


#703327 Background Color

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

This div background color is #703327


#703327 Border Color

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

This div border color is #703327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703327


Comments

No comments written yet.

Please login to write comment.