Color Hex Logo

#959713 Color Hex

#959713
(149,151,19)
0 Favorites   0 Comments

Color spaces of #959713

RGB 14915119
HSL0.170.780.33
HSV61°87°59°
CMYK 0.010.000.87   0.41
XYZ23.578628.56984.8879
Yxy28.56980.41340.5009
Hunter Lab53.4507-14.797531.9936
CIE-Lab60.4001-15.141760.6437

#959713 color RGB value is (149,151,19).

#959713 hex color red value is 149, green value is 151 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #959713 hue: 0.17 , saturation: 0.78 and the lightness value of 959713 is 0.33.

The process color (four color CMYK) of #959713 color hex is 0.01, 0.00, 0.87, 0.41. Web safe color of #959713 is #999900. Color #959713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 00010011
Octal 225 227 23
Decimal 149 151 19
Hex 95 97 13

RGB Percentages of Color #959713

%46.71
%47.34
%5.96

CMYK Percentages of Color #959713

%1
%0
%87
%41

Triadic Colors of #959713

#959713 #139597 #971395

Analogous Colors of #959713

#959713 #539713 #975713

Monochromatic Colors of #959713

#959713

Complementary Color

#959713 #151397

#959713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959713 Color CSS Codes

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

#959713 Text Font Color

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

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


#959713 Background Color

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

This div background color is #959713


#959713 Border Color

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

This div border color is #959713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959713


Comments

No comments written yet.

Please login to write comment.