Color Hex Logo

#729953 Color Hex

#729953
(114,153,83)
0 Favorites   0 Comments

Color spaces of #729953

RGB 11415383
HSL0.260.300.46
HSV93°46°60°
CMYK 0.250.000.46   0.40
XYZ19.892026.984412.3437
Yxy26.98440.33590.4557
Hunter Lab51.9465-22.553022.2739
CIE-Lab58.9599-26.244132.4450

#729953 color RGB value is (114,153,83).

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

The process color (four color CMYK) of #729953 color hex is 0.25, 0.00, 0.46, 0.40. Web safe color of #729953 is #669966. Color #729953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 01010011
Octal 162 231 123
Decimal 114 153 83
Hex 72 99 53

RGB Percentages of Color #729953

%32.57
%43.71
%23.71

CMYK Percentages of Color #729953

%25
%0
%46
%40

Triadic Colors of #729953

#729953 #537299 #995372

Analogous Colors of #729953

#729953 #539957 #959953

Monochromatic Colors of #729953

#729953

Complementary Color

#729953 #7a5399

#729953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729953 Color CSS Codes

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

#729953 Text Font Color

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

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


#729953 Background Color

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

This div background color is #729953


#729953 Border Color

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

This div border color is #729953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729953


Comments

No comments written yet.

Please login to write comment.