Color Hex Logo

#95533e Color Hex

#95533E
(149,83,62)
0 Favorites   0 Comments

Color spaces of #95533e

RGB 1498362
HSL0.040.410.41
HSV14°58°58°
CMYK 0.000.440.58   0.42
XYZ16.357212.92396.1899
Yxy12.92390.46110.3644
Hunter Lab35.949818.305414.9562
CIE-Lab42.648425.321924.2158

#95533e color RGB value is (149,83,62).

#95533e hex color red value is 149, green value is 83 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #95533e hue: 0.04 , saturation: 0.41 and the lightness value of 95533e is 0.41.

The process color (four color CMYK) of #95533e color hex is 0.00, 0.44, 0.58, 0.42. Web safe color of #95533e is #996633. Color #95533e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010011 00111110
Octal 225 123 76
Decimal 149 83 62
Hex 95 53 3E

RGB Percentages of Color #95533e

%50.68
%28.23
%21.09

CMYK Percentages of Color #95533e

%0
%44
%58
%42

Triadic Colors of #95533e

#95533e #3e9553 #533e95

Analogous Colors of #95533e

#95533e #957f3e #953e55

Monochromatic Colors of #95533e

#95533e

Complementary Color

#95533e #3e8095

#95533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95533e Color CSS Codes

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

#95533e Text Font Color

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

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


#95533e Background Color

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

This div background color is #95533e


#95533e Border Color

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

This div border color is #95533e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #95533e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95533e


Comments

No comments written yet.

Please login to write comment.