Color Hex Logo

#73967f Color Hex

#73967F
(115,150,127)
0 Favorites   0 Comments

Color spaces of #73967f

RGB 115150127
HSL0.390.140.52
HSV141°23°59°
CMYK 0.230.000.15   0.41
XYZ21.807326.989824.1389
Yxy26.98980.29900.3700
Hunter Lab51.9517-15.98828.8176
CIE-Lab58.9649-17.02848.2042

#73967f color RGB value is (115,150,127).

#73967f hex color red value is 115, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #73967f hue: 0.39 , saturation: 0.14 and the lightness value of 73967f is 0.52.

The process color (four color CMYK) of #73967f color hex is 0.23, 0.00, 0.15, 0.41. Web safe color of #73967f is #669966. Color #73967f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010110 01111111
Octal 163 226 177
Decimal 115 150 127
Hex 73 96 7F

RGB Percentages of Color #73967f

%29.34
%38.27
%32.40

CMYK Percentages of Color #73967f

%23
%0
%15
%41

Triadic Colors of #73967f

#73967f #7f7396 #967f73

Analogous Colors of #73967f

#73967f #739691 #799673

Monochromatic Colors of #73967f

#73967f

Complementary Color

#73967f #96738a

#73967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73967f Color CSS Codes

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

#73967f Text Font Color

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

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


#73967f Background Color

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

This div background color is #73967f


#73967f Border Color

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

This div border color is #73967f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73967f


Comments

No comments written yet.

Please login to write comment.