COLOR #945E76

HEX: #945E76
RGB: (148,94,118)

Color info

#945E76 contains red, green and blue colors in about the same proportion. Web safe color of #945E76 is #996666 (or #966).

RGB color model

#945E76 color RGB value is (148,94,118).

  • red value is 148;
  • green value is 94;
  • blue value is 118.
RGB:
(148,94,118)
(58%,37%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 94 of 255 = 37%
B 118 of 255 = 46%

148
94
118

R + G + B ~ 47%. #945E76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 94 + 118 = 360 (100%)
R 148 of 360 ~ 41.11%
G 94 of 360 ~ 26.11%
B 118 of 360 ~ 32.78%

%41.11
%26.11
%32.78

CMYK color model

#945E76 color CMYK value is (0,36,20,42).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 20.27%
  • key color value is 41.96%
CMYK:
(0,36,20,42)
C0M36Y20K42 
(0%,36%,20%,42%)
(0.00/0.36/0.20/0.42)	

CMYK percentages

%0
%36.49
%20.27
%41.96

Codes

Color #945E76 in popluar color models

945E76
RGB14894118
HSL333°22.31%47.45%
HSB/HSV333°36.49%58.04%
CMYK0.00%36.49%20.27%
41.96%

Color #945E76 in popluar number systems.

HEX945E76
Decimal14894118
Binary1001010010111101110110
Octal224136166

Shades and tints

Shades of #945E76

#945E76
(148,94,118)
#87566C
(135,86,108)
#7A4E62
(122,78,98)
#6D4658
(109,70,88)
#603E4E
(96,62,78)
#533644
(83,54,68)
#462E3A
(70,46,58)
#392630
(57,38,48)
#2C1E26
(44,30,38)
#1F161C
(31,22,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #945E76

#945E76
(148,94,118)
#9D6C82
(157,108,130)
#A67A8E
(166,122,142)
#AF889A
(175,136,154)
#B896A6
(184,150,166)
#C1A4B2
(193,164,178)
#CAB2BE
(202,178,190)
#D3C0CA
(211,192,202)
#DCCED6
(220,206,214)
#E5DCE2
(229,220,226)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945E76 color. Also use rgb(148,94,118) instead hex code.

Text Font Color

.myTextColor { color: #945E76; }

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

This text font color is #945E76.


Background Color

.myBgColor { background-color: #945E76; }

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

This div background color is #945E76.


Border color

.myBorderColor { border: 1px solid #945E76; }

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

This div border color is #945E76.


Opacity

.myOpacity80 { color: #945E76; opacity: 0.8; }

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

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

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

This text has shadow with #945E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #945E76 on black background.


Color preview on white background

This text has color #945E76 on white background.



Black color preview on #945E76 background

This text has black color on #945E76 background.


White color preview on #945E76 background

This text has white color on #945E76 background.