Color Hex Logo

#95665d Color Hex

#95665D
(149,102,93)
0 Favorites   0 Comments

Color spaces of #95665d

RGB 14910293
HSL0.030.230.47
HSV10°38°58°
CMYK 0.000.320.38   0.42
XYZ19.121616.682612.5682
Yxy16.68260.39530.3449
Hunter Lab40.844312.088610.3469
CIE-Lab47.857617.727712.7198

#95665d color RGB value is (149,102,93).

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

The process color (four color CMYK) of #95665d color hex is 0.00, 0.32, 0.38, 0.42. Web safe color of #95665d is #996666. Color #95665d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100110 01011101
Octal 225 146 135
Decimal 149 102 93
Hex 95 66 5D

RGB Percentages of Color #95665d

%43.31
%29.65
%27.03

CMYK Percentages of Color #95665d

%0
%32
%38
%42

Triadic Colors of #95665d

#95665d #5d9566 #665d95

Analogous Colors of #95665d

#95665d #95825d #955d70

Monochromatic Colors of #95665d

#95665d

Complementary Color

#95665d #5d8c95

#95665d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95665d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95665d Color CSS Codes

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

#95665d Text Font Color

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

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


#95665d Background Color

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

This div background color is #95665d


#95665d Border Color

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

This div border color is #95665d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95665d


Comments

No comments written yet.

Please login to write comment.