COLOR #9B8E3C

HEX: #9B8E3C RGB: (155,142,60)

Color info

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

RGB color model

#9B8E3C color RGB value is (155,142,60).

RGB: (155,142,60) (61%, 56%, 24%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 60 of 255 = 24%

155
142
60

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

Portions of RGB colors in percentages

R + G + B = 155 + 142 + 60 = 357 (100%)
R 155 of 357 ~ 43.42%
G 142 of 357 ~ 39.78%
B 60 of 357 ~ 16.81'%

%43.42
%39.78
%16.81

CMYK color model

#9B8E3C color CMYK value is (0,8,61,39).

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 61.29%
  • key color value is 39.22%

CMYK: (0,8,61,39)
C0M8Y61K39 (0%, 8%, 61%, 39%)
(0.00 / 0.08 / 0.61 / 0.39)

CMYK percentages

%0
%8.39
%61.29
%39.22

Codes

Color #9B8E3C in popluar color models

9B 8E 3C
RGB 155 142 60
HSL 52° 44.19% 42.16%
HSB/HSV 52° 61.29% 60.78%
CMYK 0.00% 8.39% 61.29%
39.22%

Color #9B8E3C in popluar number systems.

HEX 9B 8E 3C
Decimal 155 142 60
Binary 10011011 10001110 111100
Octal 233 216 74

Shades and tints

Shades of #9B8E3C

#9B8E3C
(155,142,60)
#8D8237
(141,130,55)
#7F7632
(127,118,50)
#716A2D
(113,106,45)
#635E28
(99,94,40)
#555223
(85,82,35)
#47461E
(71,70,30)
#393A19
(57,58,25)
#2B2E14
(43,46,20)
#1D220F
(29,34,15)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #9B8E3C

#9B8E3C
(155,142,60)
#A4984D
(164,152,77)
#ADA25E
(173,162,94)
#B6AC6F
(182,172,111)
#BFB680
(191,182,128)
#C8C091
(200,192,145)
#D1CAA2
(209,202,162)
#DAD4B3
(218,212,179)
#E3DEC4
(227,222,196)
#ECE8D5
(236,232,213)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8E3C color. Also use rgb(155,142,60) instead hex code.

Text Font Color

.myTextColor { color: #9B8E3C; }

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

This text font color is #9B8E3C.

Background Color

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

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

This div background color is #9B8E3C.

Border color

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

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

This div border color is #9B8E3C.

Opacity

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

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

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

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

This text has shadow with #9B8E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8E3C.

Preview

Color preview on black background

This text has color #9B8E3C on black background.


Color preview on white background

This text has color #9B8E3C on white background.


Black color preview on #9B8E3C background

This text has black color on #9B8E3C background.


White color preview on #9B8E3C background

This text has white color on #9B8E3C background.


Related colors

Complementary color

Complementary color for #hex is #6471C3.


I love getcolorcode.com

Triadic colors

1 #3C9B8E and #8E3C9B with #9B8E3C are triadic colors.

2 #3C8E9B and #8E9B3C with #9B8E3C are triadic colors.