Color Hex Logo

#9a7a51 Color Hex

#9A7A51
(154,122,81)
0 Favorites   0 Comments

Color spaces of #9a7a51

RGB 15412281
HSL0.090.310.46
HSV34°47°60°
CMYK 0.000.210.47   0.40
XYZ21.771221.383210.7645
Yxy21.38320.40380.3966
Hunter Lab46.24203.116218.5675
CIE-Lab53.36646.934227.1186

#9a7a51 color RGB value is (154,122,81).

#9a7a51 hex color red value is 154, green value is 122 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #9a7a51 hue: 0.09 , saturation: 0.31 and the lightness value of 9a7a51 is 0.46.

The process color (four color CMYK) of #9a7a51 color hex is 0.00, 0.21, 0.47, 0.40. Web safe color of #9a7a51 is #996666. Color #9a7a51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111010 01010001
Octal 232 172 121
Decimal 154 122 81
Hex 9A 7A 51

RGB Percentages of Color #9a7a51

%43.14
%34.17
%22.69

CMYK Percentages of Color #9a7a51

%0
%21
%47
%40

Triadic Colors of #9a7a51

#9a7a51 #519a7a #7a519a

Analogous Colors of #9a7a51

#9a7a51 #969a51 #9a5651

Monochromatic Colors of #9a7a51

#9a7a51

Complementary Color

#9a7a51 #51719a

#9a7a51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7a51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7a51 Color CSS Codes

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

#9a7a51 Text Font Color

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

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


#9a7a51 Background Color

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

This div background color is #9a7a51


#9a7a51 Border Color

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

This div border color is #9a7a51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,122,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a7a51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a7a51;
  -webkit-box-shadow: 1px 1px 3px 2px #9a7a51;
  box-shadow:         1px 1px 3px 2px #9a7a51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,122,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7a51


Comments

No comments written yet.

Please login to write comment.