COLOR #949049

HEX: #949049
RGB: (148,144,73)

Color info

#949049 contains mainly red and green colors. Web safe color of #949049 is #999933 (or #993).

RGB color model

#949049 color RGB value is (148,144,73).

  • red value is 148;
  • green value is 144;
  • blue value is 73.
RGB:
(148,144,73)
(58%,56%,29%)

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 73 of 255 = 29%

148
144
73

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

Portions of RGB colors in percentages

R + G + B =
148 + 144 + 73 = 365 (100%)
R 148 of 365 ~ 40.55%
G 144 of 365 ~ 39.45%
B 73 of 365 ~ 20%

%40.55
%39.45
%20

CMYK color model

#949049 color CMYK value is (0,3,51,42).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 50.68%
  • key color value is 41.96%
CMYK:
(0,3,51,42)
C0M3Y51K42 
(0%,3%,51%,42%)
(0.00/0.03/0.51/0.42)	

CMYK percentages

%0
%2.7
%50.68
%41.96

Codes

Color #949049 in popluar color models

949049
RGB14814473
HSL57°33.94%43.33%
HSB/HSV57°50.68%58.04%
CMYK0.00%2.70%50.68%
41.96%

Color #949049 in popluar number systems.

HEX949049
Decimal14814473
Binary10010100100100001001001
Octal224220111

Shades and tints

Shades of #949049

#949049
(148,144,73)
#878343
(135,131,67)
#7A763D
(122,118,61)
#6D6937
(109,105,55)
#605C31
(96,92,49)
#534F2B
(83,79,43)
#464225
(70,66,37)
#39351F
(57,53,31)
#2C2819
(44,40,25)
#1F1B13
(31,27,19)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #949049

#949049
(148,144,73)
#9D9A59
(157,154,89)
#A6A469
(166,164,105)
#AFAE79
(175,174,121)
#B8B889
(184,184,137)
#C1C299
(193,194,153)
#CACCA9
(202,204,169)
#D3D6B9
(211,214,185)
#DCE0C9
(220,224,201)
#E5EAD9
(229,234,217)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949049 color. Also use rgb(148,144,73) instead hex code.

Text Font Color

.myTextColor { color: #949049; }

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

This text font color is #949049.


Background Color

.myBgColor { background-color: #949049; }

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

This div background color is #949049.


Border color

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

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

This div border color is #949049.


Opacity

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

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

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

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

This text has shadow with #949049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949049 on black background.


Color preview on white background

This text has color #949049 on white background.



Black color preview on #949049 background

This text has black color on #949049 background.


White color preview on #949049 background

This text has white color on #949049 background.