COLOR #958F78

HEX: #958F78 RGB: (149,143,120)

Color info

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

RGB color model

#958F78 color RGB value is (149,143,120).

RGB: (149,143,120) (58%, 56%, 47%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 120 of 255 = 47%

149
143
120

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 120 = 412 (100%)
R 149 of 412 ~ 36.17%
G 143 of 412 ~ 34.71%
B 120 of 412 ~ 29.13'%

%36.17
%34.71
%29.13

CMYK color model

#958F78 color CMYK value is (0,4,19,42).

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

CMYK: (0,4,19,42)
C0M4Y19K42 (0%, 4%, 19%, 42%)
(0.00 / 0.04 / 0.19 / 0.42)

CMYK percentages

%0
%4.03
%19.46
%41.57

Codes

Color #958F78 in popluar color models

95 8F 78
RGB 149 143 120
HSL 48° 12.03% 52.75%
HSB/HSV 48° 19.46% 58.43%
CMYK 0.00% 4.03% 19.46%
41.57%

Color #958F78 in popluar number systems.

HEX 95 8F 78
Decimal 149 143 120
Binary 10010101 10001111 1111000
Octal 225 217 170

Shades and tints

Shades of #958F78

#958F78
(149,143,120)
#88826E
(136,130,110)
#7B7564
(123,117,100)
#6E685A
(110,104,90)
#615B50
(97,91,80)
#544E46
(84,78,70)
#47413C
(71,65,60)
#3A3432
(58,52,50)
#2D2728
(45,39,40)
#201A1E
(32,26,30)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #958F78

#958F78
(149,143,120)
#9E9984
(158,153,132)
#A7A390
(167,163,144)
#B0AD9C
(176,173,156)
#B9B7A8
(185,183,168)
#C2C1B4
(194,193,180)
#CBCBC0
(203,203,192)
#D4D5CC
(212,213,204)
#DDDFD8
(221,223,216)
#E6E9E4
(230,233,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958F78; }

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

This text font color is #958F78.

Background Color

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

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

This div background color is #958F78.

Border color

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

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

This div border color is #958F78.

Opacity

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

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

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

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

This text has shadow with #958F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958F78.

Preview

Color preview on black background

This text has color #958F78 on black background.


Color preview on white background

This text has color #958F78 on white background.


Black color preview on #958F78 background

This text has black color on #958F78 background.


White color preview on #958F78 background

This text has white color on #958F78 background.


Related colors

Complementary color

Complementary color for #hex is #6A7087.


I love getcolorcode.com

Triadic colors

1 #78958F and #8F7895 with #958F78 are triadic colors.

2 #788F95 and #8F9578 with #958F78 are triadic colors.