Color Hex Logo

#824954 Color Hex

#824954
(130,73,84)
0 Favorites   0 Comments

Color spaces of #824954

RGB 1307384
HSL0.970.280.40
HSV348°44°51°
CMYK 0.000.440.35   0.49
XYZ13.188710.15109.6517
Yxy10.15100.39980.3077
Hunter Lab31.860618.13394.3414
CIE-Lab38.112125.61404.1214

#824954 color RGB value is (130,73,84).

#824954 hex color red value is 130, green value is 73 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #824954 hue: 0.97 , saturation: 0.28 and the lightness value of 824954 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001001 01010100
Octal 202 111 124
Decimal 130 73 84
Hex 82 49 54

RGB Percentages of Color #824954

%45.30
%25.44
%29.27

CMYK Percentages of Color #824954

%0
%44
%35
%49

Triadic Colors of #824954

#824954 #548249 #495482

Analogous Colors of #824954

#824954 #825b49 #824971

Monochromatic Colors of #824954

#824954

Complementary Color

#824954 #498277

#824954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824954 Color CSS Codes

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

#824954 Text Font Color

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

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


#824954 Background Color

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

This div background color is #824954


#824954 Border Color

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

This div border color is #824954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824954


Comments

No comments written yet.

Please login to write comment.