Color Hex Logo

#958747 Color Hex

#958747
(149,135,71)
0 Favorites   0 Comments

Color spaces of #958747

RGB 14913571
HSL0.140.350.43
HSV49°52°58°
CMYK 0.000.090.52   0.42
XYZ22.195724.17249.4571
Yxy24.17240.39760.4330
Hunter Lab49.1654-5.455823.0112
CIE-Lab56.2600-3.562836.0143

#958747 color RGB value is (149,135,71).

#958747 hex color red value is 149, green value is 135 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #958747 hue: 0.14 , saturation: 0.35 and the lightness value of 958747 is 0.43.

The process color (four color CMYK) of #958747 color hex is 0.00, 0.09, 0.52, 0.42. Web safe color of #958747 is #999933. Color #958747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 01000111
Octal 225 207 107
Decimal 149 135 71
Hex 95 87 47

RGB Percentages of Color #958747

%41.97
%38.03
%20.00

CMYK Percentages of Color #958747

%0
%9
%52
%42

Triadic Colors of #958747

#958747 #479587 #874795

Analogous Colors of #958747

#958747 #7c9547 #956047

Monochromatic Colors of #958747

#958747

Complementary Color

#958747 #475595

#958747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958747 Color CSS Codes

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

#958747 Text Font Color

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

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


#958747 Background Color

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

This div background color is #958747


#958747 Border Color

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

This div border color is #958747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,135,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958747;
  -webkit-box-shadow: 1px 1px 3px 2px #958747;
  box-shadow:         1px 1px 3px 2px #958747; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958747


Comments

No comments written yet.

Please login to write comment.