Color Hex Logo

#95893e Color Hex

#95893E
(149,137,62)
0 Favorites   0 Comments

Color spaces of #95893e

RGB 14913762
HSL0.140.410.41
HSV52°58°58°
CMYK 0.000.080.58   0.42
XYZ22.209624.62878.1407
Yxy24.62870.40400.4480
Hunter Lab49.6273-6.964125.0134
CIE-Lab56.7118-5.446241.1099

#95893e color RGB value is (149,137,62).

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

The process color (four color CMYK) of #95893e color hex is 0.00, 0.08, 0.58, 0.42. Web safe color of #95893e is #999933. Color #95893e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 00111110
Octal 225 211 76
Decimal 149 137 62
Hex 95 89 3E

RGB Percentages of Color #95893e

%42.82
%39.37
%17.82

CMYK Percentages of Color #95893e

%0
%8
%58
%42

Triadic Colors of #95893e

#95893e #3e9589 #893e95

Analogous Colors of #95893e

#95893e #76953e #955e3e

Monochromatic Colors of #95893e

#95893e

Complementary Color

#95893e #3e4a95

#95893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95893e Color CSS Codes

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

#95893e Text Font Color

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

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


#95893e Background Color

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

This div background color is #95893e


#95893e Border Color

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

This div border color is #95893e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95893e


Comments

No comments written yet.

Please login to write comment.