Color Hex Logo

#85793e Color Hex

#85793E
(133,121,62)
0 Favorites   0 Comments

Color spaces of #85793e

RGB 13312162
HSL0.140.360.38
HSV50°53°52°
CMYK 0.000.090.53   0.48
XYZ17.379719.00917.3105
Yxy19.00910.39770.4350
Hunter Lab43.5994-5.144920.5782
CIE-Lab50.6979-3.695833.7084

#85793e color RGB value is (133,121,62).

#85793e hex color red value is 133, green value is 121 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #85793e hue: 0.14 , saturation: 0.36 and the lightness value of 85793e is 0.38.

The process color (four color CMYK) of #85793e color hex is 0.00, 0.09, 0.53, 0.48. Web safe color of #85793e is #996633. Color #85793e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111001 00111110
Octal 205 171 76
Decimal 133 121 62
Hex 85 79 3E

RGB Percentages of Color #85793e

%42.09
%38.29
%19.62

CMYK Percentages of Color #85793e

%0
%9
%53
%48

Triadic Colors of #85793e

#85793e #3e8579 #793e85

Analogous Colors of #85793e

#85793e #6e853e #85563e

Monochromatic Colors of #85793e

#85793e

Complementary Color

#85793e #3e4a85

#85793e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85793e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85793e Color CSS Codes

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

#85793e Text Font Color

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

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


#85793e Background Color

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

This div background color is #85793e


#85793e Border Color

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

This div border color is #85793e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,121,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85793e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85793e;
  -webkit-box-shadow: 1px 1px 3px 2px #85793e;
  box-shadow:         1px 1px 3px 2px #85793e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,121,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85793e


Comments

No comments written yet.

Please login to write comment.