COLOR #949581

HEX: #949581
RGB: (148,149,129)

Color info

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

RGB color model

#949581 color RGB value is (148,149,129).

  • red value is 148;
  • green value is 149;
  • blue value is 129.
RGB:
(148,149,129)
(58%,58%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 129 of 255 = 51%

148
149
129

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

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 129 = 426 (100%)
R 148 of 426 ~ 34.74%
G 149 of 426 ~ 34.98%
B 129 of 426 ~ 30.28%

%34.74
%34.98
%30.28

CMYK color model

#949581 color CMYK value is (1,0,13,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK:
(1,0,13,42)
C1M0Y13K42 
(1%,0%,13%,42%)
(0.01/0.00/0.13/0.42)	

CMYK percentages

%0.67
%0
%13.42
%41.57

Codes

Color #949581 in popluar color models

949581
RGB148149129
HSL63°8.62%54.51%
HSB/HSV63°13.42%58.43%
CMYK0.67%0.00%13.42%
41.57%

Color #949581 in popluar number systems.

HEX949581
Decimal148149129
Binary100101001001010110000001
Octal224225201

Shades and tints

Shades of #949581

#949581
(148,149,129)
#878876
(135,136,118)
#7A7B6B
(122,123,107)
#6D6E60
(109,110,96)
#606155
(96,97,85)
#53544A
(83,84,74)
#46473F
(70,71,63)
#393A34
(57,58,52)
#2C2D29
(44,45,41)
#1F201E
(31,32,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #949581

#949581
(148,149,129)
#9D9E8C
(157,158,140)
#A6A797
(166,167,151)
#AFB0A2
(175,176,162)
#B8B9AD
(184,185,173)
#C1C2B8
(193,194,184)
#CACBC3
(202,203,195)
#D3D4CE
(211,212,206)
#DCDDD9
(220,221,217)
#E5E6E4
(229,230,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949581 color. Also use rgb(148,149,129) instead hex code.

Text Font Color

.myTextColor { color: #949581; }

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

This text font color is #949581.


Background Color

.myBgColor { background-color: #949581; }

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

This div background color is #949581.


Border color

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

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

This div border color is #949581.


Opacity

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

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

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

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

This text has shadow with #949581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949581 on black background.


Color preview on white background

This text has color #949581 on white background.



Black color preview on #949581 background

This text has black color on #949581 background.


White color preview on #949581 background

This text has white color on #949581 background.