COLOR #949161

HEX: #949161
RGB: (148,145,97)

Color info

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

RGB color model

#949161 color RGB value is (148,145,97).

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

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 97 of 255 = 38%

148
145
97

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 97 = 390 (100%)
R 148 of 390 ~ 37.95%
G 145 of 390 ~ 37.18%
B 97 of 390 ~ 24.87%

%37.95
%37.18
%24.87

CMYK color model

#949161 color CMYK value is (0,2,34,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 34.46%
  • key color value is 41.96%
CMYK:
(0,2,34,42)
C0M2Y34K42 
(0%,2%,34%,42%)
(0.00/0.02/0.34/0.42)	

CMYK percentages

%0
%2.03
%34.46
%41.96

Codes

Color #949161 in popluar color models

949161
RGB14814597
HSL56°20.82%48.04%
HSB/HSV56°34.46%58.04%
CMYK0.00%2.03%34.46%
41.96%

Color #949161 in popluar number systems.

HEX949161
Decimal14814597
Binary10010100100100011100001
Octal224221141

Shades and tints

Shades of #949161

#949161
(148,145,97)
#878459
(135,132,89)
#7A7751
(122,119,81)
#6D6A49
(109,106,73)
#605D41
(96,93,65)
#535039
(83,80,57)
#464331
(70,67,49)
#393629
(57,54,41)
#2C2921
(44,41,33)
#1F1C19
(31,28,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #949161

#949161
(148,145,97)
#9D9B6F
(157,155,111)
#A6A57D
(166,165,125)
#AFAF8B
(175,175,139)
#B8B999
(184,185,153)
#C1C3A7
(193,195,167)
#CACDB5
(202,205,181)
#D3D7C3
(211,215,195)
#DCE1D1
(220,225,209)
#E5EBDF
(229,235,223)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949161; }

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

This text font color is #949161.


Background Color

.myBgColor { background-color: #949161; }

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

This div background color is #949161.


Border color

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

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

This div border color is #949161.


Opacity

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

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

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

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

This text has shadow with #949161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949161 on black background.


Color preview on white background

This text has color #949161 on white background.



Black color preview on #949161 background

This text has black color on #949161 background.


White color preview on #949161 background

This text has white color on #949161 background.