Color Hex Logo

#958c49 Color Hex

#958C49
(149,140,73)
0 Favorites   0 Comments

Color spaces of #958c49

RGB 14914073
HSL0.150.340.44
HSV53°51°58°
CMYK 0.000.060.51   0.42
XYZ22.975125.626810.0389
Yxy25.62680.39180.4370
Hunter Lab50.6229-7.578323.6784
CIE-Lab57.6811-6.125736.6842

#958c49 color RGB value is (149,140,73).

#958c49 hex color red value is 149, green value is 140 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #958c49 hue: 0.15 , saturation: 0.34 and the lightness value of 958c49 is 0.44.

The process color (four color CMYK) of #958c49 color hex is 0.00, 0.06, 0.51, 0.42. Web safe color of #958c49 is #999933. Color #958c49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 01001001
Octal 225 214 111
Decimal 149 140 73
Hex 95 8C 49

RGB Percentages of Color #958c49

%41.16
%38.67
%20.17

CMYK Percentages of Color #958c49

%0
%6
%51
%42

Triadic Colors of #958c49

#958c49 #49958c #8c4995

Analogous Colors of #958c49

#958c49 #789549 #956649

Monochromatic Colors of #958c49

#958c49

Complementary Color

#958c49 #495295

#958c49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958c49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958c49 Color CSS Codes

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

#958c49 Text Font Color

<p style="color:#958c49">Text here</p>

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


#958c49 Background Color

<div style="background-color:#958c49">
Div content here</div>

This div background color is #958c49


#958c49 Border Color

<div style="border:3px solid #958c49">
Div here</div>

This div border color is #958c49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,140,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958c49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958c49;
  -webkit-box-shadow: 1px 1px 3px 2px #958c49;
  box-shadow:         1px 1px 3px 2px #958c49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958c49


Comments

No comments written yet.

Please login to write comment.