Color Hex Logo

#9f533e Color Hex

#9F533E
(159,83,62)
0 Favorites   0 Comments

Color spaces of #9f533e

RGB 1598362
HSL0.040.440.43
HSV13°61°62°
CMYK 0.000.480.61   0.38
XYZ18.260813.90526.2790
Yxy13.90520.47500.3617
Hunter Lab37.289722.154716.1193
CIE-Lab44.096729.474626.3457

#9f533e color RGB value is (159,83,62).

#9f533e hex color red value is 159, green value is 83 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9f533e hue: 0.04 , saturation: 0.44 and the lightness value of 9f533e is 0.43.

The process color (four color CMYK) of #9f533e color hex is 0.00, 0.48, 0.61, 0.38. Web safe color of #9f533e is #996633. Color #9f533e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010011 00111110
Octal 237 123 76
Decimal 159 83 62
Hex 9F 53 3E

RGB Percentages of Color #9f533e

%52.30
%27.30
%20.39

CMYK Percentages of Color #9f533e

%0
%48
%61
%38

Triadic Colors of #9f533e

#9f533e #3e9f53 #533e9f

Analogous Colors of #9f533e

#9f533e #9f843e #9f3e5a

Monochromatic Colors of #9f533e

#9f533e

Complementary Color

#9f533e #3e8a9f

#9f533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f533e Color CSS Codes

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

#9f533e Text Font Color

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

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


#9f533e Background Color

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

This div background color is #9f533e


#9f533e Border Color

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

This div border color is #9f533e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,83,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f533e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f533e;
  -webkit-box-shadow: 1px 1px 3px 2px #9f533e;
  box-shadow:         1px 1px 3px 2px #9f533e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,83,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f533e


Comments

No comments written yet.

Please login to write comment.