Color Hex Logo

#728573 Color Hex

#728573
(114,133,115)
0 Favorites   0 Comments

Color spaces of #728573

RGB 114133115
HSL0.340.080.48
HSV123°14°52°
CMYK 0.140.000.14   0.48
XYZ18.421521.590319.4161
Yxy21.59030.31000.3633
Hunter Lab46.4654-10.54697.7507
CIE-Lab53.5896-10.59937.4100

#728573 color RGB value is (114,133,115).

#728573 hex color red value is 114, green value is 133 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #728573 hue: 0.34 , saturation: 0.08 and the lightness value of 728573 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 01110011
Octal 162 205 163
Decimal 114 133 115
Hex 72 85 73

RGB Percentages of Color #728573

%31.49
%36.74
%31.77

CMYK Percentages of Color #728573

%14
%0
%14
%48

Triadic Colors of #728573

#728573 #737285 #857372

Analogous Colors of #728573

#728573 #72857d #7b8572

Monochromatic Colors of #728573

#728573

Complementary Color

#728573 #857284

#728573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728573 Color CSS Codes

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

#728573 Text Font Color

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

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


#728573 Background Color

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

This div background color is #728573


#728573 Border Color

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

This div border color is #728573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728573


Comments

No comments written yet.

Please login to write comment.