Color Hex Logo

#813c43 Color Hex

#813C43
(129,60,67)
0 Favorites   0 Comments

Color spaces of #813c43

RGB 1296067
HSL0.980.370.37
HSV354°53°51°
CMYK 0.000.530.48   0.49
XYZ11.68228.30416.2973
Yxy8.30410.44450.3159
Hunter Lab28.816821.93357.2152
CIE-Lab34.608430.45929.9115

#813c43 color RGB value is (129,60,67).

#813c43 hex color red value is 129, green value is 60 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #813c43 hue: 0.98 , saturation: 0.37 and the lightness value of 813c43 is 0.37.

The process color (four color CMYK) of #813c43 color hex is 0.00, 0.53, 0.48, 0.49. Web safe color of #813c43 is #993333. Color #813c43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 01000011
Octal 201 74 103
Decimal 129 60 67
Hex 81 3C 43

RGB Percentages of Color #813c43

%50.39
%23.44
%26.17

CMYK Percentages of Color #813c43

%0
%53
%48
%49

Triadic Colors of #813c43

#813c43 #43813c #3c4381

Analogous Colors of #813c43

#813c43 #81573c #813c66

Monochromatic Colors of #813c43

#813c43

Complementary Color

#813c43 #3c817a

#813c43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813c43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813c43 Color CSS Codes

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

#813c43 Text Font Color

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

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


#813c43 Background Color

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

This div background color is #813c43


#813c43 Border Color

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

This div border color is #813c43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813c43


Comments

No comments written yet.

Please login to write comment.