Color Hex Logo

#9a7349 Color Hex

#9A7349
(154,115,73)
0 Favorites   0 Comments

Color spaces of #9a7349

RGB 15411573
HSL0.090.360.45
HSV31°53°60°
CMYK 0.000.250.53   0.40
XYZ20.659819.61259.0000
Yxy19.61250.41930.3980
Hunter Lab44.28605.771318.9510
CIE-Lab51.396210.129229.0791

#9a7349 color RGB value is (154,115,73).

#9a7349 hex color red value is 154, green value is 115 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #9a7349 hue: 0.09 , saturation: 0.36 and the lightness value of 9a7349 is 0.45.

The process color (four color CMYK) of #9a7349 color hex is 0.00, 0.25, 0.53, 0.40. Web safe color of #9a7349 is #996633. Color #9a7349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110011 01001001
Octal 232 163 111
Decimal 154 115 73
Hex 9A 73 49

RGB Percentages of Color #9a7349

%45.03
%33.63
%21.35

CMYK Percentages of Color #9a7349

%0
%25
%53
%40

Triadic Colors of #9a7349

#9a7349 #499a73 #73499a

Analogous Colors of #9a7349

#9a7349 #999a49 #9a4b49

Monochromatic Colors of #9a7349

#9a7349

Complementary Color

#9a7349 #49709a

#9a7349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7349 Color CSS Codes

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

#9a7349 Text Font Color

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

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


#9a7349 Background Color

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

This div background color is #9a7349


#9a7349 Border Color

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

This div border color is #9a7349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7349


Comments

No comments written yet.

Please login to write comment.