Color Hex Logo

#97824d Color Hex

#97824D
(151,130,77)
0 Favorites   0 Comments

Color spaces of #97824d

RGB 15113077
HSL0.120.320.45
HSV43°49°59°
CMYK 0.000.140.49   0.41
XYZ22.084723.080410.3122
Yxy23.08040.39810.4160
Hunter Lab48.0421-2.018020.9029
CIE-Lab55.15510.685731.5164

#97824d color RGB value is (151,130,77).

#97824d hex color red value is 151, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #97824d hue: 0.12 , saturation: 0.32 and the lightness value of 97824d is 0.45.

The process color (four color CMYK) of #97824d color hex is 0.00, 0.14, 0.49, 0.41. Web safe color of #97824d is #999966. Color #97824d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000010 01001101
Octal 227 202 115
Decimal 151 130 77
Hex 97 82 4D

RGB Percentages of Color #97824d

%42.18
%36.31
%21.51

CMYK Percentages of Color #97824d

%0
%14
%49
%41

Triadic Colors of #97824d

#97824d #4d9782 #824d97

Analogous Colors of #97824d

#97824d #87974d #975d4d

Monochromatic Colors of #97824d

#97824d

Complementary Color

#97824d #4d6297

#97824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97824d Color CSS Codes

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

#97824d Text Font Color

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

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


#97824d Background Color

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

This div background color is #97824d


#97824d Border Color

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

This div border color is #97824d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,130,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97824d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97824d;
  -webkit-box-shadow: 1px 1px 3px 2px #97824d;
  box-shadow:         1px 1px 3px 2px #97824d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97824d


Comments

No comments written yet.

Please login to write comment.