Color Hex Logo

#824a55 Color Hex

#824A55
(130,74,85)
0 Favorites   0 Comments

Color spaces of #824a55

RGB 1307485
HSL0.970.270.40
HSV348°43°51°
CMYK 0.000.430.35   0.49
XYZ13.294410.29939.8816
Yxy10.29930.39710.3077
Hunter Lab32.092517.78214.2088
CIE-Lab38.374325.17343.8710

#824a55 color RGB value is (130,74,85).

#824a55 hex color red value is 130, green value is 74 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #824a55 hue: 0.97 , saturation: 0.27 and the lightness value of 824a55 is 0.40.

The process color (four color CMYK) of #824a55 color hex is 0.00, 0.43, 0.35, 0.49. Web safe color of #824a55 is #993366. Color #824a55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001010 01010101
Octal 202 112 125
Decimal 130 74 85
Hex 82 4A 55

RGB Percentages of Color #824a55

%44.98
%25.61
%29.41

CMYK Percentages of Color #824a55

%0
%43
%35
%49

Triadic Colors of #824a55

#824a55 #55824a #4a5582

Analogous Colors of #824a55

#824a55 #825b4a #824a71

Monochromatic Colors of #824a55

#824a55

Complementary Color

#824a55 #4a8277

#824a55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824a55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824a55 Color CSS Codes

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

#824a55 Text Font Color

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

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


#824a55 Background Color

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

This div background color is #824a55


#824a55 Border Color

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

This div border color is #824a55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,74,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824a55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824a55;
  -webkit-box-shadow: 1px 1px 3px 2px #824a55;
  box-shadow:         1px 1px 3px 2px #824a55; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,74,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824a55


Comments

No comments written yet.

Please login to write comment.