Color Hex Logo

#843946 Color Hex

#843946
(132,57,70)
0 Favorites   0 Comments

Color spaces of #843946

RGB 1325770
HSL0.970.400.37
HSV350°57°52°
CMYK 0.000.570.47   0.48
XYZ12.08438.27406.7545
Yxy8.27400.44570.3052
Hunter Lab28.764624.65186.2127
CIE-Lab34.547133.54327.9777

#843946 color RGB value is (132,57,70).

#843946 hex color red value is 132, green value is 57 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #843946 hue: 0.97 , saturation: 0.40 and the lightness value of 843946 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 01000110
Octal 204 71 106
Decimal 132 57 70
Hex 84 39 46

RGB Percentages of Color #843946

%50.97
%22.01
%27.03

CMYK Percentages of Color #843946

%0
%57
%47
%48

Triadic Colors of #843946

#843946 #468439 #394684

Analogous Colors of #843946

#843946 #845239 #84396c

Monochromatic Colors of #843946

#843946

Complementary Color

#843946 #398477

#843946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843946 Color CSS Codes

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

#843946 Text Font Color

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

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


#843946 Background Color

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

This div background color is #843946


#843946 Border Color

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

This div border color is #843946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843946


Comments

No comments written yet.

Please login to write comment.