COLOR #958465

HEX: #958465
RGB: (149,132,101)

Color info

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

RGB color model

#958465 color RGB value is (149,132,101).

  • red value is 149;
  • green value is 132;
  • blue value is 101.
RGB:
(149,132,101)
(58%,52%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 101 of 255 = 40%

149
132
101

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

Portions of RGB colors in percentages

R + G + B =
149 + 132 + 101 = 382 (100%)
R 149 of 382 ~ 39.01%
G 132 of 382 ~ 34.55%
B 101 of 382 ~ 26.44%

%39.01
%34.55
%26.44

CMYK color model

#958465 color CMYK value is (0,11,32,42).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(0,11,32,42)
C0M11Y32K42 
(0%,11%,32%,42%)
(0.00/0.11/0.32/0.42)	

CMYK percentages

%0
%11.41
%32.21
%41.57

Codes

Color #958465 in popluar color models

958465
RGB149132101
HSL39°19.20%49.02%
HSB/HSV39°32.21%58.43%
CMYK0.00%11.41%32.21%
41.57%

Color #958465 in popluar number systems.

HEX958465
Decimal149132101
Binary10010101100001001100101
Octal225204145

Shades and tints

Shades of #958465

#958465
(149,132,101)
#88785C
(136,120,92)
#7B6C53
(123,108,83)
#6E604A
(110,96,74)
#615441
(97,84,65)
#544838
(84,72,56)
#473C2F
(71,60,47)
#3A3026
(58,48,38)
#2D241D
(45,36,29)
#201814
(32,24,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #958465

#958465
(149,132,101)
#9E8F73
(158,143,115)
#A79A81
(167,154,129)
#B0A58F
(176,165,143)
#B9B09D
(185,176,157)
#C2BBAB
(194,187,171)
#CBC6B9
(203,198,185)
#D4D1C7
(212,209,199)
#DDDCD5
(221,220,213)
#E6E7E3
(230,231,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958465 color. Also use rgb(149,132,101) instead hex code.

Text Font Color

.myTextColor { color: #958465; }

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

This text font color is #958465.


Background Color

.myBgColor { background-color: #958465; }

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

This div background color is #958465.


Border color

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

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

This div border color is #958465.


Opacity

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

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

Text with #958465 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 #958465;}

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

This text has shadow with #958465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958465 on black background.


Color preview on white background

This text has color #958465 on white background.



Black color preview on #958465 background

This text has black color on #958465 background.


White color preview on #958465 background

This text has white color on #958465 background.