Color Hex Logo

#815440 Color Hex

#815440
(129,84,64)
0 Favorites   0 Comments

Color spaces of #815440

RGB 1298464
HSL0.050.340.38
HSV18°50°51°
CMYK 0.000.350.50   0.49
XYZ13.149011.37796.3536
Yxy11.37790.42580.3684
Hunter Lab33.731110.553012.4439
CIE-Lab40.209816.312219.3394

#815440 color RGB value is (129,84,64).

#815440 hex color red value is 129, green value is 84 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #815440 hue: 0.05 , saturation: 0.34 and the lightness value of 815440 is 0.38.

The process color (four color CMYK) of #815440 color hex is 0.00, 0.35, 0.50, 0.49. Web safe color of #815440 is #996633. Color #815440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010100 01000000
Octal 201 124 100
Decimal 129 84 64
Hex 81 54 40

RGB Percentages of Color #815440

%46.57
%30.32
%23.10

CMYK Percentages of Color #815440

%0
%35
%50
%49

Triadic Colors of #815440

#815440 #408154 #544081

Analogous Colors of #815440

#815440 #817540 #81404d

Monochromatic Colors of #815440

#815440

Complementary Color

#815440 #406d81

#815440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815440 Color CSS Codes

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

#815440 Text Font Color

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

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


#815440 Background Color

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

This div background color is #815440


#815440 Border Color

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

This div border color is #815440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815440


Comments

No comments written yet.

Please login to write comment.