Color Hex Logo

#95795f Color Hex

#95795F
(149,121,95)
0 Favorites   0 Comments

Color spaces of #95795f

RGB 14912195
HSL0.080.220.48
HSV29°36°58°
CMYK 0.000.190.36   0.42
XYZ21.297420.890513.7363
Yxy20.89050.38080.3736
Hunter Lab45.70613.188814.1756
CIE-Lab52.82947.012918.3640

#95795f color RGB value is (149,121,95).

#95795f hex color red value is 149, green value is 121 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #95795f hue: 0.08 , saturation: 0.22 and the lightness value of 95795f is 0.48.

The process color (four color CMYK) of #95795f color hex is 0.00, 0.19, 0.36, 0.42. Web safe color of #95795f is #996666. Color #95795f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 01011111
Octal 225 171 137
Decimal 149 121 95
Hex 95 79 5F

RGB Percentages of Color #95795f

%40.82
%33.15
%26.03

CMYK Percentages of Color #95795f

%0
%19
%36
%42

Triadic Colors of #95795f

#95795f #5f9579 #795f95

Analogous Colors of #95795f

#95795f #95945f #955f60

Monochromatic Colors of #95795f

#95795f

Complementary Color

#95795f #5f7b95

#95795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95795f Color CSS Codes

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

#95795f Text Font Color

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

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


#95795f Background Color

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

This div background color is #95795f


#95795f Border Color

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

This div border color is #95795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95795f


Comments

No comments written yet.

Please login to write comment.