Color Hex Logo

#842611 Color Hex

#842611
(132,38,17)
0 Favorites   0 Comments

Color spaces of #842611

RGB 1323817
HSL0.030.770.29
HSV11°87°52°
CMYK 0.000.710.87   0.48
XYZ10.31006.33221.2092
Yxy6.33220.57750.3547
Hunter Lab25.163929.097314.7656
CIE-Lab30.235639.165835.0951

#842611 color RGB value is (132,38,17).

#842611 hex color red value is 132, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #842611 hue: 0.03 , saturation: 0.77 and the lightness value of 842611 is 0.29.

The process color (four color CMYK) of #842611 color hex is 0.00, 0.71, 0.87, 0.48. Web safe color of #842611 is #993300. Color #842611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 00010001
Octal 204 46 21
Decimal 132 38 17
Hex 84 26 11

RGB Percentages of Color #842611

%70.59
%20.32
%9.09

CMYK Percentages of Color #842611

%0
%71
%87
%48

Triadic Colors of #842611

#842611 #118426 #261184

Analogous Colors of #842611

#842611 #846011 #841136

Monochromatic Colors of #842611

#842611

Complementary Color

#842611 #116f84

#842611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842611 Color CSS Codes

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

#842611 Text Font Color

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

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


#842611 Background Color

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

This div background color is #842611


#842611 Border Color

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

This div border color is #842611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842611


Comments

No comments written yet.

Please login to write comment.