COLOR #949B55

HEX: #949B55
RGB: (148,155,85)

Color info

#949B55 contains mainly red and green colors. Web safe color of #949B55 is #999966 (or #996).

RGB color model

#949B55 color RGB value is (148,155,85).

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

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 85 of 255 = 33%

148
155
85

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

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 85 = 388 (100%)
R 148 of 388 ~ 38.14%
G 155 of 388 ~ 39.95%
B 85 of 388 ~ 21.91%

%38.14
%39.95
%21.91

CMYK color model

#949B55 color CMYK value is (5,0,45,39).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 39.22%
CMYK:
(5,0,45,39)
C5M0Y45K39 
(5%,0%,45%,39%)
(0.05/0.00/0.45/0.39)	

CMYK percentages

%4.52
%0
%45.16
%39.22

Codes

Color #949B55 in popluar color models

949B55
RGB14815585
HSL66°29.17%47.06%
HSB/HSV66°45.16%60.78%
CMYK4.52%0.00%45.16%
39.22%

Color #949B55 in popluar number systems.

HEX949B55
Decimal14815585
Binary10010100100110111010101
Octal224233125

Shades and tints

Shades of #949B55

#949B55
(148,155,85)
#878D4E
(135,141,78)
#7A7F47
(122,127,71)
#6D7140
(109,113,64)
#606339
(96,99,57)
#535532
(83,85,50)
#46472B
(70,71,43)
#393924
(57,57,36)
#2C2B1D
(44,43,29)
#1F1D16
(31,29,22)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #949B55

#949B55
(148,155,85)
#9DA464
(157,164,100)
#A6AD73
(166,173,115)
#AFB682
(175,182,130)
#B8BF91
(184,191,145)
#C1C8A0
(193,200,160)
#CAD1AF
(202,209,175)
#D3DABE
(211,218,190)
#DCE3CD
(220,227,205)
#E5ECDC
(229,236,220)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949B55; }

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

This text font color is #949B55.


Background Color

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

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

This div background color is #949B55.


Border color

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

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

This div border color is #949B55.


Opacity

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

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

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

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

This text has shadow with #949B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949B55 on black background.


Color preview on white background

This text has color #949B55 on white background.



Black color preview on #949B55 background

This text has black color on #949B55 background.


White color preview on #949B55 background

This text has white color on #949B55 background.