Color Hex Logo

#814134 Color Hex

#814134
(129,65,52)
0 Favorites   0 Comments

Color spaces of #814134

RGB 1296552
HSL0.030.430.35
HSV10°60°51°
CMYK 0.000.500.60   0.49
XYZ11.56348.69574.3178
Yxy8.69570.47050.3538
Hunter Lab29.488518.390911.9605
CIE-Lab35.391726.237220.4043

#814134 color RGB value is (129,65,52).

#814134 hex color red value is 129, green value is 65 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #814134 hue: 0.03 , saturation: 0.43 and the lightness value of 814134 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000001 00110100
Octal 201 101 64
Decimal 129 65 52
Hex 81 41 34

RGB Percentages of Color #814134

%52.44
%26.42
%21.14

CMYK Percentages of Color #814134

%0
%50
%60
%49

Triadic Colors of #814134

#814134 #348141 #413481

Analogous Colors of #814134

#814134 #816834 #81344e

Monochromatic Colors of #814134

#814134

Complementary Color

#814134 #347481

#814134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814134 Color CSS Codes

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

#814134 Text Font Color

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

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


#814134 Background Color

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

This div background color is #814134


#814134 Border Color

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

This div border color is #814134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814134


Comments

No comments written yet.

Please login to write comment.