Color Hex Logo

#813e13 Color Hex

#813E13
(129,62,19)
0 Favorites   0 Comments

Color spaces of #813e13

RGB 1296219
HSL0.070.740.29
HSV23°85°51°
CMYK 0.000.520.85   0.49
XYZ10.89348.15941.6169
Yxy8.15940.52700.3948
Hunter Lab28.564718.084516.6392
CIE-Lab34.312726.007537.5868

#813e13 color RGB value is (129,62,19).

#813e13 hex color red value is 129, green value is 62 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #813e13 hue: 0.07 , saturation: 0.74 and the lightness value of 813e13 is 0.29.

The process color (four color CMYK) of #813e13 color hex is 0.00, 0.52, 0.85, 0.49. Web safe color of #813e13 is #993300. Color #813e13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111110 00010011
Octal 201 76 23
Decimal 129 62 19
Hex 81 3E 13

RGB Percentages of Color #813e13

%61.43
%29.52
%9.05

CMYK Percentages of Color #813e13

%0
%52
%85
%49

Triadic Colors of #813e13

#813e13 #13813e #3e1381

Analogous Colors of #813e13

#813e13 #817513 #81131f

Monochromatic Colors of #813e13

#813e13

Complementary Color

#813e13 #135681

#813e13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813e13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813e13 Color CSS Codes

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

#813e13 Text Font Color

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

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


#813e13 Background Color

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

This div background color is #813e13


#813e13 Border Color

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

This div border color is #813e13


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,62,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 #813e13">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813e13


Comments

No comments written yet.

Please login to write comment.