Color Hex Logo

#73996f Color Hex

#73996F
(115,153,111)
0 Favorites   0 Comments

Color spaces of #73996f

RGB 115153111
HSL0.320.170.52
HSV114°27°60°
CMYK 0.250.000.27   0.40
XYZ21.330727.575019.2372
Yxy27.57500.31300.4047
Hunter Lab52.5119-19.387915.0380
CIE-Lab59.5028-21.593417.9520

#73996f color RGB value is (115,153,111).

#73996f hex color red value is 115, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #73996f hue: 0.32 , saturation: 0.17 and the lightness value of 73996f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011001 01101111
Octal 163 231 157
Decimal 115 153 111
Hex 73 99 6F

RGB Percentages of Color #73996f

%30.34
%40.37
%29.29

CMYK Percentages of Color #73996f

%25
%0
%27
%40

Triadic Colors of #73996f

#73996f #6f7399 #996f73

Analogous Colors of #73996f

#73996f #6f9980 #88996f

Monochromatic Colors of #73996f

#73996f

Complementary Color

#73996f #956f99

#73996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73996f Color CSS Codes

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

#73996f Text Font Color

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

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


#73996f Background Color

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

This div background color is #73996f


#73996f Border Color

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

This div border color is #73996f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,153,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73996f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73996f;
  -webkit-box-shadow: 1px 1px 3px 2px #73996f;
  box-shadow:         1px 1px 3px 2px #73996f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73996f

#73996f Color Palettes


Comments

No comments written yet.

Please login to write comment.