Color Hex Logo

#95592e Color Hex

#95592E
(149,89,46)
0 Favorites   0 Comments

Color spaces of #95592e

RGB 1498946
HSL0.070.530.38
HSV25°69°58°
CMYK 0.000.400.69   0.42
XYZ16.459913.73164.3677
Yxy13.73160.47630.3973
Hunter Lab37.056214.439218.9510
CIE-Lab43.845520.742534.7182

#95592e color RGB value is (149,89,46).

#95592e hex color red value is 149, green value is 89 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #95592e hue: 0.07 , saturation: 0.53 and the lightness value of 95592e is 0.38.

The process color (four color CMYK) of #95592e color hex is 0.00, 0.40, 0.69, 0.42. Web safe color of #95592e is #996633. Color #95592e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011001 00101110
Octal 225 131 56
Decimal 149 89 46
Hex 95 59 2E

RGB Percentages of Color #95592e

%52.46
%31.34
%16.20

CMYK Percentages of Color #95592e

%0
%40
%69
%42

Triadic Colors of #95592e

#95592e #2e9559 #592e95

Analogous Colors of #95592e

#95592e #958d2e #952e37

Monochromatic Colors of #95592e

#95592e

Complementary Color

#95592e #2e6a95

#95592e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95592e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95592e Color CSS Codes

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

#95592e Text Font Color

<p style="color:#95592e">Text here</p>

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


#95592e Background Color

<div style="background-color:#95592e">
Div content here</div>

This div background color is #95592e


#95592e Border Color

<div style="border:3px solid #95592e">
Div here</div>

This div border color is #95592e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,89,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95592e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95592e;
  -webkit-box-shadow: 1px 1px 3px 2px #95592e;
  box-shadow:         1px 1px 3px 2px #95592e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,89,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95592e


Comments

No comments written yet.

Please login to write comment.