Color Hex Logo

#815825 Color Hex

#815825
(129,88,37)
0 Favorites   0 Comments

Color spaces of #815825

RGB 1298837
HSL0.090.550.33
HSV33°71°51°
CMYK 0.000.320.71   0.49
XYZ12.876911.78013.3454
Yxy11.78010.45980.4207
Hunter Lab34.32226.905418.2465
CIE-Lab40.864511.694135.4011

#815825 color RGB value is (129,88,37).

#815825 hex color red value is 129, green value is 88 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #815825 hue: 0.09 , saturation: 0.55 and the lightness value of 815825 is 0.33.

The process color (four color CMYK) of #815825 color hex is 0.00, 0.32, 0.71, 0.49. Web safe color of #815825 is #996633. Color #815825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011000 00100101
Octal 201 130 45
Decimal 129 88 37
Hex 81 58 25

RGB Percentages of Color #815825

%50.79
%34.65
%14.57

CMYK Percentages of Color #815825

%0
%32
%71
%49

Triadic Colors of #815825

#815825 #258158 #582581

Analogous Colors of #815825

#815825 #7c8125 #812a25

Monochromatic Colors of #815825

#815825

Complementary Color

#815825 #254e81

#815825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815825 Color CSS Codes

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

#815825 Text Font Color

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

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


#815825 Background Color

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

This div background color is #815825


#815825 Border Color

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

This div border color is #815825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815825


Comments

No comments written yet.

Please login to write comment.