Color Hex Logo

#73864e Color Hex

#73864E
(115,134,78)
0 Favorites   0 Comments

Color spaces of #73864e

RGB 11513478
HSL0.220.260.42
HSV80°42°53°
CMYK 0.140.000.42   0.47
XYZ16.970521.245110.4140
Yxy21.24510.34900.4369
Hunter Lab46.0924-14.940818.8689
CIE-Lab53.2167-16.797927.8754

#73864e color RGB value is (115,134,78).

#73864e hex color red value is 115, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #73864e hue: 0.22 , saturation: 0.26 and the lightness value of 73864e is 0.42.

The process color (four color CMYK) of #73864e color hex is 0.14, 0.00, 0.42, 0.47. Web safe color of #73864e is #669966. Color #73864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000110 01001110
Octal 163 206 116
Decimal 115 134 78
Hex 73 86 4E

RGB Percentages of Color #73864e

%35.17
%40.98
%23.85

CMYK Percentages of Color #73864e

%14
%0
%42
%47

Triadic Colors of #73864e

#73864e #4e7386 #864e73

Analogous Colors of #73864e

#73864e #57864e #867d4e

Monochromatic Colors of #73864e

#73864e

Complementary Color

#73864e #614e86

#73864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73864e Color CSS Codes

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

#73864e Text Font Color

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

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


#73864e Background Color

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

This div background color is #73864e


#73864e Border Color

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

This div border color is #73864e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,134,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73864e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73864e;
  -webkit-box-shadow: 1px 1px 3px 2px #73864e;
  box-shadow:         1px 1px 3px 2px #73864e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73864e


Comments

No comments written yet.

Please login to write comment.