COLOR #958560

HEX: #958560
RGB: (149,133,96)

Color info

#958560 contains red, green and blue colors in about the same proportion. Web safe color of #958560 is #999966 (or #996).

RGB color model

#958560 color RGB value is (149,133,96).

  • red value is 149;
  • green value is 133;
  • blue value is 96.
RGB:
(149,133,96)
(58%,52%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 96 of 255 = 38%

149
133
96

R + G + B ~ 49%. #958560 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 96 = 378 (100%)
R 149 of 378 ~ 39.42%
G 133 of 378 ~ 35.19%
B 96 of 378 ~ 25.4%

%39.42
%35.19
%25.4

CMYK color model

#958560 color CMYK value is (0,11,36,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,11,36,42)
C0M11Y36K42 
(0%,11%,36%,42%)
(0.00/0.11/0.36/0.42)	

CMYK percentages

%0
%10.74
%35.57
%41.57

Codes

Color #958560 in popluar color models

958560
RGB14913396
HSL42°21.63%48.04%
HSB/HSV42°35.57%58.43%
CMYK0.00%10.74%35.57%
41.57%

Color #958560 in popluar number systems.

HEX958560
Decimal14913396
Binary10010101100001011100000
Octal225205140

Shades and tints

Shades of #958560

#958560
(149,133,96)
#887958
(136,121,88)
#7B6D50
(123,109,80)
#6E6148
(110,97,72)
#615540
(97,85,64)
#544938
(84,73,56)
#473D30
(71,61,48)
#3A3128
(58,49,40)
#2D2520
(45,37,32)
#201918
(32,25,24)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #958560

#958560
(149,133,96)
#9E906E
(158,144,110)
#A79B7C
(167,155,124)
#B0A68A
(176,166,138)
#B9B198
(185,177,152)
#C2BCA6
(194,188,166)
#CBC7B4
(203,199,180)
#D4D2C2
(212,210,194)
#DDDDD0
(221,221,208)
#E6E8DE
(230,232,222)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958560 color. Also use rgb(149,133,96) instead hex code.

Text Font Color

.myTextColor { color: #958560; }

<p style="color:#958560">This sample text font color is #958560.</p>

This text font color is #958560.


Background Color

.myBgColor { background-color: #958560; }

<div style="background-color:#958560">Inner text</div>

This div background color is #958560.


Border color

.myBorderColor { border: 1px solid #958560; }

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

This div border color is #958560.


Opacity

.myOpacity80 { color: #958560; opacity: 0.8; }

<p style="color:#958560;opacity:0.8;">80%</p>

Text with #958560 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #958560;}

<p style="text-shadow: 3px 3px 1px #958560">Text here.</p>

This text has shadow with #958560 color.

.textShadow {text-shadow: 3px 3px 1px #958560, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #958560, 5px 5px 20px red">Text here.</p>

This text has shadow with #958560 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958560, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#958560, Direction=45, Strength=4)">Text</p>

This text has shadow with #958560 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #958560;
  -webkit-box-shadow:	1px 1px 3px 2px #958560;
  box-shadow:		1px 1px 3px 2px #958560;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958560;
-webkit-box-shadow: 1px 1px 3px 2px #958560;
box-shadow:1px 1px 3px 2px #958560;">
Div content here</div>
This div box has shadow with color #958560.

Preview

Color preview on black background

This text has color #958560 on black background.


Color preview on white background

This text has color #958560 on white background.



Black color preview on #958560 background

This text has black color on #958560 background.


White color preview on #958560 background

This text has white color on #958560 background.