Color Hex Logo

#843525 Color Hex

#843525
(132,53,37)
0 Favorites   0 Comments

Color spaces of #843525

RGB 1325337
HSL0.030.560.33
HSV10°72°52°
CMYK 0.000.600.72   0.48
XYZ11.12287.58532.6281
Yxy7.58530.52130.3555
Hunter Lab27.541423.891013.6213
CIE-Lab33.103932.911026.8623

#843525 color RGB value is (132,53,37).

#843525 hex color red value is 132, green value is 53 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #843525 hue: 0.03 , saturation: 0.56 and the lightness value of 843525 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 00100101
Octal 204 65 45
Decimal 132 53 37
Hex 84 35 25

RGB Percentages of Color #843525

%59.46
%23.87
%16.67

CMYK Percentages of Color #843525

%0
%60
%72
%48

Triadic Colors of #843525

#843525 #258435 #352584

Analogous Colors of #843525

#843525 #846525 #842545

Monochromatic Colors of #843525

#843525

Complementary Color

#843525 #257484

#843525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843525 Color CSS Codes

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

#843525 Text Font Color

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

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


#843525 Background Color

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

This div background color is #843525


#843525 Border Color

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

This div border color is #843525


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,53,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843525; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843525;
  -webkit-box-shadow: 1px 1px 3px 2px #843525;
  box-shadow:         1px 1px 3px 2px #843525; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843525


Comments

No comments written yet.

Please login to write comment.