Color Hex Logo

#853d32 Color Hex

#853D32
(133,61,50)
0 Favorites   0 Comments

Color spaces of #853d32

RGB 1336150
HSL0.020.450.36
HSV62°52°
CMYK 0.000.540.62   0.48
XYZ11.91738.55434.0406
Yxy8.55430.48620.3490
Hunter Lab29.247721.548212.2824
CIE-Lab35.111629.946621.4133

#853d32 color RGB value is (133,61,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111101 00110010
Octal 205 75 62
Decimal 133 61 50
Hex 85 3D 32

RGB Percentages of Color #853d32

%54.51
%25.00
%20.49

CMYK Percentages of Color #853d32

%0
%54
%62
%48

Triadic Colors of #853d32

#853d32 #32853d #3d3285

Analogous Colors of #853d32

#853d32 #856732 #853251

Monochromatic Colors of #853d32

#853d32

Complementary Color

#853d32 #327a85

#853d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853d32 Color CSS Codes

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

#853d32 Text Font Color

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

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


#853d32 Background Color

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

This div background color is #853d32


#853d32 Border Color

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

This div border color is #853d32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,61,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 #853d32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853d32


Comments

No comments written yet.

Please login to write comment.