Color Hex Logo

#842713 Color Hex

#842713
(132,39,19)
0 Favorites   0 Comments

Color spaces of #842713

RGB 1323919
HSL0.030.750.30
HSV11°86°52°
CMYK 0.000.700.86   0.48
XYZ10.35886.40361.3061
Yxy6.40360.57330.3544
Hunter Lab25.305328.785114.6536
CIE-Lab30.408738.795134.2322

#842713 color RGB value is (132,39,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100111 00010011
Octal 204 47 23
Decimal 132 39 19
Hex 84 27 13

RGB Percentages of Color #842713

%69.47
%20.53
%10.00

CMYK Percentages of Color #842713

%0
%70
%86
%48

Triadic Colors of #842713

#842713 #138427 #271384

Analogous Colors of #842713

#842713 #846013 #841338

Monochromatic Colors of #842713

#842713

Complementary Color

#842713 #137084

#842713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842713 Color CSS Codes

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

#842713 Text Font Color

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

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


#842713 Background Color

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

This div background color is #842713


#842713 Border Color

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

This div border color is #842713


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,39,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 #842713">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842713


Comments

No comments written yet.

Please login to write comment.