Color Hex Logo

#95915d Color Hex

#95915D
(149,145,93)
0 Favorites   0 Comments

Color spaces of #95915d

RGB 14914593
HSL0.150.230.47
HSV56°38°58°
CMYK 0.000.030.38   0.42
XYZ24.495627.430714.3595
Yxy27.43070.36950.4138
Hunter Lab52.3743-8.170220.4065
CIE-Lab59.3709-6.684528.1478

#95915d color RGB value is (149,145,93).

#95915d hex color red value is 149, green value is 145 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #95915d hue: 0.15 , saturation: 0.23 and the lightness value of 95915d is 0.47.

The process color (four color CMYK) of #95915d color hex is 0.00, 0.03, 0.38, 0.42. Web safe color of #95915d is #999966. Color #95915d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010001 01011101
Octal 225 221 135
Decimal 149 145 93
Hex 95 91 5D

RGB Percentages of Color #95915d

%38.50
%37.47
%24.03

CMYK Percentages of Color #95915d

%0
%3
%38
%42

Triadic Colors of #95915d

#95915d #5d9591 #915d95

Analogous Colors of #95915d

#95915d #7d955d #95755d

Monochromatic Colors of #95915d

#95915d

Complementary Color

#95915d #5d6195

#95915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95915d Color CSS Codes

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

#95915d Text Font Color

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

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


#95915d Background Color

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

This div background color is #95915d


#95915d Border Color

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

This div border color is #95915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95915d


Comments

No comments written yet.

Please login to write comment.