Color Hex Logo

#95766f Color Hex

#95766F
(149,118,111)
0 Favorites   0 Comments

Color spaces of #95766f

RGB 149118111
HSL0.030.150.51
HSV11°26°58°
CMYK 0.000.210.26   0.42
XYZ21.742120.494117.8488
Yxy20.49410.36190.3411
Hunter Lab45.27046.50538.3130
CIE-Lab52.391311.00068.4584

#95766f color RGB value is (149,118,111).

#95766f hex color red value is 149, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #95766f hue: 0.03 , saturation: 0.15 and the lightness value of 95766f is 0.51.

The process color (four color CMYK) of #95766f color hex is 0.00, 0.21, 0.26, 0.42. Web safe color of #95766f is #996666. Color #95766f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110110 01101111
Octal 225 166 157
Decimal 149 118 111
Hex 95 76 6F

RGB Percentages of Color #95766f

%39.42
%31.22
%29.37

CMYK Percentages of Color #95766f

%0
%21
%26
%42

Triadic Colors of #95766f

#95766f #6f9576 #766f95

Analogous Colors of #95766f

#95766f #95896f #956f7b

Monochromatic Colors of #95766f

#95766f

Complementary Color

#95766f #6f8e95

#95766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95766f Color CSS Codes

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

#95766f Text Font Color

<p style="color:#95766f">Text here</p>

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


#95766f Background Color

<div style="background-color:#95766f">
Div content here</div>

This div background color is #95766f


#95766f Border Color

<div style="border:3px solid #95766f">
Div here</div>

This div border color is #95766f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,118,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95766f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95766f;
  -webkit-box-shadow: 1px 1px 3px 2px #95766f;
  box-shadow:         1px 1px 3px 2px #95766f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95766f


Comments

No comments written yet.

Please login to write comment.