COLOR #959522

HEX: #959522 RGB: (149,149,34)

Color info

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

RGB color model

#959522 color RGB value is (149,149,34).

RGB: (149,149,34) (58%, 58%, 13%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 34 of 255 = 13%

149
149
34

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

Portions of RGB colors in percentages

R + G + B = 149 + 149 + 34 = 332 (100%)
R 149 of 332 ~ 44.88%
G 149 of 332 ~ 44.88%
B 34 of 332 ~ 10.24'%

%44.88
%44.88

CMYK color model

#959522 color CMYK value is (0,0,77,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 77.18%
  • key color value is 41.57%

CMYK: (0,0,77,42)
C0M0Y77K42 (0%, 0%, 77%, 42%)
(0.00 / 0.00 / 0.77 / 0.42)

CMYK percentages

%0
%0
%77.18
%41.57

Codes

Color #959522 in popluar color models

95 95 22
RGB 149 149 34
HSL 60° 62.84% 35.88%
HSB/HSV 60° 77.18% 58.43%
CMYK 0.00% 0.00% 77.18%
41.57%

Color #959522 in popluar number systems.

HEX 95 95 22
Decimal 149 149 34
Binary 10010101 10010101 100010
Octal 225 225 42

Shades and tints

Shades of #959522

#959522
(149,149,34)
#88881F
(136,136,31)
#7B7B1C
(123,123,28)
#6E6E19
(110,110,25)
#616116
(97,97,22)
#545413
(84,84,19)
#474710
(71,71,16)
#3A3A0D
(58,58,13)
#2D2D0A
(45,45,10)
#202007
(32,32,7)
#131304
(19,19,4)
#000000
(0,0,0)

Tints of #959522

#959522
(149,149,34)
#9E9E36
(158,158,54)
#A7A74A
(167,167,74)
#B0B05E
(176,176,94)
#B9B972
(185,185,114)
#C2C286
(194,194,134)
#CBCB9A
(203,203,154)
#D4D4AE
(212,212,174)
#DDDDC2
(221,221,194)
#E6E6D6
(230,230,214)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959522; }

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

This text font color is #959522.

Background Color

.myBgColor { background-color: #959522; }

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

This div background color is #959522.

Border color

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

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

This div border color is #959522.

Opacity

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

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

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

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

This text has shadow with #959522 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959522.

Preview

Color preview on black background

This text has color #959522 on black background.


Color preview on white background

This text has color #959522 on white background.


Black color preview on #959522 background

This text has black color on #959522 background.


White color preview on #959522 background

This text has white color on #959522 background.


Related colors

Complementary color

Complementary color for #hex is #6A6ADD.


I love getcolorcode.com