COLOR #909D4C

HEX: #909D4C RGB: (144,157,76)

Color info

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

RGB color model

#909D4C color RGB value is (144,157,76).

RGB: (144,157,76) (56%, 62%, 30%)

RGB channels and saturation

R 144 of 255 = 56%
G 157 of 255 = 62%
B 76 of 255 = 30%

144
157
76

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

Portions of RGB colors in percentages

R + G + B = 144 + 157 + 76 = 377 (100%)
R 144 of 377 ~ 38.2%
G 157 of 377 ~ 41.64%
B 76 of 377 ~ 20.16'%

%38.2
%41.64
%20.16

CMYK color model

#909D4C color CMYK value is (8,0,52,38).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 51.59%
  • key color value is 38.43%

CMYK: (8,0,52,38)
C8M0Y52K38 (8%, 0%, 52%, 38%)
(0.08 / 0.00 / 0.52 / 0.38)

CMYK percentages

%8.28
%0
%51.59
%38.43

Codes

Color #909D4C in popluar color models

90 9D 4C
RGB 144 157 76
HSL 70° 34.76% 45.69%
HSB/HSV 70° 51.59% 61.57%
CMYK 8.28% 0.00% 51.59%
38.43%

Color #909D4C in popluar number systems.

HEX 90 9D 4C
Decimal 144 157 76
Binary 10010000 10011101 1001100
Octal 220 235 114

Shades and tints

Shades of #909D4C

#909D4C
(144,157,76)
#838F46
(131,143,70)
#768140
(118,129,64)
#69733A
(105,115,58)
#5C6534
(92,101,52)
#4F572E
(79,87,46)
#424928
(66,73,40)
#353B22
(53,59,34)
#282D1C
(40,45,28)
#1B1F16
(27,31,22)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #909D4C

#909D4C
(144,157,76)
#9AA55C
(154,165,92)
#A4AD6C
(164,173,108)
#AEB57C
(174,181,124)
#B8BD8C
(184,189,140)
#C2C59C
(194,197,156)
#CCCDAC
(204,205,172)
#D6D5BC
(214,213,188)
#E0DDCC
(224,221,204)
#EAE5DC
(234,229,220)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909D4C color. Also use rgb(144,157,76) instead hex code.

Text Font Color

.myTextColor { color: #909D4C; }

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

This text font color is #909D4C.

Background Color

.myBgColor { background-color: #909D4C; }

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

This div background color is #909D4C.

Border color

.myBorderColor { border: 1px solid #909D4C; }

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

This div border color is #909D4C.

Opacity

.myOpacity80 { color: #909D4C; opacity: 0.8; }

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

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

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

This text has shadow with #909D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #909D4C.

Preview

Color preview on black background

This text has color #909D4C on black background.


Color preview on white background

This text has color #909D4C on white background.


Black color preview on #909D4C background

This text has black color on #909D4C background.


White color preview on #909D4C background

This text has white color on #909D4C background.


Related colors

Complementary color

Complementary color for #hex is #6F62B3.


I love getcolorcode.com

Triadic colors

1 #4C909D and #9D4C90 with #909D4C are triadic colors.

2 #4C9D90 and #9D904C with #909D4C are triadic colors.