COLOR #949147

HEX: #949147
RGB: (148,145,71)

Color info

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

RGB color model

#949147 color RGB value is (148,145,71).

  • red value is 148;
  • green value is 145;
  • blue value is 71.
RGB:
(148,145,71)
(58%,57%,28%)

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 71 of 255 = 28%

148
145
71

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 71 = 364 (100%)
R 148 of 364 ~ 40.66%
G 145 of 364 ~ 39.84%
B 71 of 364 ~ 19.51%

%40.66
%39.84
%19.51

CMYK color model

#949147 color CMYK value is (0,2,52,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 52.03%
  • key color value is 41.96%
CMYK:
(0,2,52,42)
C0M2Y52K42 
(0%,2%,52%,42%)
(0.00/0.02/0.52/0.42)	

CMYK percentages

%0
%2.03
%52.03
%41.96

Codes

Color #949147 in popluar color models

949147
RGB14814571
HSL58°35.16%42.94%
HSB/HSV58°52.03%58.04%
CMYK0.00%2.03%52.03%
41.96%

Color #949147 in popluar number systems.

HEX949147
Decimal14814571
Binary10010100100100011000111
Octal224221107

Shades and tints

Shades of #949147

#949147
(148,145,71)
#878441
(135,132,65)
#7A773B
(122,119,59)
#6D6A35
(109,106,53)
#605D2F
(96,93,47)
#535029
(83,80,41)
#464323
(70,67,35)
#39361D
(57,54,29)
#2C2917
(44,41,23)
#1F1C11
(31,28,17)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #949147

#949147
(148,145,71)
#9D9B57
(157,155,87)
#A6A567
(166,165,103)
#AFAF77
(175,175,119)
#B8B987
(184,185,135)
#C1C397
(193,195,151)
#CACDA7
(202,205,167)
#D3D7B7
(211,215,183)
#DCE1C7
(220,225,199)
#E5EBD7
(229,235,215)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949147 color. Also use rgb(148,145,71) instead hex code.

Text Font Color

.myTextColor { color: #949147; }

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

This text font color is #949147.


Background Color

.myBgColor { background-color: #949147; }

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

This div background color is #949147.


Border color

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

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

This div border color is #949147.


Opacity

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

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

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

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

This text has shadow with #949147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949147 on black background.


Color preview on white background

This text has color #949147 on white background.



Black color preview on #949147 background

This text has black color on #949147 background.


White color preview on #949147 background

This text has white color on #949147 background.