Color Hex Logo

#706721 Color Hex

#706721
(112,103,33)
0 Favorites   0 Comments

Color spaces of #706721

RGB 11210333
HSL0.150.540.28
HSV53°71°44°
CMYK 0.000.080.71   0.56
XYZ11.806913.25503.3750
Yxy13.25500.41520.4661
Hunter Lab36.4074-5.825619.9890
CIE-Lab43.1450-5.455239.1488

#706721 color RGB value is (112,103,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100111 00100001
Octal 160 147 41
Decimal 112 103 33
Hex 70 67 21

RGB Percentages of Color #706721

%45.16
%41.53
%13.31

CMYK Percentages of Color #706721

%0
%8
%71
%56

Triadic Colors of #706721

#706721 #217067 #672170

Analogous Colors of #706721

#706721 #527021 #704021

Monochromatic Colors of #706721

#706721

Complementary Color

#706721 #212a70

#706721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706721 Color CSS Codes

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

#706721 Text Font Color

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

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


#706721 Background Color

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

This div background color is #706721


#706721 Border Color

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

This div border color is #706721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,103,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 #706721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706721


Comments

No comments written yet.

Please login to write comment.