COLOR #949B46

HEX: #949B46
RGB: (148,155,70)

Color info

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

RGB color model

#949B46 color RGB value is (148,155,70).

  • red value is 148;
  • green value is 155;
  • blue value is 70.
RGB:
(148,155,70)
(58%,61%,27%)

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 70 of 255 = 27%

148
155
70

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

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 70 = 373 (100%)
R 148 of 373 ~ 39.68%
G 155 of 373 ~ 41.55%
B 70 of 373 ~ 18.77%

%39.68
%41.55
%18.77

CMYK color model

#949B46 color CMYK value is (5,0,55,39).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 39.22%
CMYK:
(5,0,55,39)
C5M0Y55K39 
(5%,0%,55%,39%)
(0.05/0.00/0.55/0.39)	

CMYK percentages

%4.52
%0
%54.84
%39.22

Codes

Color #949B46 in popluar color models

949B46
RGB14815570
HSL65°37.78%44.12%
HSB/HSV65°54.84%60.78%
CMYK4.52%0.00%54.84%
39.22%

Color #949B46 in popluar number systems.

HEX949B46
Decimal14815570
Binary10010100100110111000110
Octal224233106

Shades and tints

Shades of #949B46

#949B46
(148,155,70)
#878D40
(135,141,64)
#7A7F3A
(122,127,58)
#6D7134
(109,113,52)
#60632E
(96,99,46)
#535528
(83,85,40)
#464722
(70,71,34)
#39391C
(57,57,28)
#2C2B16
(44,43,22)
#1F1D10
(31,29,16)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #949B46

#949B46
(148,155,70)
#9DA456
(157,164,86)
#A6AD66
(166,173,102)
#AFB676
(175,182,118)
#B8BF86
(184,191,134)
#C1C896
(193,200,150)
#CAD1A6
(202,209,166)
#D3DAB6
(211,218,182)
#DCE3C6
(220,227,198)
#E5ECD6
(229,236,214)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949B46 color. Also use rgb(148,155,70) instead hex code.

Text Font Color

.myTextColor { color: #949B46; }

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

This text font color is #949B46.


Background Color

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

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

This div background color is #949B46.


Border color

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

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

This div border color is #949B46.


Opacity

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

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

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

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

This text has shadow with #949B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949B46 on black background.


Color preview on white background

This text has color #949B46 on white background.



Black color preview on #949B46 background

This text has black color on #949B46 background.


White color preview on #949B46 background

This text has white color on #949B46 background.