COLOR #949082

HEX: #949082
RGB: (148,144,130)

Color info

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

RGB color model

#949082 color RGB value is (148,144,130).

  • red value is 148;
  • green value is 144;
  • blue value is 130.
RGB:
(148,144,130)
(58%,56%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 130 of 255 = 51%

148
144
130

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

Portions of RGB colors in percentages

R + G + B =
148 + 144 + 130 = 422 (100%)
R 148 of 422 ~ 35.07%
G 144 of 422 ~ 34.12%
B 130 of 422 ~ 30.81%

%35.07
%34.12
%30.81

CMYK color model

#949082 color CMYK value is (0,3,12,42).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 12.16%
  • key color value is 41.96%
CMYK:
(0,3,12,42)
C0M3Y12K42 
(0%,3%,12%,42%)
(0.00/0.03/0.12/0.42)	

CMYK percentages

%0
%2.7
%12.16
%41.96

Codes

Color #949082 in popluar color models

949082
RGB148144130
HSL47°7.76%54.51%
HSB/HSV47°12.16%58.04%
CMYK0.00%2.70%12.16%
41.96%

Color #949082 in popluar number systems.

HEX949082
Decimal148144130
Binary100101001001000010000010
Octal224220202

Shades and tints

Shades of #949082

#949082
(148,144,130)
#878377
(135,131,119)
#7A766C
(122,118,108)
#6D6961
(109,105,97)
#605C56
(96,92,86)
#534F4B
(83,79,75)
#464240
(70,66,64)
#393535
(57,53,53)
#2C282A
(44,40,42)
#1F1B1F
(31,27,31)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #949082

#949082
(148,144,130)
#9D9A8D
(157,154,141)
#A6A498
(166,164,152)
#AFAEA3
(175,174,163)
#B8B8AE
(184,184,174)
#C1C2B9
(193,194,185)
#CACCC4
(202,204,196)
#D3D6CF
(211,214,207)
#DCE0DA
(220,224,218)
#E5EAE5
(229,234,229)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949082 color. Also use rgb(148,144,130) instead hex code.

Text Font Color

.myTextColor { color: #949082; }

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

This text font color is #949082.


Background Color

.myBgColor { background-color: #949082; }

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

This div background color is #949082.


Border color

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

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

This div border color is #949082.


Opacity

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

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

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

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

This text has shadow with #949082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949082 on black background.


Color preview on white background

This text has color #949082 on white background.



Black color preview on #949082 background

This text has black color on #949082 background.


White color preview on #949082 background

This text has white color on #949082 background.