Color Hex Logo

#95502e Color Hex

#95502E
(149,80,46)
0 Favorites   0 Comments

Color spaces of #95502e

RGB 1498046
HSL0.060.530.38
HSV20°69°58°
CMYK 0.000.460.69   0.42
XYZ15.756212.32414.1331
Yxy12.32410.48910.3826
Hunter Lab35.105718.679717.5936
CIE-Lab41.726725.846032.3133

#95502e color RGB value is (149,80,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010000 00101110
Octal 225 120 56
Decimal 149 80 46
Hex 95 50 2E

RGB Percentages of Color #95502e

%54.18
%29.09
%16.73

CMYK Percentages of Color #95502e

%0
%46
%69
%42

Triadic Colors of #95502e

#95502e #2e9550 #502e95

Analogous Colors of #95502e

#95502e #95842e #952e40

Monochromatic Colors of #95502e

#95502e

Complementary Color

#95502e #2e7395

#95502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95502e Color CSS Codes

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

#95502e Text Font Color

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

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


#95502e Background Color

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

This div background color is #95502e


#95502e Border Color

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

This div border color is #95502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95502e


Comments

No comments written yet.

Please login to write comment.