Color Hex Logo

#958907 Color Hex

#958907
(149,137,7)
0 Favorites   0 Comments

Color spaces of #958907

RGB 1491377
HSL0.150.910.31
HSV55°95°58°
CMYK 0.000.080.95   0.42
XYZ21.378424.29623.7639
Yxy24.29620.43240.4914
Hunter Lab49.2912-8.841129.9764
CIE-Lab56.3831-7.920259.6473

#958907 color RGB value is (149,137,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 00000111
Octal 225 211 7
Decimal 149 137 7
Hex 95 89 7

RGB Percentages of Color #958907

%50.85
%46.76
%2.39

CMYK Percentages of Color #958907

%0
%8
%95
%42

Triadic Colors of #958907

#958907 #079589 #890795

Analogous Colors of #958907

#958907 #5a9507 #954207

Monochromatic Colors of #958907

#958907

Complementary Color

#958907 #071395

#958907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958907 Color CSS Codes

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

#958907 Text Font Color

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

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


#958907 Background Color

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

This div background color is #958907


#958907 Border Color

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

This div border color is #958907


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,137,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 #958907">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958907


Comments

No comments written yet.

Please login to write comment.