Color Hex Logo

#813327 Color Hex

#813327
(129,51,39)
0 Favorites   0 Comments

Color spaces of #813327

RGB 1295139
HSL0.020.540.33
HSV70°51°
CMYK 0.000.600.70   0.49
XYZ10.60337.18132.7467
Yxy7.18130.51640.3498
Hunter Lab26.797923.731712.6815
CIE-Lab32.216132.869024.4751

#813327 color RGB value is (129,51,39).

#813327 hex color red value is 129, green value is 51 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #813327 hue: 0.02 , saturation: 0.54 and the lightness value of 813327 is 0.33.

The process color (four color CMYK) of #813327 color hex is 0.00, 0.60, 0.70, 0.49. Web safe color of #813327 is #993333. Color #813327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110011 00100111
Octal 201 63 47
Decimal 129 51 39
Hex 81 33 27

RGB Percentages of Color #813327

%58.90
%23.29
%17.81

CMYK Percentages of Color #813327

%0
%60
%70
%49

Triadic Colors of #813327

#813327 #278133 #332781

Analogous Colors of #813327

#813327 #816027 #812748

Monochromatic Colors of #813327

#813327

Complementary Color

#813327 #277581

#813327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813327 Color CSS Codes

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

#813327 Text Font Color

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

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


#813327 Background Color

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

This div background color is #813327


#813327 Border Color

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

This div border color is #813327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813327


Comments

No comments written yet.

Please login to write comment.