Color Hex Logo

#958683 Color Hex

#958683
(149,134,131)
0 Favorites   0 Comments

Color spaces of #958683

RGB 149134131
HSL0.030.080.55
HSV10°12°58°
CMYK 0.000.100.12   0.42
XYZ25.016325.078424.9949
Yxy25.07840.33320.3340
Hunter Lab50.07831.53145.4622
CIE-Lab57.15175.11963.6638

#958683 color RGB value is (149,134,131).

#958683 hex color red value is 149, green value is 134 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #958683 hue: 0.03 , saturation: 0.08 and the lightness value of 958683 is 0.55.

The process color (four color CMYK) of #958683 color hex is 0.00, 0.10, 0.12, 0.42. Web safe color of #958683 is #999999. Color #958683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 10000011
Octal 225 206 203
Decimal 149 134 131
Hex 95 86 83

RGB Percentages of Color #958683

%35.99
%32.37
%31.64

CMYK Percentages of Color #958683

%0
%10
%12
%42

Triadic Colors of #958683

#958683 #839586 #868395

Analogous Colors of #958683

#958683 #958f83 #958389

Monochromatic Colors of #958683

#958683

Complementary Color

#958683 #839295

#958683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958683 Color CSS Codes

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

#958683 Text Font Color

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

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


#958683 Background Color

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

This div background color is #958683


#958683 Border Color

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

This div border color is #958683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958683


Comments

No comments written yet.

Please login to write comment.