Color Hex Logo

#728466 Color Hex

#728466
(114,132,102)
0 Favorites   0 Comments

Color spaces of #728466

RGB 114132102
HSL0.270.130.46
HSV96°23°52°
CMYK 0.140.000.23   0.48
XYZ17.589021.039215.7043
Yxy21.03920.32370.3872
Hunter Lab45.8685-11.821311.8085
CIE-Lab52.9924-12.451314.0667

#728466 color RGB value is (114,132,102).

#728466 hex color red value is 114, green value is 132 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #728466 hue: 0.27 , saturation: 0.13 and the lightness value of 728466 is 0.46.

The process color (four color CMYK) of #728466 color hex is 0.14, 0.00, 0.23, 0.48. Web safe color of #728466 is #669966. Color #728466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000100 01100110
Octal 162 204 146
Decimal 114 132 102
Hex 72 84 66

RGB Percentages of Color #728466

%32.76
%37.93
%29.31

CMYK Percentages of Color #728466

%14
%0
%23
%48

Triadic Colors of #728466

#728466 #667284 #846672

Analogous Colors of #728466

#728466 #668469 #818466

Monochromatic Colors of #728466

#728466

Complementary Color

#728466 #786684

#728466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728466 Color CSS Codes

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

#728466 Text Font Color

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

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


#728466 Background Color

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

This div background color is #728466


#728466 Border Color

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

This div border color is #728466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728466


Comments

No comments written yet.

Please login to write comment.