Color Hex Logo

#9f624f Color Hex

#9F624F
(159,98,79)
1 Favorites   0 Comments

Color spaces of #9f624f

RGB 1599879
HSL0.040.340.47
HSV14°50°62°
CMYK 0.000.380.50   0.38
XYZ20.077016.67089.5567
Yxy16.67080.43360.3600
Hunter Lab40.829916.320314.7034
CIE-Lab47.842522.593021.1916

#9f624f color RGB value is (159,98,79).

#9f624f hex color red value is 159, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9f624f hue: 0.04 , saturation: 0.34 and the lightness value of 9f624f is 0.47.

The process color (four color CMYK) of #9f624f color hex is 0.00, 0.38, 0.50, 0.38. Web safe color of #9f624f is #996666. Color #9f624f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100010 01001111
Octal 237 142 117
Decimal 159 98 79
Hex 9F 62 4F

RGB Percentages of Color #9f624f

%47.32
%29.17
%23.51

CMYK Percentages of Color #9f624f

%0
%38
%50
%38

Triadic Colors of #9f624f

#9f624f #4f9f62 #624f9f

Analogous Colors of #9f624f

#9f624f #9f8a4f #9f4f64

Monochromatic Colors of #9f624f

#9f624f

Complementary Color

#9f624f #4f8c9f

#9f624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f624f Color CSS Codes

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

#9f624f Text Font Color

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

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


#9f624f Background Color

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

This div background color is #9f624f


#9f624f Border Color

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

This div border color is #9f624f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,98,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 #9f624f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f624f

#9f624f Color Palettes


Comments

No comments written yet.

Please login to write comment.