Color Hex Logo

#958750 Color Hex

#958750
(149,135,80)
0 Favorites   0 Comments

Color spaces of #958750

RGB 14913580
HSL0.130.300.45
HSV48°46°58°
CMYK 0.000.090.46   0.42
XYZ22.506424.296711.0929
Yxy24.29670.38870.4197
Hunter Lab49.2917-4.758021.1612
CIE-Lab56.3836-2.665731.3897

#958750 color RGB value is (149,135,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000111 01010000
Octal 225 207 120
Decimal 149 135 80
Hex 95 87 50

RGB Percentages of Color #958750

%40.93
%37.09
%21.98

CMYK Percentages of Color #958750

%0
%9
%46
%42

Triadic Colors of #958750

#958750 #509587 #875095

Analogous Colors of #958750

#958750 #819550 #956550

Monochromatic Colors of #958750

#958750

Complementary Color

#958750 #505e95

#958750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958750 Color CSS Codes

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

#958750 Text Font Color

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

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


#958750 Background Color

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

This div background color is #958750


#958750 Border Color

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

This div border color is #958750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958750


Comments

No comments written yet.

Please login to write comment.