Color Hex Logo

#813a48 Color Hex

#813A48
(129,58,72)
0 Favorites   0 Comments

Color spaces of #813a48

RGB 1295872
HSL0.970.380.37
HSV348°55°51°
CMYK 0.000.550.44   0.49
XYZ11.73608.16117.0876
Yxy8.16110.43490.3024
Hunter Lab28.567623.33705.2876
CIE-Lab34.316232.09966.2989

#813a48 color RGB value is (129,58,72).

#813a48 hex color red value is 129, green value is 58 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #813a48 hue: 0.97 , saturation: 0.38 and the lightness value of 813a48 is 0.37.

The process color (four color CMYK) of #813a48 color hex is 0.00, 0.55, 0.44, 0.49. Web safe color of #813a48 is #993333. Color #813a48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 01001000
Octal 201 72 110
Decimal 129 58 72
Hex 81 3A 48

RGB Percentages of Color #813a48

%49.81
%22.39
%27.80

CMYK Percentages of Color #813a48

%0
%55
%44
%49

Triadic Colors of #813a48

#813a48 #48813a #3a4881

Analogous Colors of #813a48

#813a48 #81503a #813a6c

Monochromatic Colors of #813a48

#813a48

Complementary Color

#813a48 #3a8173

#813a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813a48 Color CSS Codes

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

#813a48 Text Font Color

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

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


#813a48 Background Color

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

This div background color is #813a48


#813a48 Border Color

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

This div border color is #813a48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,58,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813a48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813a48;
  -webkit-box-shadow: 1px 1px 3px 2px #813a48;
  box-shadow:         1px 1px 3px 2px #813a48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813a48

#813a48 Color Palettes


Comments

No comments written yet.

Please login to write comment.