Color Hex Logo

#843c13 Color Hex

#843C13
(132,60,19)
0 Favorites   0 Comments

Color spaces of #843c13

RGB 1326019
HSL0.060.750.30
HSV22°86°52°
CMYK 0.000.550.86   0.48
XYZ11.24918.18431.6029
Yxy8.18430.53470.3891
Hunter Lab28.608220.124016.7038
CIE-Lab34.363828.402437.8173

#843c13 color RGB value is (132,60,19).

#843c13 hex color red value is 132, green value is 60 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #843c13 hue: 0.06 , saturation: 0.75 and the lightness value of 843c13 is 0.30.

The process color (four color CMYK) of #843c13 color hex is 0.00, 0.55, 0.86, 0.48. Web safe color of #843c13 is #993300. Color #843c13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 00010011
Octal 204 74 23
Decimal 132 60 19
Hex 84 3C 13

RGB Percentages of Color #843c13

%62.56
%28.44
%9.00

CMYK Percentages of Color #843c13

%0
%55
%86
%48

Triadic Colors of #843c13

#843c13 #13843c #3c1384

Analogous Colors of #843c13

#843c13 #847513 #841323

Monochromatic Colors of #843c13

#843c13

Complementary Color

#843c13 #135b84

#843c13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843c13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843c13 Color CSS Codes

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

#843c13 Text Font Color

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

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


#843c13 Background Color

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

This div background color is #843c13


#843c13 Border Color

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

This div border color is #843c13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,60,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843c13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843c13;
  -webkit-box-shadow: 1px 1px 3px 2px #843c13;
  box-shadow:         1px 1px 3px 2px #843c13; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843c13


Comments

No comments written yet.

Please login to write comment.