COLOR #947380

HEX: #947380
RGB: (148,115,128)

Color info

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

RGB color model

#947380 color RGB value is (148,115,128).

  • red value is 148;
  • green value is 115;
  • blue value is 128.
RGB:
(148,115,128)
(58%,45%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 115 of 255 = 45%
B 128 of 255 = 50%

148
115
128

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

Portions of RGB colors in percentages

R + G + B =
148 + 115 + 128 = 391 (100%)
R 148 of 391 ~ 37.85%
G 115 of 391 ~ 29.41%
B 128 of 391 ~ 32.74%

%37.85
%29.41
%32.74

CMYK color model

#947380 color CMYK value is (0,22,14,42).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(0,22,14,42)
C0M22Y14K42 
(0%,22%,14%,42%)
(0.00/0.22/0.14/0.42)	

CMYK percentages

%0
%22.3
%13.51
%41.96

Codes

Color #947380 in popluar color models

947380
RGB148115128
HSL336°13.36%51.57%
HSB/HSV336°22.30%58.04%
CMYK0.00%22.30%13.51%
41.96%

Color #947380 in popluar number systems.

HEX947380
Decimal148115128
Binary10010100111001110000000
Octal224163200

Shades and tints

Shades of #947380

#947380
(148,115,128)
#876975
(135,105,117)
#7A5F6A
(122,95,106)
#6D555F
(109,85,95)
#604B54
(96,75,84)
#534149
(83,65,73)
#46373E
(70,55,62)
#392D33
(57,45,51)
#2C2328
(44,35,40)
#1F191D
(31,25,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #947380

#947380
(148,115,128)
#9D7F8B
(157,127,139)
#A68B96
(166,139,150)
#AF97A1
(175,151,161)
#B8A3AC
(184,163,172)
#C1AFB7
(193,175,183)
#CABBC2
(202,187,194)
#D3C7CD
(211,199,205)
#DCD3D8
(220,211,216)
#E5DFE3
(229,223,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947380 color. Also use rgb(148,115,128) instead hex code.

Text Font Color

.myTextColor { color: #947380; }

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

This text font color is #947380.


Background Color

.myBgColor { background-color: #947380; }

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

This div background color is #947380.


Border color

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

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

This div border color is #947380.


Opacity

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

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

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

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

This text has shadow with #947380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947380 on black background.


Color preview on white background

This text has color #947380 on white background.



Black color preview on #947380 background

This text has black color on #947380 background.


White color preview on #947380 background

This text has white color on #947380 background.