Color Hex Logo

#85422e Color Hex

#85422E
(133,66,46)
0 Favorites   0 Comments

Color spaces of #85422e

RGB 1336646
HSL0.040.490.35
HSV14°65°52°
CMYK 0.000.500.65   0.48
XYZ12.11429.08023.6989
Yxy9.08020.48660.3648
Hunter Lab30.133419.027113.8155
CIE-Lab36.138326.892125.1195

#85422e color RGB value is (133,66,46).

#85422e hex color red value is 133, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #85422e hue: 0.04 , saturation: 0.49 and the lightness value of 85422e is 0.35.

The process color (four color CMYK) of #85422e color hex is 0.00, 0.50, 0.65, 0.48. Web safe color of #85422e is #993333. Color #85422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000010 00101110
Octal 205 102 56
Decimal 133 66 46
Hex 85 42 2E

RGB Percentages of Color #85422e

%54.29
%26.94
%18.78

CMYK Percentages of Color #85422e

%0
%50
%65
%48

Triadic Colors of #85422e

#85422e #2e8542 #422e85

Analogous Colors of #85422e

#85422e #856e2e #852e46

Monochromatic Colors of #85422e

#85422e

Complementary Color

#85422e #2e7185

#85422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85422e Color CSS Codes

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

#85422e Text Font Color

<p style="color:#85422e">Text here</p>

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


#85422e Background Color

<div style="background-color:#85422e">
Div content here</div>

This div background color is #85422e


#85422e Border Color

<div style="border:3px solid #85422e">
Div here</div>

This div border color is #85422e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,66,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85422e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85422e;
  -webkit-box-shadow: 1px 1px 3px 2px #85422e;
  box-shadow:         1px 1px 3px 2px #85422e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85422e


Comments

No comments written yet.

Please login to write comment.