Color Hex Logo

#85746b Color Hex

#85746B
(133,116,107)
0 Favorites   0 Comments

Color spaces of #85746b

RGB 133116107
HSL0.060.110.47
HSV21°20°52°
CMYK 0.000.130.20   0.48
XYZ18.572118.538916.5094
Yxy18.53890.34640.3457
Hunter Lab43.05681.64467.4060
CIE-Lab50.14335.04177.3920

#85746b color RGB value is (133,116,107).

#85746b hex color red value is 133, green value is 116 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #85746b hue: 0.06 , saturation: 0.11 and the lightness value of 85746b is 0.47.

The process color (four color CMYK) of #85746b color hex is 0.00, 0.13, 0.20, 0.48. Web safe color of #85746b is #996666. Color #85746b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110100 01101011
Octal 205 164 153
Decimal 133 116 107
Hex 85 74 6B

RGB Percentages of Color #85746b

%37.36
%32.58
%30.06

CMYK Percentages of Color #85746b

%0
%13
%20
%48

Triadic Colors of #85746b

#85746b #6b8574 #746b85

Analogous Colors of #85746b

#85746b #85816b #856b6f

Monochromatic Colors of #85746b

#85746b

Complementary Color

#85746b #6b7c85

#85746b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85746b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85746b Color CSS Codes

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

#85746b Text Font Color

<p style="color:#85746b">Text here</p>

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


#85746b Background Color

<div style="background-color:#85746b">
Div content here</div>

This div background color is #85746b


#85746b Border Color

<div style="border:3px solid #85746b">
Div here</div>

This div border color is #85746b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,116,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85746b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85746b;
  -webkit-box-shadow: 1px 1px 3px 2px #85746b;
  box-shadow:         1px 1px 3px 2px #85746b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85746b


Comments

No comments written yet.

Please login to write comment.