COLOR #949680

HEX: #949680
RGB: (148,150,128)

Color info

#949680 contains red, green and blue colors in about the same proportion. Web safe color of #949680 is #999966 (or #996).

RGB color model

#949680 color RGB value is (148,150,128).

  • red value is 148;
  • green value is 150;
  • blue value is 128.
RGB:
(148,150,128)
(58%,59%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 128 of 255 = 50%

148
150
128

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

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 128 = 426 (100%)
R 148 of 426 ~ 34.74%
G 150 of 426 ~ 35.21%
B 128 of 426 ~ 30.05%

%34.74
%35.21
%30.05

CMYK color model

#949680 color CMYK value is (1,0,15,41).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 41.18%
CMYK:
(1,0,15,41)
C1M0Y15K41 
(1%,0%,15%,41%)
(0.01/0.00/0.15/0.41)	

CMYK percentages

%1.33
%0
%14.67
%41.18

Codes

Color #949680 in popluar color models

949680
RGB148150128
HSL65°9.48%54.51%
HSB/HSV65°14.67%58.82%
CMYK1.33%0.00%14.67%
41.18%

Color #949680 in popluar number systems.

HEX949680
Decimal148150128
Binary100101001001011010000000
Octal224226200

Shades and tints

Shades of #949680

#949680
(148,150,128)
#878975
(135,137,117)
#7A7C6A
(122,124,106)
#6D6F5F
(109,111,95)
#606254
(96,98,84)
#535549
(83,85,73)
#46483E
(70,72,62)
#393B33
(57,59,51)
#2C2E28
(44,46,40)
#1F211D
(31,33,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #949680

#949680
(148,150,128)
#9D9F8B
(157,159,139)
#A6A896
(166,168,150)
#AFB1A1
(175,177,161)
#B8BAAC
(184,186,172)
#C1C3B7
(193,195,183)
#CACCC2
(202,204,194)
#D3D5CD
(211,213,205)
#DCDED8
(220,222,216)
#E5E7E3
(229,231,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949680 color. Also use rgb(148,150,128) instead hex code.

Text Font Color

.myTextColor { color: #949680; }

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

This text font color is #949680.


Background Color

.myBgColor { background-color: #949680; }

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

This div background color is #949680.


Border color

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

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

This div border color is #949680.


Opacity

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

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

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

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

This text has shadow with #949680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949680 on black background.


Color preview on white background

This text has color #949680 on white background.



Black color preview on #949680 background

This text has black color on #949680 background.


White color preview on #949680 background

This text has white color on #949680 background.