COLOR #949184

HEX: #949184
RGB: (148,145,132)

Color info

#949184 contains red, green and blue colors in about the same proportion. Web safe color of #949184 is #999999 (or #999).

RGB color model

#949184 color RGB value is (148,145,132).

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

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 132 of 255 = 52%

148
145
132

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 132 = 425 (100%)
R 148 of 425 ~ 34.82%
G 145 of 425 ~ 34.12%
B 132 of 425 ~ 31.06%

%34.82
%34.12
%31.06

CMYK color model

#949184 color CMYK value is (0,2,11,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK:
(0,2,11,42)
C0M2Y11K42 
(0%,2%,11%,42%)
(0.00/0.02/0.11/0.42)	

CMYK percentages

%0
%2.03
%10.81
%41.96

Codes

Color #949184 in popluar color models

949184
RGB148145132
HSL49°6.96%54.90%
HSB/HSV49°10.81%58.04%
CMYK0.00%2.03%10.81%
41.96%

Color #949184 in popluar number systems.

HEX949184
Decimal148145132
Binary100101001001000110000100
Octal224221204

Shades and tints

Shades of #949184

#949184
(148,145,132)
#878478
(135,132,120)
#7A776C
(122,119,108)
#6D6A60
(109,106,96)
#605D54
(96,93,84)
#535048
(83,80,72)
#46433C
(70,67,60)
#393630
(57,54,48)
#2C2924
(44,41,36)
#1F1C18
(31,28,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #949184

#949184
(148,145,132)
#9D9B8F
(157,155,143)
#A6A59A
(166,165,154)
#AFAFA5
(175,175,165)
#B8B9B0
(184,185,176)
#C1C3BB
(193,195,187)
#CACDC6
(202,205,198)
#D3D7D1
(211,215,209)
#DCE1DC
(220,225,220)
#E5EBE7
(229,235,231)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949184; }

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

This text font color is #949184.


Background Color

.myBgColor { background-color: #949184; }

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

This div background color is #949184.


Border color

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

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

This div border color is #949184.


Opacity

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

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

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

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

This text has shadow with #949184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949184 on black background.


Color preview on white background

This text has color #949184 on white background.



Black color preview on #949184 background

This text has black color on #949184 background.


White color preview on #949184 background

This text has white color on #949184 background.