Color Hex Logo

#843e0f Color Hex

#843E0F
(132,62,15)
0 Favorites   0 Comments

Color spaces of #843e0f

RGB 1326215
HSL0.070.800.29
HSV24°89°52°
CMYK 0.000.530.89   0.48
XYZ11.32468.38531.4736
Yxy8.38530.53460.3958
Hunter Lab28.957419.132017.2530
CIE-Lab34.772827.187639.8775

#843e0f color RGB value is (132,62,15).

#843e0f hex color red value is 132, green value is 62 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #843e0f hue: 0.07 , saturation: 0.80 and the lightness value of 843e0f is 0.29.

The process color (four color CMYK) of #843e0f color hex is 0.00, 0.53, 0.89, 0.48. Web safe color of #843e0f is #993300. Color #843e0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111110 00001111
Octal 204 76 17
Decimal 132 62 15
Hex 84 3E F

RGB Percentages of Color #843e0f

%63.16
%29.67
%7.18

CMYK Percentages of Color #843e0f

%0
%53
%89
%48

Triadic Colors of #843e0f

#843e0f #0f843e #3e0f84

Analogous Colors of #843e0f

#843e0f #84790f #840f1b

Monochromatic Colors of #843e0f

#843e0f

Complementary Color

#843e0f #0f5584

#843e0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843e0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#843e0f Color CSS Codes

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

#843e0f Text Font Color

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

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


#843e0f Background Color

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

This div background color is #843e0f


#843e0f Border Color

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

This div border color is #843e0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843e0f


Comments

No comments written yet.

Please login to write comment.