COLOR #959244

HEX: #959244
RGB: (149,146,68)

Color info

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

RGB color model

#959244 color RGB value is (149,146,68).

  • red value is 149;
  • green value is 146;
  • blue value is 68.
RGB:
(149,146,68)
(58%,57%,27%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 68 of 255 = 27%

149
146
68

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

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 68 = 363 (100%)
R 149 of 363 ~ 41.05%
G 146 of 363 ~ 40.22%
B 68 of 363 ~ 18.73%

%41.05
%40.22
%18.73

CMYK color model

#959244 color CMYK value is (0,2,54,42).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 54.36%
  • key color value is 41.57%
CMYK:
(0,2,54,42)
C0M2Y54K42 
(0%,2%,54%,42%)
(0.00/0.02/0.54/0.42)	

CMYK percentages

%0
%2.01
%54.36
%41.57

Codes

Color #959244 in popluar color models

959244
RGB14914668
HSL58°37.33%42.55%
HSB/HSV58°54.36%58.43%
CMYK0.00%2.01%54.36%
41.57%

Color #959244 in popluar number systems.

HEX959244
Decimal14914668
Binary10010101100100101000100
Octal225222104

Shades and tints

Shades of #959244

#959244
(149,146,68)
#88853E
(136,133,62)
#7B7838
(123,120,56)
#6E6B32
(110,107,50)
#615E2C
(97,94,44)
#545126
(84,81,38)
#474420
(71,68,32)
#3A371A
(58,55,26)
#2D2A14
(45,42,20)
#201D0E
(32,29,14)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #959244

#959244
(149,146,68)
#9E9B55
(158,155,85)
#A7A466
(167,164,102)
#B0AD77
(176,173,119)
#B9B688
(185,182,136)
#C2BF99
(194,191,153)
#CBC8AA
(203,200,170)
#D4D1BB
(212,209,187)
#DDDACC
(221,218,204)
#E6E3DD
(230,227,221)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959244 color. Also use rgb(149,146,68) instead hex code.

Text Font Color

.myTextColor { color: #959244; }

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

This text font color is #959244.


Background Color

.myBgColor { background-color: #959244; }

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

This div background color is #959244.


Border color

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

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

This div border color is #959244.


Opacity

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

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

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

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

This text has shadow with #959244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959244 on black background.


Color preview on white background

This text has color #959244 on white background.



Black color preview on #959244 background

This text has black color on #959244 background.


White color preview on #959244 background

This text has white color on #959244 background.