Color Hex Logo

#85403a Color Hex

#85403A
(133,64,58)
0 Favorites   0 Comments

Color spaces of #85403a

RGB 1336458
HSL0.010.390.37
HSV56°52°
CMYK 0.000.520.56   0.48
XYZ12.27008.95885.0855
Yxy8.95880.46630.3405
Hunter Lab29.931320.794510.8782
CIE-Lab35.904828.972317.4654

#85403a color RGB value is (133,64,58).

#85403a hex color red value is 133, green value is 64 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #85403a hue: 0.01 , saturation: 0.39 and the lightness value of 85403a is 0.37.

The process color (four color CMYK) of #85403a color hex is 0.00, 0.52, 0.56, 0.48. Web safe color of #85403a is #993333. Color #85403a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000000 00111010
Octal 205 100 72
Decimal 133 64 58
Hex 85 40 3A

RGB Percentages of Color #85403a

%52.16
%25.10
%22.75

CMYK Percentages of Color #85403a

%0
%52
%56
%48

Triadic Colors of #85403a

#85403a #3a8540 #403a85

Analogous Colors of #85403a

#85403a #85663a #853a5a

Monochromatic Colors of #85403a

#85403a

Complementary Color

#85403a #3a7f85

#85403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85403a Color CSS Codes

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

#85403a Text Font Color

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

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


#85403a Background Color

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

This div background color is #85403a


#85403a Border Color

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

This div border color is #85403a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85403a


Comments

No comments written yet.

Please login to write comment.