Color Hex Logo

#706821 Color Hex

#706821
(112,104,33)
0 Favorites   0 Comments

Color spaces of #706821

RGB 11210433
HSL0.150.540.28
HSV54°71°44°
CMYK 0.000.070.71   0.56
XYZ11.906913.45523.4084
Yxy13.45520.41390.4677
Hunter Lab36.6813-6.250520.1678
CIE-Lab43.4413-6.029939.4531

#706821 color RGB value is (112,104,33).

#706821 hex color red value is 112, green value is 104 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #706821 hue: 0.15 , saturation: 0.54 and the lightness value of 706821 is 0.28.

The process color (four color CMYK) of #706821 color hex is 0.00, 0.07, 0.71, 0.56. Web safe color of #706821 is #666633. Color #706821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 00100001
Octal 160 150 41
Decimal 112 104 33
Hex 70 68 21

RGB Percentages of Color #706821

%44.98
%41.77
%13.25

CMYK Percentages of Color #706821

%0
%7
%71
%56

Triadic Colors of #706821

#706821 #217068 #682170

Analogous Colors of #706821

#706821 #517021 #704121

Monochromatic Colors of #706821

#706821

Complementary Color

#706821 #212970

#706821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706821 Color CSS Codes

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

#706821 Text Font Color

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

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


#706821 Background Color

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

This div background color is #706821


#706821 Border Color

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

This div border color is #706821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706821


Comments

No comments written yet.

Please login to write comment.