Color Hex Logo

#85433b Color Hex

#85433B
(133,67,59)
0 Favorites   0 Comments

Color spaces of #85433b

RGB 1336759
HSL0.020.390.38
HSV56°52°
CMYK 0.000.500.56   0.48
XYZ12.46949.31665.2787
Yxy9.31660.46070.3442
Hunter Lab30.523119.506011.1125
CIE-Lab36.586827.394217.7404

#85433b color RGB value is (133,67,59).

#85433b hex color red value is 133, green value is 67 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #85433b hue: 0.02 , saturation: 0.39 and the lightness value of 85433b is 0.38.

The process color (four color CMYK) of #85433b color hex is 0.00, 0.50, 0.56, 0.48. Web safe color of #85433b is #993333. Color #85433b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 00111011
Octal 205 103 73
Decimal 133 67 59
Hex 85 43 3B

RGB Percentages of Color #85433b

%51.35
%25.87
%22.78

CMYK Percentages of Color #85433b

%0
%50
%56
%48

Triadic Colors of #85433b

#85433b #3b8543 #433b85

Analogous Colors of #85433b

#85433b #85683b #853b58

Monochromatic Colors of #85433b

#85433b

Complementary Color

#85433b #3b7d85

#85433b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85433b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85433b Color CSS Codes

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

#85433b Text Font Color

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

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


#85433b Background Color

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

This div background color is #85433b


#85433b Border Color

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

This div border color is #85433b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85433b


Comments

No comments written yet.

Please login to write comment.