Color Hex Logo

#95932e Color Hex

#95932E
(149,147,46)
0 Favorites   0 Comments

Color spaces of #95932e

RGB 14914746
HSL0.160.530.38
HSV59°69°58°
CMYK 0.000.010.69   0.42
XYZ23.321327.45436.6548
Yxy27.45430.40610.4780
Hunter Lab52.3969-12.246029.1475
CIE-Lab59.3925-11.945751.2060

#95932e color RGB value is (149,147,46).

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

The process color (four color CMYK) of #95932e color hex is 0.00, 0.01, 0.69, 0.42. Web safe color of #95932e is #999933. Color #95932e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010011 00101110
Octal 225 223 56
Decimal 149 147 46
Hex 95 93 2E

RGB Percentages of Color #95932e

%43.57
%42.98
%13.45

CMYK Percentages of Color #95932e

%0
%1
%69
%42

Triadic Colors of #95932e

#95932e #2e9593 #932e95

Analogous Colors of #95932e

#95932e #64952e #955f2e

Monochromatic Colors of #95932e

#95932e

Complementary Color

#95932e #2e3095

#95932e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95932e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95932e Color CSS Codes

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

#95932e Text Font Color

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

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


#95932e Background Color

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

This div background color is #95932e


#95932e Border Color

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

This div border color is #95932e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95932e


Comments

No comments written yet.

Please login to write comment.