Color Hex Logo

#843005 Color Hex

#843005
(132,48,5)
0 Favorites   0 Comments

Color spaces of #843005

RGB 132485
HSL0.060.930.27
HSV20°96°52°
CMYK 0.000.640.96   0.48
XYZ10.60017.03040.9419
Yxy7.03040.57070.3785
Hunter Lab26.514924.959516.4542
CIE-Lab31.876034.310841.4863

#843005 color RGB value is (132,48,5).

#843005 hex color red value is 132, green value is 48 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #843005 hue: 0.06 , saturation: 0.93 and the lightness value of 843005 is 0.27.

The process color (four color CMYK) of #843005 color hex is 0.00, 0.64, 0.96, 0.48. Web safe color of #843005 is #993300. Color #843005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110000 00000101
Octal 204 60 5
Decimal 132 48 5
Hex 84 30 5

RGB Percentages of Color #843005

%71.35
%25.95
%2.70

CMYK Percentages of Color #843005

%0
%64
%96
%48

Triadic Colors of #843005

#843005 #058430 #300584

Analogous Colors of #843005

#843005 #847005 #84051a

Monochromatic Colors of #843005

#843005

Complementary Color

#843005 #055984

#843005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843005 Color CSS Codes

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

#843005 Text Font Color

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

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


#843005 Background Color

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

This div background color is #843005


#843005 Border Color

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

This div border color is #843005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843005


Comments

No comments written yet.

Please login to write comment.