Color Hex Logo

#708021 Color Hex

#708021
(112,128,33)
0 Favorites   0 Comments

Color spaces of #708021

RGB 11212833
HSL0.190.590.32
HSV70°74°50°
CMYK 0.130.000.74   0.50
XYZ14.675818.99294.3313
Yxy18.99290.38620.4998
Hunter Lab43.5808-16.156824.6140
CIE-Lab50.6789-19.168546.6906

#708021 color RGB value is (112,128,33).

#708021 hex color red value is 112, green value is 128 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #708021 hue: 0.19 , saturation: 0.59 and the lightness value of 708021 is 0.32.

The process color (four color CMYK) of #708021 color hex is 0.13, 0.00, 0.74, 0.50. Web safe color of #708021 is #669933. Color #708021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000000 00100001
Octal 160 200 41
Decimal 112 128 33
Hex 70 80 21

RGB Percentages of Color #708021

%41.03
%46.89
%12.09

CMYK Percentages of Color #708021

%13
%0
%74
%50

Triadic Colors of #708021

#708021 #217080 #802170

Analogous Colors of #708021

#708021 #418021 #806121

Monochromatic Colors of #708021

#708021

Complementary Color

#708021 #312180

#708021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708021 Color CSS Codes

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

#708021 Text Font Color

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

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


#708021 Background Color

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

This div background color is #708021


#708021 Border Color

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

This div border color is #708021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708021


Comments

No comments written yet.

Please login to write comment.