Color Hex Logo

#99594f Color Hex

#99594F
(153,89,79)
0 Favorites   0 Comments

Color spaces of #99594f

RGB 1538979
HSL0.020.320.45
HSV48°60°
CMYK 0.000.420.48   0.40
XYZ18.120514.48169.2373
Yxy14.48160.43310.3461
Hunter Lab38.054718.400612.2464
CIE-Lab44.915825.202917.1470

#99594f color RGB value is (153,89,79).

#99594f hex color red value is 153, green value is 89 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #99594f hue: 0.02 , saturation: 0.32 and the lightness value of 99594f is 0.45.

The process color (four color CMYK) of #99594f color hex is 0.00, 0.42, 0.48, 0.40. Web safe color of #99594f is #996666. Color #99594f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011001 01001111
Octal 231 131 117
Decimal 153 89 79
Hex 99 59 4F

RGB Percentages of Color #99594f

%47.66
%27.73
%24.61

CMYK Percentages of Color #99594f

%0
%42
%48
%40

Triadic Colors of #99594f

#99594f #4f9959 #594f99

Analogous Colors of #99594f

#99594f #997e4f #994f6a

Monochromatic Colors of #99594f

#99594f

Complementary Color

#99594f #4f8f99

#99594f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99594f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99594f Color CSS Codes

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

#99594f Text Font Color

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

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


#99594f Background Color

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

This div background color is #99594f


#99594f Border Color

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

This div border color is #99594f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,89,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 #99594f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99594f


Comments

No comments written yet.

Please login to write comment.