COLOR #949A75

HEX: #949A75
RGB: (148,154,117)

Color info

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

RGB color model

#949A75 color RGB value is (148,154,117).

  • red value is 148;
  • green value is 154;
  • blue value is 117.
RGB:
(148,154,117)
(58%,60%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 117 of 255 = 46%

148
154
117

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 117 = 419 (100%)
R 148 of 419 ~ 35.32%
G 154 of 419 ~ 36.75%
B 117 of 419 ~ 27.92%

%35.32
%36.75
%27.92

CMYK color model

#949A75 color CMYK value is (4,0,24,40).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 39.61%
CMYK:
(4,0,24,40)
C4M0Y24K40 
(4%,0%,24%,40%)
(0.04/0.00/0.24/0.40)	

CMYK percentages

%3.9
%0
%24.03
%39.61

Codes

Color #949A75 in popluar color models

949A75
RGB148154117
HSL70°15.48%53.14%
HSB/HSV70°24.03%60.39%
CMYK3.90%0.00%24.03%
39.61%

Color #949A75 in popluar number systems.

HEX949A75
Decimal148154117
Binary10010100100110101110101
Octal224232165

Shades and tints

Shades of #949A75

#949A75
(148,154,117)
#878C6B
(135,140,107)
#7A7E61
(122,126,97)
#6D7057
(109,112,87)
#60624D
(96,98,77)
#535443
(83,84,67)
#464639
(70,70,57)
#39382F
(57,56,47)
#2C2A25
(44,42,37)
#1F1C1B
(31,28,27)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #949A75

#949A75
(148,154,117)
#9DA381
(157,163,129)
#A6AC8D
(166,172,141)
#AFB599
(175,181,153)
#B8BEA5
(184,190,165)
#C1C7B1
(193,199,177)
#CAD0BD
(202,208,189)
#D3D9C9
(211,217,201)
#DCE2D5
(220,226,213)
#E5EBE1
(229,235,225)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949A75; }

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

This text font color is #949A75.


Background Color

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

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

This div background color is #949A75.


Border color

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

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

This div border color is #949A75.


Opacity

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

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

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

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

This text has shadow with #949A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949A75 on black background.


Color preview on white background

This text has color #949A75 on white background.



Black color preview on #949A75 background

This text has black color on #949A75 background.


White color preview on #949A75 background

This text has white color on #949A75 background.