COLOR #947391

HEX: #947391
RGB: (148,115,145)

Color info

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

RGB color model

#947391 color RGB value is (148,115,145).

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

RGB channels and saturation

R 148 of 255 = 58%
G 115 of 255 = 45%
B 145 of 255 = 57%

148
115
145

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

Portions of RGB colors in percentages

R + G + B =
148 + 115 + 145 = 408 (100%)
R 148 of 408 ~ 36.27%
G 115 of 408 ~ 28.19%
B 145 of 408 ~ 35.54%

%36.27
%28.19
%35.54

CMYK color model

#947391 color CMYK value is (0,22,2,42).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(0,22,2,42)
C0M22Y2K42 
(0%,22%,2%,42%)
(0.00/0.22/0.02/0.42)	

CMYK percentages

%0
%22.3
%2.03
%41.96

Codes

Color #947391 in popluar color models

947391
RGB148115145
HSL305°13.36%51.57%
HSB/HSV305°22.30%58.04%
CMYK0.00%22.30%2.03%
41.96%

Color #947391 in popluar number systems.

HEX947391
Decimal148115145
Binary10010100111001110010001
Octal224163221

Shades and tints

Shades of #947391

#947391
(148,115,145)
#876984
(135,105,132)
#7A5F77
(122,95,119)
#6D556A
(109,85,106)
#604B5D
(96,75,93)
#534150
(83,65,80)
#463743
(70,55,67)
#392D36
(57,45,54)
#2C2329
(44,35,41)
#1F191C
(31,25,28)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #947391

#947391
(148,115,145)
#9D7F9B
(157,127,155)
#A68BA5
(166,139,165)
#AF97AF
(175,151,175)
#B8A3B9
(184,163,185)
#C1AFC3
(193,175,195)
#CABBCD
(202,187,205)
#D3C7D7
(211,199,215)
#DCD3E1
(220,211,225)
#E5DFEB
(229,223,235)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947391; }

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

This text font color is #947391.


Background Color

.myBgColor { background-color: #947391; }

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

This div background color is #947391.


Border color

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

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

This div border color is #947391.


Opacity

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

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

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

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

This text has shadow with #947391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947391 on black background.


Color preview on white background

This text has color #947391 on white background.



Black color preview on #947391 background

This text has black color on #947391 background.


White color preview on #947391 background

This text has white color on #947391 background.