Color Hex Logo

#95834e Color Hex

#95834E
(149,131,78)
0 Favorites   0 Comments

Color spaces of #95834e

RGB 14913178
HSL0.120.310.45
HSV45°48°58°
CMYK 0.000.120.48   0.42
XYZ21.885923.172210.5269
Yxy23.17220.39370.4169
Hunter Lab48.1375-3.085020.7305
CIE-Lab55.2493-0.645531.0504

#95834e color RGB value is (149,131,78).

#95834e hex color red value is 149, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #95834e hue: 0.12 , saturation: 0.31 and the lightness value of 95834e is 0.45.

The process color (four color CMYK) of #95834e color hex is 0.00, 0.12, 0.48, 0.42. Web safe color of #95834e is #999966. Color #95834e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 01001110
Octal 225 203 116
Decimal 149 131 78
Hex 95 83 4E

RGB Percentages of Color #95834e

%41.62
%36.59
%21.79

CMYK Percentages of Color #95834e

%0
%12
%48
%42

Triadic Colors of #95834e

#95834e #4e9583 #834e95

Analogous Colors of #95834e

#95834e #84954e #95604e

Monochromatic Colors of #95834e

#95834e

Complementary Color

#95834e #4e6095

#95834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95834e Color CSS Codes

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

#95834e Text Font Color

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

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


#95834e Background Color

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

This div background color is #95834e


#95834e Border Color

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

This div border color is #95834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95834e


Comments

No comments written yet.

Please login to write comment.