Color Hex Logo

#853232 Color Hex

#853232
(133,50,50)
0 Favorites   0 Comments

Color spaces of #853232

RGB 1335050
HSL0.000.450.36
HSV62°52°
CMYK 0.000.620.62   0.48
XYZ11.38927.49803.8646
Yxy7.49800.50060.3296
Hunter Lab27.382526.324210.7999
CIE-Lab32.914735.663218.6086

#853232 color RGB value is (133,50,50).

#853232 hex color red value is 133, green value is 50 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #853232 hue: 0.00 , saturation: 0.45 and the lightness value of 853232 is 0.36.

The process color (four color CMYK) of #853232 color hex is 0.00, 0.62, 0.62, 0.48. Web safe color of #853232 is #993333. Color #853232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 00110010
Octal 205 62 62
Decimal 133 50 50
Hex 85 32 32

RGB Percentages of Color #853232

%57.08
%21.46
%21.46

CMYK Percentages of Color #853232

%0
%62
%62
%48

Triadic Colors of #853232

#853232 #328532 #323285

Analogous Colors of #853232

#853232 #855c32 #85325c

Monochromatic Colors of #853232

#853232

Complementary Color

#853232 #328585

#853232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853232 Color CSS Codes

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

#853232 Text Font Color

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

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


#853232 Background Color

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

This div background color is #853232


#853232 Border Color

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

This div border color is #853232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853232

#853232 Color Palettes


Comments

No comments written yet.

Please login to write comment.