Color Hex Logo

#729473 Color Hex

#729473
(114,148,115)
0 Favorites   0 Comments

Color spaces of #729473

RGB 114148115
HSL0.340.140.51
HSV122°23°58°
CMYK 0.230.000.22   0.42
XYZ20.623825.995020.1502
Yxy25.99500.30890.3893
Hunter Lab50.9853-17.020112.2574
CIE-Lab58.0323-18.649313.6686

#729473 color RGB value is (114,148,115).

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

The process color (four color CMYK) of #729473 color hex is 0.23, 0.00, 0.22, 0.42. Web safe color of #729473 is #669966. Color #729473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010100 01110011
Octal 162 224 163
Decimal 114 148 115
Hex 72 94 73

RGB Percentages of Color #729473

%30.24
%39.26
%30.50

CMYK Percentages of Color #729473

%23
%0
%22
%42

Triadic Colors of #729473

#729473 #737294 #947372

Analogous Colors of #729473

#729473 #729484 #829472

Monochromatic Colors of #729473

#729473

Complementary Color

#729473 #947293

#729473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729473 Color CSS Codes

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

#729473 Text Font Color

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

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


#729473 Background Color

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

This div background color is #729473


#729473 Border Color

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

This div border color is #729473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,148,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 #729473">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729473


Comments

No comments written yet.

Please login to write comment.