Color Hex Logo

#813829 Color Hex

#813829
(129,56,41)
0 Favorites   0 Comments

Color spaces of #813829

RGB 1295641
HSL0.030.520.33
HSV10°68°51°
CMYK 0.000.570.68   0.49
XYZ10.86777.65563.0027
Yxy7.65560.50490.3556
Hunter Lab27.668821.690712.9338
CIE-Lab33.255130.375024.4979

#813829 color RGB value is (129,56,41).

#813829 hex color red value is 129, green value is 56 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #813829 hue: 0.03 , saturation: 0.52 and the lightness value of 813829 is 0.33.

The process color (four color CMYK) of #813829 color hex is 0.00, 0.57, 0.68, 0.49. Web safe color of #813829 is #993333. Color #813829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111000 00101001
Octal 201 70 51
Decimal 129 56 41
Hex 81 38 29

RGB Percentages of Color #813829

%57.08
%24.78
%18.14

CMYK Percentages of Color #813829

%0
%57
%68
%49

Triadic Colors of #813829

#813829 #298138 #382981

Analogous Colors of #813829

#813829 #816429 #812946

Monochromatic Colors of #813829

#813829

Complementary Color

#813829 #297281

#813829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813829 Color CSS Codes

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

#813829 Text Font Color

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

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


#813829 Background Color

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

This div background color is #813829


#813829 Border Color

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

This div border color is #813829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813829


Comments

No comments written yet.

Please login to write comment.