COLOR #958378

HEX: #958378
RGB: (149,131,120)

Color info

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

RGB color model

#958378 color RGB value is (149,131,120).

  • red value is 149;
  • green value is 131;
  • blue value is 120.
RGB:
(149,131,120)
(58%,51%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 120 of 255 = 47%

149
131
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 120 = 400 (100%)
R 149 of 400 ~ 37.25%
G 131 of 400 ~ 32.75%
B 120 of 400 ~ 30%

%37.25
%32.75
%30

CMYK color model

#958378 color CMYK value is (0,12,19,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK:
(0,12,19,42)
C0M12Y19K42 
(0%,12%,19%,42%)
(0.00/0.12/0.19/0.42)	

CMYK percentages

%0
%12.08
%19.46
%41.57

Codes

Color #958378 in popluar color models

958378
RGB149131120
HSL23°12.03%52.75%
HSB/HSV23°19.46%58.43%
CMYK0.00%12.08%19.46%
41.57%

Color #958378 in popluar number systems.

HEX958378
Decimal149131120
Binary10010101100000111111000
Octal225203170

Shades and tints

Shades of #958378

#958378
(149,131,120)
#88786E
(136,120,110)
#7B6D64
(123,109,100)
#6E625A
(110,98,90)
#615750
(97,87,80)
#544C46
(84,76,70)
#47413C
(71,65,60)
#3A3632
(58,54,50)
#2D2B28
(45,43,40)
#20201E
(32,32,30)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #958378

#958378
(149,131,120)
#9E8E84
(158,142,132)
#A79990
(167,153,144)
#B0A49C
(176,164,156)
#B9AFA8
(185,175,168)
#C2BAB4
(194,186,180)
#CBC5C0
(203,197,192)
#D4D0CC
(212,208,204)
#DDDBD8
(221,219,216)
#E6E6E4
(230,230,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958378; }

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

This text font color is #958378.


Background Color

.myBgColor { background-color: #958378; }

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

This div background color is #958378.


Border color

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

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

This div border color is #958378.


Opacity

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

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

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

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

This text has shadow with #958378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958378 on black background.


Color preview on white background

This text has color #958378 on white background.



Black color preview on #958378 background

This text has black color on #958378 background.


White color preview on #958378 background

This text has white color on #958378 background.