Color Hex Logo

#728052 Color Hex

#728052
(114,128,82)
0 Favorites   0 Comments

Color spaces of #728052

RGB 11412882
HSL0.220.220.41
HSV78°36°50°
CMYK 0.110.000.36   0.50
XYZ16.181619.624910.9178
Yxy19.62490.34630.4200
Hunter Lab44.3000-12.323716.3979
CIE-Lab51.4104-13.444523.3094

#728052 color RGB value is (114,128,82).

#728052 hex color red value is 114, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #728052 hue: 0.22 , saturation: 0.22 and the lightness value of 728052 is 0.41.

The process color (four color CMYK) of #728052 color hex is 0.11, 0.00, 0.36, 0.50. Web safe color of #728052 is #669966. Color #728052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 01010010
Octal 162 200 122
Decimal 114 128 82
Hex 72 80 52

RGB Percentages of Color #728052

%35.19
%39.51
%25.31

CMYK Percentages of Color #728052

%11
%0
%36
%50

Triadic Colors of #728052

#728052 #527280 #805272

Analogous Colors of #728052

#728052 #5b8052 #807752

Monochromatic Colors of #728052

#728052

Complementary Color

#728052 #605280

#728052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728052 Color CSS Codes

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

#728052 Text Font Color

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

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


#728052 Background Color

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

This div background color is #728052


#728052 Border Color

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

This div border color is #728052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728052

#728052 Color Palettes


Comments

No comments written yet.

Please login to write comment.