Color Hex Logo

#959867 Color Hex

#959867
(149,152,103)
0 Favorites   0 Comments

Color spaces of #959867

RGB 149152103
HSL0.180.190.50
HSV64°32°60°
CMYK 0.020.000.32   0.40
XYZ26.070829.825317.2147
Yxy29.82530.35660.4079
Hunter Lab54.6125-10.360119.5397
CIE-Lab61.5032-9.196225.4804

#959867 color RGB value is (149,152,103).

#959867 hex color red value is 149, green value is 152 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #959867 hue: 0.18 , saturation: 0.19 and the lightness value of 959867 is 0.50.

The process color (four color CMYK) of #959867 color hex is 0.02, 0.00, 0.32, 0.40. Web safe color of #959867 is #999966. Color #959867 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011000 01100111
Octal 225 230 147
Decimal 149 152 103
Hex 95 98 67

RGB Percentages of Color #959867

%36.88
%37.62
%25.50

CMYK Percentages of Color #959867

%2
%0
%32
%40

Triadic Colors of #959867

#959867 #679598 #986795

Analogous Colors of #959867

#959867 #7d9867 #988367

Monochromatic Colors of #959867

#959867

Complementary Color

#959867 #6a6798

#959867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959867 Color CSS Codes

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

#959867 Text Font Color

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

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


#959867 Background Color

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

This div background color is #959867


#959867 Border Color

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

This div border color is #959867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959867


Comments

No comments written yet.

Please login to write comment.