COLOR #947591

HEX: #947591
RGB: (148,117,145)

Color info

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

RGB color model

#947591 color RGB value is (148,117,145).

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

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 145 of 255 = 57%

148
117
145

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

Portions of RGB colors in percentages

R + G + B =
148 + 117 + 145 = 410 (100%)
R 148 of 410 ~ 36.1%
G 117 of 410 ~ 28.54%
B 145 of 410 ~ 35.37%

%36.1
%28.54
%35.37

CMYK color model

#947591 color CMYK value is (0,21,2,42).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(0,21,2,42)
C0M21Y2K42 
(0%,21%,2%,42%)
(0.00/0.21/0.02/0.42)	

CMYK percentages

%0
%20.95
%2.03
%41.96

Codes

Color #947591 in popluar color models

947591
RGB148117145
HSL306°12.65%51.96%
HSB/HSV306°20.95%58.04%
CMYK0.00%20.95%2.03%
41.96%

Color #947591 in popluar number systems.

HEX947591
Decimal148117145
Binary10010100111010110010001
Octal224165221

Shades and tints

Shades of #947591

#947591
(148,117,145)
#876B84
(135,107,132)
#7A6177
(122,97,119)
#6D576A
(109,87,106)
#604D5D
(96,77,93)
#534350
(83,67,80)
#463943
(70,57,67)
#392F36
(57,47,54)
#2C2529
(44,37,41)
#1F1B1C
(31,27,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #947591

#947591
(148,117,145)
#9D819B
(157,129,155)
#A68DA5
(166,141,165)
#AF99AF
(175,153,175)
#B8A5B9
(184,165,185)
#C1B1C3
(193,177,195)
#CABDCD
(202,189,205)
#D3C9D7
(211,201,215)
#DCD5E1
(220,213,225)
#E5E1EB
(229,225,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947591; }

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

This text font color is #947591.


Background Color

.myBgColor { background-color: #947591; }

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

This div background color is #947591.


Border color

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

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

This div border color is #947591.


Opacity

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

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

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

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

This text has shadow with #947591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947591 on black background.


Color preview on white background

This text has color #947591 on white background.



Black color preview on #947591 background

This text has black color on #947591 background.


White color preview on #947591 background

This text has white color on #947591 background.