Color Hex Logo

#728663 Color Hex

#728663
(114,134,99)
0 Favorites   0 Comments

Color spaces of #728663

RGB 11413499
HSL0.260.150.46
HSV94°26°53°
CMYK 0.150.000.26   0.47
XYZ17.716721.528515.0260
Yxy21.52850.32640.3967
Hunter Lab46.3988-13.040313.2784
CIE-Lab53.5231-14.051116.5141

#728663 color RGB value is (114,134,99).

#728663 hex color red value is 114, green value is 134 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #728663 hue: 0.26 , saturation: 0.15 and the lightness value of 728663 is 0.46.

The process color (four color CMYK) of #728663 color hex is 0.15, 0.00, 0.26, 0.47. Web safe color of #728663 is #669966. Color #728663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01100011
Octal 162 206 143
Decimal 114 134 99
Hex 72 86 63

RGB Percentages of Color #728663

%32.85
%38.62
%28.53

CMYK Percentages of Color #728663

%15
%0
%26
%47

Triadic Colors of #728663

#728663 #637286 #866372

Analogous Colors of #728663

#728663 #638666 #848663

Monochromatic Colors of #728663

#728663

Complementary Color

#728663 #776386

#728663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728663 Color CSS Codes

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

#728663 Text Font Color

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

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


#728663 Background Color

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

This div background color is #728663


#728663 Border Color

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

This div border color is #728663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728663


Comments

No comments written yet.

Please login to write comment.