COLOR #946787

HEX: #946787
RGB: (148,103,135)

Color info

#946787 contains red, green and blue colors in about the same proportion. Web safe color of #946787 is #996699 (or #969).

RGB color model

#946787 color RGB value is (148,103,135).

  • red value is 148;
  • green value is 103;
  • blue value is 135.
RGB:
(148,103,135)
(58%,40%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 103 of 255 = 40%
B 135 of 255 = 53%

148
103
135

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

Portions of RGB colors in percentages

R + G + B =
148 + 103 + 135 = 386 (100%)
R 148 of 386 ~ 38.34%
G 103 of 386 ~ 26.68%
B 135 of 386 ~ 34.97%

%38.34
%26.68
%34.97

CMYK color model

#946787 color CMYK value is (0,30,9,42).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(0,30,9,42)
C0M30Y9K42 
(0%,30%,9%,42%)
(0.00/0.30/0.09/0.42)	

CMYK percentages

%0
%30.41
%8.78
%41.96

Codes

Color #946787 in popluar color models

946787
RGB148103135
HSL317°17.93%49.22%
HSB/HSV317°30.41%58.04%
CMYK0.00%30.41%8.78%
41.96%

Color #946787 in popluar number systems.

HEX946787
Decimal148103135
Binary10010100110011110000111
Octal224147207

Shades and tints

Shades of #946787

#946787
(148,103,135)
#875E7B
(135,94,123)
#7A556F
(122,85,111)
#6D4C63
(109,76,99)
#604357
(96,67,87)
#533A4B
(83,58,75)
#46313F
(70,49,63)
#392833
(57,40,51)
#2C1F27
(44,31,39)
#1F161B
(31,22,27)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #946787

#946787
(148,103,135)
#9D7491
(157,116,145)
#A6819B
(166,129,155)
#AF8EA5
(175,142,165)
#B89BAF
(184,155,175)
#C1A8B9
(193,168,185)
#CAB5C3
(202,181,195)
#D3C2CD
(211,194,205)
#DCCFD7
(220,207,215)
#E5DCE1
(229,220,225)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946787 color. Also use rgb(148,103,135) instead hex code.

Text Font Color

.myTextColor { color: #946787; }

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

This text font color is #946787.


Background Color

.myBgColor { background-color: #946787; }

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

This div background color is #946787.


Border color

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

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

This div border color is #946787.


Opacity

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

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

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

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

This text has shadow with #946787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946787 on black background.


Color preview on white background

This text has color #946787 on white background.



Black color preview on #946787 background

This text has black color on #946787 background.


White color preview on #946787 background

This text has white color on #946787 background.