Color Hex Logo

#727032 Color Hex

#727032
(114,112,50)
0 Favorites   0 Comments

Color spaces of #727032

RGB 11411250
HSL0.160.390.32
HSV58°56°45°
CMYK 0.000.020.56   0.55
XYZ13.309315.39605.2879
Yxy15.39600.39150.4529
Hunter Lab39.2377-8.119519.4762
CIE-Lab46.1719-8.339834.2240

#727032 color RGB value is (114,112,50).

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

The process color (four color CMYK) of #727032 color hex is 0.00, 0.02, 0.56, 0.55. Web safe color of #727032 is #666633. Color #727032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00110010
Octal 162 160 62
Decimal 114 112 50
Hex 72 70 32

RGB Percentages of Color #727032

%41.30
%40.58
%18.12

CMYK Percentages of Color #727032

%0
%2
%56
%55

Triadic Colors of #727032

#727032 #327270 #703272

Analogous Colors of #727032

#727032 #547232 #725032

Monochromatic Colors of #727032

#727032

Complementary Color

#727032 #323472

#727032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727032 Color CSS Codes

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

#727032 Text Font Color

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

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


#727032 Background Color

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

This div background color is #727032


#727032 Border Color

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

This div border color is #727032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727032


Comments

No comments written yet.

Please login to write comment.