Color Hex Logo

#73845e Color Hex

#73845E
(115,132,94)
0 Favorites   0 Comments

Color spaces of #73845e

RGB 11513294
HSL0.240.170.44
HSV87°29°52°
CMYK 0.130.000.29   0.48
XYZ17.341920.955513.7205
Yxy20.95550.33340.4029
Hunter Lab45.7772-12.488414.2734
CIE-Lab52.9008-13.397018.5254

#73845e color RGB value is (115,132,94).

#73845e hex color red value is 115, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #73845e hue: 0.24 , saturation: 0.17 and the lightness value of 73845e is 0.44.

The process color (four color CMYK) of #73845e color hex is 0.13, 0.00, 0.29, 0.48. Web safe color of #73845e is #669966. Color #73845e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 01011110
Octal 163 204 136
Decimal 115 132 94
Hex 73 84 5E

RGB Percentages of Color #73845e

%33.72
%38.71
%27.57

CMYK Percentages of Color #73845e

%13
%0
%29
%48

Triadic Colors of #73845e

#73845e #5e7384 #845e73

Analogous Colors of #73845e

#73845e #60845e #84825e

Monochromatic Colors of #73845e

#73845e

Complementary Color

#73845e #6f5e84

#73845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73845e Color CSS Codes

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

#73845e Text Font Color

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

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


#73845e Background Color

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

This div background color is #73845e


#73845e Border Color

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

This div border color is #73845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73845e


Comments

No comments written yet.

Please login to write comment.