Color Hex Logo

#842715 Color Hex

#842715
(132,39,21)
0 Favorites   0 Comments

Color spaces of #842715

RGB 1323921
HSL0.030.730.30
HSV10°84°52°
CMYK 0.000.700.84   0.48
XYZ10.37666.41071.4000
Yxy6.41070.57050.3525
Hunter Lab25.319428.845514.4452
CIE-Lab30.425838.858033.1899

#842715 color RGB value is (132,39,21).

#842715 hex color red value is 132, green value is 39 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #842715 hue: 0.03 , saturation: 0.73 and the lightness value of 842715 is 0.30.

The process color (four color CMYK) of #842715 color hex is 0.00, 0.70, 0.84, 0.48. Web safe color of #842715 is #993300. Color #842715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100111 00010101
Octal 204 47 25
Decimal 132 39 21
Hex 84 27 15

RGB Percentages of Color #842715

%68.75
%20.31
%10.94

CMYK Percentages of Color #842715

%0
%70
%84
%48

Triadic Colors of #842715

#842715 #158427 #271584

Analogous Colors of #842715

#842715 #845f15 #84153a

Monochromatic Colors of #842715

#842715

Complementary Color

#842715 #157284

#842715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842715 Color CSS Codes

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

#842715 Text Font Color

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

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


#842715 Background Color

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

This div background color is #842715


#842715 Border Color

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

This div border color is #842715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842715


Comments

No comments written yet.

Please login to write comment.