COLOR #949139

HEX: #949139
RGB: (148,145,57)

Color info

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

RGB color model

#949139 color RGB value is (148,145,57).

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

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 57 of 255 = 22%

148
145
57

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 57 = 350 (100%)
R 148 of 350 ~ 42.29%
G 145 of 350 ~ 41.43%
B 57 of 350 ~ 16.29%

%42.29
%41.43
%16.29

CMYK color model

#949139 color CMYK value is (0,2,61,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 61.49%
  • key color value is 41.96%
CMYK:
(0,2,61,42)
C0M2Y61K42 
(0%,2%,61%,42%)
(0.00/0.02/0.61/0.42)	

CMYK percentages

%0
%2.03
%61.49
%41.96

Codes

Color #949139 in popluar color models

949139
RGB14814557
HSL58°44.39%40.20%
HSB/HSV58°61.49%58.04%
CMYK0.00%2.03%61.49%
41.96%

Color #949139 in popluar number systems.

HEX949139
Decimal14814557
Binary1001010010010001111001
Octal22422171

Shades and tints

Shades of #949139

#949139
(148,145,57)
#878434
(135,132,52)
#7A772F
(122,119,47)
#6D6A2A
(109,106,42)
#605D25
(96,93,37)
#535020
(83,80,32)
#46431B
(70,67,27)
#393616
(57,54,22)
#2C2911
(44,41,17)
#1F1C0C
(31,28,12)
#120F07
(18,15,7)
#000000
(0,0,0)

Tints of #949139

#949139
(148,145,57)
#9D9B4B
(157,155,75)
#A6A55D
(166,165,93)
#AFAF6F
(175,175,111)
#B8B981
(184,185,129)
#C1C393
(193,195,147)
#CACDA5
(202,205,165)
#D3D7B7
(211,215,183)
#DCE1C9
(220,225,201)
#E5EBDB
(229,235,219)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949139; }

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

This text font color is #949139.


Background Color

.myBgColor { background-color: #949139; }

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

This div background color is #949139.


Border color

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

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

This div border color is #949139.


Opacity

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

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

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

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

This text has shadow with #949139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949139 on black background.


Color preview on white background

This text has color #949139 on white background.



Black color preview on #949139 background

This text has black color on #949139 background.


White color preview on #949139 background

This text has white color on #949139 background.