Color Hex Logo

#97824f Color Hex

#97824F
(151,130,79)
0 Favorites   0 Comments

Color spaces of #97824f

RGB 15113079
HSL0.120.310.45
HSV43°48°59°
CMYK 0.000.140.48   0.41
XYZ22.156423.109110.6899
Yxy23.10910.39600.4130
Hunter Lab48.0719-1.855020.4659
CIE-Lab55.18450.891030.4675

#97824f color RGB value is (151,130,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000010 01001111
Octal 227 202 117
Decimal 151 130 79
Hex 97 82 4F

RGB Percentages of Color #97824f

%41.94
%36.11
%21.94

CMYK Percentages of Color #97824f

%0
%14
%48
%41

Triadic Colors of #97824f

#97824f #4f9782 #824f97

Analogous Colors of #97824f

#97824f #88974f #975e4f

Monochromatic Colors of #97824f

#97824f

Complementary Color

#97824f #4f6497

#97824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97824f Color CSS Codes

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

#97824f Text Font Color

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

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


#97824f Background Color

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

This div background color is #97824f


#97824f Border Color

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

This div border color is #97824f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97824f


Comments

No comments written yet.

Please login to write comment.