COLOR #949D6A

HEX: #949D6A
RGB: (148,157,106)

Color info

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

RGB color model

#949D6A color RGB value is (148,157,106).

  • red value is 148;
  • green value is 157;
  • blue value is 106.
RGB:
(148,157,106)
(58%,62%,42%)

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 106 of 255 = 42%

148
157
106

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

Portions of RGB colors in percentages

R + G + B =
148 + 157 + 106 = 411 (100%)
R 148 of 411 ~ 36.01%
G 157 of 411 ~ 38.2%
B 106 of 411 ~ 25.79%

%36.01
%38.2
%25.79

CMYK color model

#949D6A color CMYK value is (6,0,32,38).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 38.43%
CMYK:
(6,0,32,38)
C6M0Y32K38 
(6%,0%,32%,38%)
(0.06/0.00/0.32/0.38)	

CMYK percentages

%5.73
%0
%32.48
%38.43

Codes

Color #949D6A in popluar color models

949D6A
RGB148157106
HSL71°20.65%51.57%
HSB/HSV71°32.48%61.57%
CMYK5.73%0.00%32.48%
38.43%

Color #949D6A in popluar number systems.

HEX949D6A
Decimal148157106
Binary10010100100111011101010
Octal224235152

Shades and tints

Shades of #949D6A

#949D6A
(148,157,106)
#878F61
(135,143,97)
#7A8158
(122,129,88)
#6D734F
(109,115,79)
#606546
(96,101,70)
#53573D
(83,87,61)
#464934
(70,73,52)
#393B2B
(57,59,43)
#2C2D22
(44,45,34)
#1F1F19
(31,31,25)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #949D6A

#949D6A
(148,157,106)
#9DA577
(157,165,119)
#A6AD84
(166,173,132)
#AFB591
(175,181,145)
#B8BD9E
(184,189,158)
#C1C5AB
(193,197,171)
#CACDB8
(202,205,184)
#D3D5C5
(211,213,197)
#DCDDD2
(220,221,210)
#E5E5DF
(229,229,223)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949D6A color. Also use rgb(148,157,106) instead hex code.

Text Font Color

.myTextColor { color: #949D6A; }

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

This text font color is #949D6A.


Background Color

.myBgColor { background-color: #949D6A; }

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

This div background color is #949D6A.


Border color

.myBorderColor { border: 1px solid #949D6A; }

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

This div border color is #949D6A.


Opacity

.myOpacity80 { color: #949D6A; opacity: 0.8; }

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

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

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

This text has shadow with #949D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949D6A on black background.


Color preview on white background

This text has color #949D6A on white background.



Black color preview on #949D6A background

This text has black color on #949D6A background.


White color preview on #949D6A background

This text has white color on #949D6A background.