Color Hex Logo

#852b3c Color Hex

#852B3C
(133,43,60)
0 Favorites   0 Comments

Color spaces of #852b3c

RGB 1334360
HSL0.970.510.35
HSV349°68°52°
CMYK 0.000.680.55   0.48
XYZ11.35247.04055.0356
Yxy7.04050.48460.3005
Hunter Lab26.533929.93587.3217
CIE-Lab31.898939.776010.7950

#852b3c color RGB value is (133,43,60).

#852b3c hex color red value is 133, green value is 43 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #852b3c hue: 0.97 , saturation: 0.51 and the lightness value of 852b3c is 0.35.

The process color (four color CMYK) of #852b3c color hex is 0.00, 0.68, 0.55, 0.48. Web safe color of #852b3c is #993333. Color #852b3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101011 00111100
Octal 205 53 74
Decimal 133 43 60
Hex 85 2B 3C

RGB Percentages of Color #852b3c

%56.36
%18.22
%25.42

CMYK Percentages of Color #852b3c

%0
%68
%55
%48

Triadic Colors of #852b3c

#852b3c #3c852b #2b3c85

Analogous Colors of #852b3c

#852b3c #85472b #852b69

Monochromatic Colors of #852b3c

#852b3c

Complementary Color

#852b3c #2b8574

#852b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#852b3c Color CSS Codes

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

#852b3c Text Font Color

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

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


#852b3c Background Color

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

This div background color is #852b3c


#852b3c Border Color

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

This div border color is #852b3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852b3c


Comments

No comments written yet.

Please login to write comment.