COLOR #958F69

HEX: #958F69 RGB: (149,143,105)

Color info

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

RGB color model

#958F69 color RGB value is (149,143,105).

RGB: (149,143,105) (58%, 56%, 41%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 105 of 255 = 41%

149
143
105

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 105 = 397 (100%)
R 149 of 397 ~ 37.53%
G 143 of 397 ~ 36.02%
B 105 of 397 ~ 26.45'%

%37.53
%36.02
%26.45

CMYK color model

#958F69 color CMYK value is (0,4,30,42).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 29.53%
  • key color value is 41.57%

CMYK: (0,4,30,42)
C0M4Y30K42 (0%, 4%, 30%, 42%)
(0.00 / 0.04 / 0.30 / 0.42)

CMYK percentages

%0
%4.03
%29.53
%41.57

Codes

Color #958F69 in popluar color models

95 8F 69
RGB 149 143 105
HSL 52° 17.32% 49.80%
HSB/HSV 52° 29.53% 58.43%
CMYK 0.00% 4.03% 29.53%
41.57%

Color #958F69 in popluar number systems.

HEX 95 8F 69
Decimal 149 143 105
Binary 10010101 10001111 1101001
Octal 225 217 151

Shades and tints

Shades of #958F69

#958F69
(149,143,105)
#888260
(136,130,96)
#7B7557
(123,117,87)
#6E684E
(110,104,78)
#615B45
(97,91,69)
#544E3C
(84,78,60)
#474133
(71,65,51)
#3A342A
(58,52,42)
#2D2721
(45,39,33)
#201A18
(32,26,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #958F69

#958F69
(149,143,105)
#9E9976
(158,153,118)
#A7A383
(167,163,131)
#B0AD90
(176,173,144)
#B9B79D
(185,183,157)
#C2C1AA
(194,193,170)
#CBCBB7
(203,203,183)
#D4D5C4
(212,213,196)
#DDDFD1
(221,223,209)
#E6E9DE
(230,233,222)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958F69 color. Also use rgb(149,143,105) instead hex code.

Text Font Color

.myTextColor { color: #958F69; }

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

This text font color is #958F69.

Background Color

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

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

This div background color is #958F69.

Border color

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

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

This div border color is #958F69.

Opacity

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

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

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

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

This text has shadow with #958F69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958F69.

Preview

Color preview on black background

This text has color #958F69 on black background.


Color preview on white background

This text has color #958F69 on white background.


Black color preview on #958F69 background

This text has black color on #958F69 background.


White color preview on #958F69 background

This text has white color on #958F69 background.


Related colors

Complementary color

Complementary color for #hex is #6A7096.


I love getcolorcode.com

Triadic colors

1 #69958F and #8F6995 with #958F69 are triadic colors.

2 #698F95 and #8F9569 with #958F69 are triadic colors.