Color Hex Logo

#958507 Color Hex

#958507
(149,133,7)
0 Favorites   0 Comments

Color spaces of #958507

RGB 1491337
HSL0.150.910.31
HSV53°95°58°
CMYK 0.000.110.95   0.42
XYZ20.820323.18003.5778
Yxy23.18000.43760.4872
Hunter Lab48.1456-7.063529.2960
CIE-Lab55.2573-5.736758.7981

#958507 color RGB value is (149,133,7).

#958507 hex color red value is 149, green value is 133 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #958507 hue: 0.15 , saturation: 0.91 and the lightness value of 958507 is 0.31.

The process color (four color CMYK) of #958507 color hex is 0.00, 0.11, 0.95, 0.42. Web safe color of #958507 is #999900. Color #958507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000101 00000111
Octal 225 205 7
Decimal 149 133 7
Hex 95 85 7

RGB Percentages of Color #958507

%51.56
%46.02
%2.42

CMYK Percentages of Color #958507

%0
%11
%95
%42

Triadic Colors of #958507

#958507 #079585 #850795

Analogous Colors of #958507

#958507 #5e9507 #953e07

Monochromatic Colors of #958507

#958507

Complementary Color

#958507 #071795

#958507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958507 Color CSS Codes

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

#958507 Text Font Color

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

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


#958507 Background Color

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

This div background color is #958507


#958507 Border Color

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

This div border color is #958507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958507


Comments

No comments written yet.

Please login to write comment.