Color Hex Logo

#814029 Color Hex

#814029
(129,64,41)
0 Favorites   0 Comments

Color spaces of #814029

RGB 1296441
HSL0.040.520.33
HSV16°68°51°
CMYK 0.000.500.68   0.49
XYZ11.28698.49403.1424
Yxy8.49400.49240.3705
Hunter Lab29.144518.125614.0084
CIE-Lab34.991225.972626.5684

#814029 color RGB value is (129,64,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000000 00101001
Octal 201 100 51
Decimal 129 64 41
Hex 81 40 29

RGB Percentages of Color #814029

%55.13
%27.35
%17.52

CMYK Percentages of Color #814029

%0
%50
%68
%49

Triadic Colors of #814029

#814029 #298140 #402981

Analogous Colors of #814029

#814029 #816c29 #81293e

Monochromatic Colors of #814029

#814029

Complementary Color

#814029 #296a81

#814029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814029 Color CSS Codes

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

#814029 Text Font Color

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

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


#814029 Background Color

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

This div background color is #814029


#814029 Border Color

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

This div border color is #814029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814029


Comments

No comments written yet.

Please login to write comment.