Color Hex Logo

#958151 Color Hex

#958151
(149,129,81)
0 Favorites   0 Comments

Color spaces of #958151

RGB 14912981
HSL0.120.300.45
HSV42°46°58°
CMYK 0.000.130.46   0.42
XYZ21.729922.684211.0178
Yxy22.68420.39200.4092
Hunter Lab47.6279-1.909519.6240
CIE-Lab54.74560.795828.7767

#958151 color RGB value is (149,129,81).

#958151 hex color red value is 149, green value is 129 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #958151 hue: 0.12 , saturation: 0.30 and the lightness value of 958151 is 0.45.

The process color (four color CMYK) of #958151 color hex is 0.00, 0.13, 0.46, 0.42. Web safe color of #958151 is #999966. Color #958151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 01010001
Octal 225 201 121
Decimal 149 129 81
Hex 95 81 51

RGB Percentages of Color #958151

%41.50
%35.93
%22.56

CMYK Percentages of Color #958151

%0
%13
%46
%42

Triadic Colors of #958151

#958151 #519581 #815195

Analogous Colors of #958151

#958151 #879551 #955f51

Monochromatic Colors of #958151

#958151

Complementary Color

#958151 #516595

#958151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958151 Color CSS Codes

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

#958151 Text Font Color

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

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


#958151 Background Color

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

This div background color is #958151


#958151 Border Color

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

This div border color is #958151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958151


Comments

No comments written yet.

Please login to write comment.