Color Hex Logo

#958360 Color Hex

#958360
(149,131,96)
0 Favorites   0 Comments

Color spaces of #958360

RGB 14913196
HSL0.110.220.48
HSV40°36°58°
CMYK 0.000.120.36   0.42
XYZ22.622023.466714.4035
Yxy23.46670.37400.3879
Hunter Lab48.4424-1.417116.2809
CIE-Lab55.54981.457021.4559

#958360 color RGB value is (149,131,96).

#958360 hex color red value is 149, green value is 131 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #958360 hue: 0.11 , saturation: 0.22 and the lightness value of 958360 is 0.48.

The process color (four color CMYK) of #958360 color hex is 0.00, 0.12, 0.36, 0.42. Web safe color of #958360 is #999966. Color #958360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 01100000
Octal 225 203 140
Decimal 149 131 96
Hex 95 83 60

RGB Percentages of Color #958360

%39.63
%34.84
%25.53

CMYK Percentages of Color #958360

%0
%12
%36
%42

Triadic Colors of #958360

#958360 #609583 #836095

Analogous Colors of #958360

#958360 #8d9560 #956960

Monochromatic Colors of #958360

#958360

Complementary Color

#958360 #607295

#958360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958360 Color CSS Codes

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

#958360 Text Font Color

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

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


#958360 Background Color

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

This div background color is #958360


#958360 Border Color

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

This div border color is #958360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958360


Comments

No comments written yet.

Please login to write comment.