Color Hex Logo

#727016 Color Hex

#727016
(114,112,22)
0 Favorites   0 Comments

Color spaces of #727016

RGB 11411222
HSL0.160.680.27
HSV59°81°45°
CMYK 0.000.020.81   0.55
XYZ12.878415.22373.0188
Yxy15.22370.41380.4892
Hunter Lab39.0176-9.363822.7250
CIE-Lab45.9391-10.169246.2591

#727016 color RGB value is (114,112,22).

#727016 hex color red value is 114, green value is 112 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #727016 hue: 0.16 , saturation: 0.68 and the lightness value of 727016 is 0.27.

The process color (four color CMYK) of #727016 color hex is 0.00, 0.02, 0.81, 0.55. Web safe color of #727016 is #666600. Color #727016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00010110
Octal 162 160 26
Decimal 114 112 22
Hex 72 70 16

RGB Percentages of Color #727016

%45.97
%45.16
%8.87

CMYK Percentages of Color #727016

%0
%2
%81
%55

Triadic Colors of #727016

#727016 #167270 #701672

Analogous Colors of #727016

#727016 #467216 #724216

Monochromatic Colors of #727016

#727016

Complementary Color

#727016 #161872

#727016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727016 Color CSS Codes

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

#727016 Text Font Color

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

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


#727016 Background Color

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

This div background color is #727016


#727016 Border Color

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

This div border color is #727016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727016


Comments

No comments written yet.

Please login to write comment.