Color Hex Logo

#958f52 Color Hex

#958F52
(149,143,82)
0 Favorites   0 Comments

Color spaces of #958f52

RGB 14914382
HSL0.150.290.45
HSV55°45°58°
CMYK 0.000.040.45   0.42
XYZ23.739926.643711.8742
Yxy26.64370.38130.4280
Hunter Lab51.6175-8.235122.4931
CIE-Lab58.6431-6.853733.1419

#958f52 color RGB value is (149,143,82).

#958f52 hex color red value is 149, green value is 143 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #958f52 hue: 0.15 , saturation: 0.29 and the lightness value of 958f52 is 0.45.

The process color (four color CMYK) of #958f52 color hex is 0.00, 0.04, 0.45, 0.42. Web safe color of #958f52 is #999966. Color #958f52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 01010010
Octal 225 217 122
Decimal 149 143 82
Hex 95 8F 52

RGB Percentages of Color #958f52

%39.84
%38.24
%21.93

CMYK Percentages of Color #958f52

%0
%4
%45
%42

Triadic Colors of #958f52

#958f52 #52958f #8f5295

Analogous Colors of #958f52

#958f52 #7a9552 #956e52

Monochromatic Colors of #958f52

#958f52

Complementary Color

#958f52 #525895

#958f52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958f52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958f52 Color CSS Codes

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

#958f52 Text Font Color

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

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


#958f52 Background Color

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

This div background color is #958f52


#958f52 Border Color

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

This div border color is #958f52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958f52


Comments

No comments written yet.

Please login to write comment.