Color Hex Logo

#815246 Color Hex

#815246
(129,82,70)
0 Favorites   0 Comments

Color spaces of #815246

RGB 1298270
HSL0.030.300.39
HSV12°46°51°
CMYK 0.000.360.46   0.49
XYZ13.176011.14397.2509
Yxy11.14390.41730.3530
Hunter Lab33.382512.034310.4895
CIE-Lab39.821818.161515.1781

#815246 color RGB value is (129,82,70).

#815246 hex color red value is 129, green value is 82 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #815246 hue: 0.03 , saturation: 0.30 and the lightness value of 815246 is 0.39.

The process color (four color CMYK) of #815246 color hex is 0.00, 0.36, 0.46, 0.49. Web safe color of #815246 is #996633. Color #815246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 01000110
Octal 201 122 106
Decimal 129 82 70
Hex 81 52 46

RGB Percentages of Color #815246

%45.91
%29.18
%24.91

CMYK Percentages of Color #815246

%0
%36
%46
%49

Triadic Colors of #815246

#815246 #468152 #524681

Analogous Colors of #815246

#815246 #817046 #814658

Monochromatic Colors of #815246

#815246

Complementary Color

#815246 #467581

#815246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815246 Color CSS Codes

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

#815246 Text Font Color

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

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


#815246 Background Color

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

This div background color is #815246


#815246 Border Color

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

This div border color is #815246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815246


Comments

No comments written yet.

Please login to write comment.