Color Hex Logo

#85502f Color Hex

#85502F
(133,80,47)
0 Favorites   0 Comments

Color spaces of #85502f

RGB 1338047
HSL0.060.480.35
HSV23°65°52°
CMYK 0.000.400.65   0.48
XYZ13.054610.92914.1108
Yxy10.92910.46470.3890
Hunter Lab33.059212.633515.7689
CIE-Lab39.460818.920328.5278

#85502f color RGB value is (133,80,47).

#85502f hex color red value is 133, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #85502f hue: 0.06 , saturation: 0.48 and the lightness value of 85502f is 0.35.

The process color (four color CMYK) of #85502f color hex is 0.00, 0.40, 0.65, 0.48. Web safe color of #85502f is #996633. Color #85502f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 00101111
Octal 205 120 57
Decimal 133 80 47
Hex 85 50 2F

RGB Percentages of Color #85502f

%51.15
%30.77
%18.08

CMYK Percentages of Color #85502f

%0
%40
%65
%48

Triadic Colors of #85502f

#85502f #2f8550 #502f85

Analogous Colors of #85502f

#85502f #857b2f #852f39

Monochromatic Colors of #85502f

#85502f

Complementary Color

#85502f #2f6485

#85502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85502f Color CSS Codes

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

#85502f Text Font Color

<p style="color:#85502f">Text here</p>

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


#85502f Background Color

<div style="background-color:#85502f">
Div content here</div>

This div background color is #85502f


#85502f Border Color

<div style="border:3px solid #85502f">
Div here</div>

This div border color is #85502f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,80,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85502f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85502f;
  -webkit-box-shadow: 1px 1px 3px 2px #85502f;
  box-shadow:         1px 1px 3px 2px #85502f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85502f


Comments

No comments written yet.

Please login to write comment.