COLOR #949A60

HEX: #949A60 RGB: (148,154,96)

Color info

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

RGB color model

#949A60 color RGB value is (148,154,96).

RGB: (148,154,96) (58%, 60%, 38%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 96 of 255 = 38%

148
154
96

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

Portions of RGB colors in percentages

R + G + B = 148 + 154 + 96 = 398 (100%)
R 148 of 398 ~ 37.19%
G 154 of 398 ~ 38.69%
B 96 of 398 ~ 24.12'%

%37.19
%38.69
%24.12

CMYK color model

#949A60 color CMYK value is (4,0,38,40).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 39.61%

CMYK: (4,0,38,40)
C4M0Y38K40 (4%, 0%, 38%, 40%)
(0.04 / 0.00 / 0.38 / 0.40)

CMYK percentages

%3.9
%0
%37.66
%39.61

Codes

Color #949A60 in popluar color models

94 9A 60
RGB 148 154 96
HSL 66° 23.20% 49.02%
HSB/HSV 66° 37.66% 60.39%
CMYK 3.90% 0.00% 37.66%
39.61%

Color #949A60 in popluar number systems.

HEX 94 9A 60
Decimal 148 154 96
Binary 10010100 10011010 1100000
Octal 224 232 140

Shades and tints

Shades of #949A60

#949A60
(148,154,96)
#878C58
(135,140,88)
#7A7E50
(122,126,80)
#6D7048
(109,112,72)
#606240
(96,98,64)
#535438
(83,84,56)
#464630
(70,70,48)
#393828
(57,56,40)
#2C2A20
(44,42,32)
#1F1C18
(31,28,24)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #949A60

#949A60
(148,154,96)
#9DA36E
(157,163,110)
#A6AC7C
(166,172,124)
#AFB58A
(175,181,138)
#B8BE98
(184,190,152)
#C1C7A6
(193,199,166)
#CAD0B4
(202,208,180)
#D3D9C2
(211,217,194)
#DCE2D0
(220,226,208)
#E5EBDE
(229,235,222)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949A60 color. Also use rgb(148,154,96) instead hex code.

Text Font Color

.myTextColor { color: #949A60; }

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

This text font color is #949A60.

Background Color

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

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

This div background color is #949A60.

Border color

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

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

This div border color is #949A60.

Opacity

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

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

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

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

This text has shadow with #949A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949A60.

Preview

Color preview on black background

This text has color #949A60 on black background.


Color preview on white background

This text has color #949A60 on white background.


Black color preview on #949A60 background

This text has black color on #949A60 background.


White color preview on #949A60 background

This text has white color on #949A60 background.


Related colors

Complementary color

Complementary color for #hex is #6B659F.


I love getcolorcode.com

Triadic colors

1 #60949A and #9A6094 with #949A60 are triadic colors.

2 #609A94 and #9A9460 with #949A60 are triadic colors.