Color Hex Logo

#95894d Color Hex

#95894D
(149,137,77)
0 Favorites   0 Comments

Color spaces of #95894d

RGB 14913777
HSL0.140.320.44
HSV50°48°58°
CMYK 0.000.080.48   0.42
XYZ22.679624.816710.6159
Yxy24.81670.39030.4270
Hunter Lab49.8164-5.914022.2367
CIE-Lab56.8964-4.084433.6323

#95894d color RGB value is (149,137,77).

#95894d hex color red value is 149, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #95894d hue: 0.14 , saturation: 0.32 and the lightness value of 95894d is 0.44.

The process color (four color CMYK) of #95894d color hex is 0.00, 0.08, 0.48, 0.42. Web safe color of #95894d is #999966. Color #95894d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 01001101
Octal 225 211 115
Decimal 149 137 77
Hex 95 89 4D

RGB Percentages of Color #95894d

%41.05
%37.74
%21.21

CMYK Percentages of Color #95894d

%0
%8
%48
%42

Triadic Colors of #95894d

#95894d #4d9589 #894d95

Analogous Colors of #95894d

#95894d #7d954d #95654d

Monochromatic Colors of #95894d

#95894d

Complementary Color

#95894d #4d5995

#95894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95894d Color CSS Codes

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

#95894d Text Font Color

<p style="color:#95894d">Text here</p>

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


#95894d Background Color

<div style="background-color:#95894d">
Div content here</div>

This div background color is #95894d


#95894d Border Color

<div style="border:3px solid #95894d">
Div here</div>

This div border color is #95894d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95894d


Comments

No comments written yet.

Please login to write comment.