COLOR #9B924F

HEX: #9B924F RGB: (155,146,79)

Color info

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

RGB color model

#9B924F color RGB value is (155,146,79).

RGB: (155,146,79) (61%, 57%, 31%)

RGB channels and saturation

R 155 of 255 = 61%
G 146 of 255 = 57%
B 79 of 255 = 31%

155
146
79

R + G + B ~ 50%. #9B924F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 146 + 79 = 380 (100%)
R 155 of 380 ~ 40.79%
G 146 of 380 ~ 38.42%
B 79 of 380 ~ 20.79'%

%40.79
%38.42
%20.79

CMYK color model

#9B924F color CMYK value is (0,6,49,39).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 49.03%
  • key color value is 39.22%

CMYK: (0,6,49,39)
C0M6Y49K39 (0%, 6%, 49%, 39%)
(0.00 / 0.06 / 0.49 / 0.39)

CMYK percentages

%0
%5.81
%49.03
%39.22

Codes

Color #9B924F in popluar color models

9B 92 4F
RGB 155 146 79
HSL 53° 32.48% 45.88%
HSB/HSV 53° 49.03% 60.78%
CMYK 0.00% 5.81% 49.03%
39.22%

Color #9B924F in popluar number systems.

HEX 9B 92 4F
Decimal 155 146 79
Binary 10011011 10010010 1001111
Octal 233 222 117

Shades and tints

Shades of #9B924F

#9B924F
(155,146,79)
#8D8548
(141,133,72)
#7F7841
(127,120,65)
#716B3A
(113,107,58)
#635E33
(99,94,51)
#55512C
(85,81,44)
#474425
(71,68,37)
#39371E
(57,55,30)
#2B2A17
(43,42,23)
#1D1D10
(29,29,16)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #9B924F

#9B924F
(155,146,79)
#A49B5F
(164,155,95)
#ADA46F
(173,164,111)
#B6AD7F
(182,173,127)
#BFB68F
(191,182,143)
#C8BF9F
(200,191,159)
#D1C8AF
(209,200,175)
#DAD1BF
(218,209,191)
#E3DACF
(227,218,207)
#ECE3DF
(236,227,223)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B924F color. Also use rgb(155,146,79) instead hex code.

Text Font Color

.myTextColor { color: #9B924F; }

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

This text font color is #9B924F.

Background Color

.myBgColor { background-color: #9B924F; }

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

This div background color is #9B924F.

Border color

.myBorderColor { border: 1px solid #9B924F; }

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

This div border color is #9B924F.

Opacity

.myOpacity80 { color: #9B924F; opacity: 0.8; }

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

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

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

This text has shadow with #9B924F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B924F.

Preview

Color preview on black background

This text has color #9B924F on black background.


Color preview on white background

This text has color #9B924F on white background.


Black color preview on #9B924F background

This text has black color on #9B924F background.


White color preview on #9B924F background

This text has white color on #9B924F background.


Related colors

Complementary color

Complementary color for #hex is #646DB0.


I love getcolorcode.com

Triadic colors

1 #4F9B92 and #924F9B with #9B924F are triadic colors.

2 #4F929B and #929B4F with #9B924F are triadic colors.