COLOR #949672

HEX: #949672
RGB: (148,150,114)

Color info

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

RGB color model

#949672 color RGB value is (148,150,114).

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

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 114 of 255 = 45%

148
150
114

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

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 114 = 412 (100%)
R 148 of 412 ~ 35.92%
G 150 of 412 ~ 36.41%
B 114 of 412 ~ 27.67%

%35.92
%36.41
%27.67

CMYK color model

#949672 color CMYK value is (1,0,24,41).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(1,0,24,41)
C1M0Y24K41 
(1%,0%,24%,41%)
(0.01/0.00/0.24/0.41)	

CMYK percentages

%1.33
%0
%24
%41.18

Codes

Color #949672 in popluar color models

949672
RGB148150114
HSL63°14.63%51.76%
HSB/HSV63°24.00%58.82%
CMYK1.33%0.00%24.00%
41.18%

Color #949672 in popluar number systems.

HEX949672
Decimal148150114
Binary10010100100101101110010
Octal224226162

Shades and tints

Shades of #949672

#949672
(148,150,114)
#878968
(135,137,104)
#7A7C5E
(122,124,94)
#6D6F54
(109,111,84)
#60624A
(96,98,74)
#535540
(83,85,64)
#464836
(70,72,54)
#393B2C
(57,59,44)
#2C2E22
(44,46,34)
#1F2118
(31,33,24)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #949672

#949672
(148,150,114)
#9D9F7E
(157,159,126)
#A6A88A
(166,168,138)
#AFB196
(175,177,150)
#B8BAA2
(184,186,162)
#C1C3AE
(193,195,174)
#CACCBA
(202,204,186)
#D3D5C6
(211,213,198)
#DCDED2
(220,222,210)
#E5E7DE
(229,231,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949672; }

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

This text font color is #949672.


Background Color

.myBgColor { background-color: #949672; }

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

This div background color is #949672.


Border color

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

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

This div border color is #949672.


Opacity

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

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

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

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

This text has shadow with #949672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949672 on black background.


Color preview on white background

This text has color #949672 on white background.



Black color preview on #949672 background

This text has black color on #949672 background.


White color preview on #949672 background

This text has white color on #949672 background.