COLOR #946083

HEX: #946083
RGB: (148,96,131)

Color info

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

RGB color model

#946083 color RGB value is (148,96,131).

  • red value is 148;
  • green value is 96;
  • blue value is 131.
RGB:
(148,96,131)
(58%,38%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 96 of 255 = 38%
B 131 of 255 = 51%

148
96
131

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

Portions of RGB colors in percentages

R + G + B =
148 + 96 + 131 = 375 (100%)
R 148 of 375 ~ 39.47%
G 96 of 375 ~ 25.6%
B 131 of 375 ~ 34.93%

%39.47
%25.6
%34.93

CMYK color model

#946083 color CMYK value is (0,35,11,42).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(0,35,11,42)
C0M35Y11K42 
(0%,35%,11%,42%)
(0.00/0.35/0.11/0.42)	

CMYK percentages

%0
%35.14
%11.49
%41.96

Codes

Color #946083 in popluar color models

946083
RGB14896131
HSL320°21.31%47.84%
HSB/HSV320°35.14%58.04%
CMYK0.00%35.14%11.49%
41.96%

Color #946083 in popluar number systems.

HEX946083
Decimal14896131
Binary10010100110000010000011
Octal224140203

Shades and tints

Shades of #946083

#946083
(148,96,131)
#875878
(135,88,120)
#7A506D
(122,80,109)
#6D4862
(109,72,98)
#604057
(96,64,87)
#53384C
(83,56,76)
#463041
(70,48,65)
#392836
(57,40,54)
#2C202B
(44,32,43)
#1F1820
(31,24,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #946083

#946083
(148,96,131)
#9D6E8E
(157,110,142)
#A67C99
(166,124,153)
#AF8AA4
(175,138,164)
#B898AF
(184,152,175)
#C1A6BA
(193,166,186)
#CAB4C5
(202,180,197)
#D3C2D0
(211,194,208)
#DCD0DB
(220,208,219)
#E5DEE6
(229,222,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946083 color. Also use rgb(148,96,131) instead hex code.

Text Font Color

.myTextColor { color: #946083; }

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

This text font color is #946083.


Background Color

.myBgColor { background-color: #946083; }

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

This div background color is #946083.


Border color

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

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

This div border color is #946083.


Opacity

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

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

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

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

This text has shadow with #946083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946083 on black background.


Color preview on white background

This text has color #946083 on white background.



Black color preview on #946083 background

This text has black color on #946083 background.


White color preview on #946083 background

This text has white color on #946083 background.