Color Hex Logo

#85534a Color Hex

#85534A
(133,83,74)
0 Favorites   0 Comments

Color spaces of #85534a

RGB 1338374
HSL0.030.290.41
HSV44°52°
CMYK 0.000.380.44   0.48
XYZ14.002211.66757.9926
Yxy11.66750.41600.3466
Hunter Lab34.157713.396110.0371
CIE-Lab40.682719.750113.9876

#85534a color RGB value is (133,83,74).

#85534a hex color red value is 133, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #85534a hue: 0.03 , saturation: 0.29 and the lightness value of 85534a is 0.41.

The process color (four color CMYK) of #85534a color hex is 0.00, 0.38, 0.44, 0.48. Web safe color of #85534a is #996633. Color #85534a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 01001010
Octal 205 123 112
Decimal 133 83 74
Hex 85 53 4A

RGB Percentages of Color #85534a

%45.86
%28.62
%25.52

CMYK Percentages of Color #85534a

%0
%38
%44
%48

Triadic Colors of #85534a

#85534a #4a8553 #534a85

Analogous Colors of #85534a

#85534a #85714a #854a5f

Monochromatic Colors of #85534a

#85534a

Complementary Color

#85534a #4a7c85

#85534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85534a Color CSS Codes

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

#85534a Text Font Color

<p style="color:#85534a">Text here</p>

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


#85534a Background Color

<div style="background-color:#85534a">
Div content here</div>

This div background color is #85534a


#85534a Border Color

<div style="border:3px solid #85534a">
Div here</div>

This div border color is #85534a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,83,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85534a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85534a;
  -webkit-box-shadow: 1px 1px 3px 2px #85534a;
  box-shadow:         1px 1px 3px 2px #85534a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85534a


Comments

No comments written yet.

Please login to write comment.