COLOR #958E65

HEX: #958E65 RGB: (149,142,101)

Color info

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

RGB color model

#958E65 color RGB value is (149,142,101).

RGB: (149,142,101) (58%, 56%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 101 of 255 = 40%

149
142
101

R + G + B ~ 51%. #958E65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 142 + 101 = 392 (100%)
R 149 of 392 ~ 38.01%
G 142 of 392 ~ 36.22%
B 101 of 392 ~ 25.77'%

%38.01
%36.22
%25.77

CMYK color model

#958E65 color CMYK value is (0,5,32,42).

  • cyan value is 0.00%
  • magenta value is 4.70%
  • yellow value is 32.21%
  • key color value is 41.57%

CMYK: (0,5,32,42)
C0M5Y32K42 (0%, 5%, 32%, 42%)
(0.00 / 0.05 / 0.32 / 0.42)

CMYK percentages

%0
%4.7
%32.21
%41.57

Codes

Color #958E65 in popluar color models

95 8E 65
RGB 149 142 101
HSL 51° 19.20% 49.02%
HSB/HSV 51° 32.21% 58.43%
CMYK 0.00% 4.70% 32.21%
41.57%

Color #958E65 in popluar number systems.

HEX 95 8E 65
Decimal 149 142 101
Binary 10010101 10001110 1100101
Octal 225 216 145

Shades and tints

Shades of #958E65

#958E65
(149,142,101)
#88825C
(136,130,92)
#7B7653
(123,118,83)
#6E6A4A
(110,106,74)
#615E41
(97,94,65)
#545238
(84,82,56)
#47462F
(71,70,47)
#3A3A26
(58,58,38)
#2D2E1D
(45,46,29)
#202214
(32,34,20)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #958E65

#958E65
(149,142,101)
#9E9873
(158,152,115)
#A7A281
(167,162,129)
#B0AC8F
(176,172,143)
#B9B69D
(185,182,157)
#C2C0AB
(194,192,171)
#CBCAB9
(203,202,185)
#D4D4C7
(212,212,199)
#DDDED5
(221,222,213)
#E6E8E3
(230,232,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958E65; }

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

This text font color is #958E65.

Background Color

.myBgColor { background-color: #958E65; }

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

This div background color is #958E65.

Border color

.myBorderColor { border: 1px solid #958E65; }

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

This div border color is #958E65.

Opacity

.myOpacity80 { color: #958E65; opacity: 0.8; }

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

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

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

This text has shadow with #958E65 color.


.textShadow {text-shadow: 3px 3px 1px #958E65', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958E65; -webkit-box-shadow: 1px 1px 3px 2px #958E65; box-shadow:1px 1px 3px 2px #958E65;">
Div content here
</div>

This div box has shadow with color #958E65.

Preview

Color preview on black background

This text has color #958E65 on black background.


Color preview on white background

This text has color #958E65 on white background.


Black color preview on #958E65 background

This text has black color on #958E65 background.


White color preview on #958E65 background

This text has white color on #958E65 background.


Related colors

Complementary color

Complementary color for #hex is #6A719A.


I love getcolorcode.com

Triadic colors

1 #65958E and #8E6595 with #958E65 are triadic colors.

2 #658E95 and #8E9565 with #958E65 are triadic colors.