Color Hex Logo

#95834d Color Hex

#95834D
(149,131,77)
0 Favorites   0 Comments

Color spaces of #95834d

RGB 14913177
HSL0.130.320.44
HSV45°48°58°
CMYK 0.000.120.48   0.42
XYZ21.850323.158010.3395
Yxy23.15800.39480.4184
Hunter Lab48.1228-3.166320.9471
CIE-Lab55.2347-0.749031.5733

#95834d color RGB value is (149,131,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 01001101
Octal 225 203 115
Decimal 149 131 77
Hex 95 83 4D

RGB Percentages of Color #95834d

%41.74
%36.69
%21.57

CMYK Percentages of Color #95834d

%0
%12
%48
%42

Triadic Colors of #95834d

#95834d #4d9583 #834d95

Analogous Colors of #95834d

#95834d #83954d #955f4d

Monochromatic Colors of #95834d

#95834d

Complementary Color

#95834d #4d5f95

#95834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95834d Color CSS Codes

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

#95834d Text Font Color

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

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


#95834d Background Color

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

This div background color is #95834d


#95834d Border Color

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

This div border color is #95834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95834d

#95834d Color Palettes


Comments

No comments written yet.

Please login to write comment.