Color Hex Logo

#853234 Color Hex

#853234
(133,50,52)
0 Favorites   0 Comments

Color spaces of #853234

RGB 1335052
HSL1.000.450.36
HSV359°62°52°
CMYK 0.000.620.61   0.48
XYZ11.43337.51574.0969
Yxy7.51570.49610.3261
Hunter Lab27.414826.467410.3300
CIE-Lab32.953235.815217.3835

#853234 color RGB value is (133,50,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 00110100
Octal 205 62 64
Decimal 133 50 52
Hex 85 32 34

RGB Percentages of Color #853234

%56.60
%21.28
%22.13

CMYK Percentages of Color #853234

%0
%62
%61
%48

Triadic Colors of #853234

#853234 #348532 #323485

Analogous Colors of #853234

#853234 #855a32 #85325d

Monochromatic Colors of #853234

#853234

Complementary Color

#853234 #328583

#853234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853234 Color CSS Codes

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

#853234 Text Font Color

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

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


#853234 Background Color

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

This div background color is #853234


#853234 Border Color

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

This div border color is #853234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853234


Comments

No comments written yet.

Please login to write comment.