COLOR #9B8453

HEX: #9B8453
RGB: (155,132,83)

Color info

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

RGB color model

#9B8453 color RGB value is (155,132,83).

  • red value is 155;
  • green value is 132;
  • blue value is 83.
RGB:
(155,132,83)
(61%,52%,33%)

RGB channels and saturation

R 155 of 255 = 61%
G 132 of 255 = 52%
B 83 of 255 = 33%

155
132
83

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

Portions of RGB colors in percentages

R + G + B =
155 + 132 + 83 = 370 (100%)
R 155 of 370 ~ 41.89%
G 132 of 370 ~ 35.68%
B 83 of 370 ~ 22.43%

%41.89
%35.68
%22.43

CMYK color model

#9B8453 color CMYK value is (0,15,46,39).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 46.45%
  • key color value is 39.22%
CMYK:
(0,15,46,39)
C0M15Y46K39 
(0%,15%,46%,39%)
(0.00/0.15/0.46/0.39)	

CMYK percentages

%0
%14.84
%46.45
%39.22

Codes

Color #9B8453 in popluar color models

9B8453
RGB15513283
HSL41°30.25%46.67%
HSB/HSV41°46.45%60.78%
CMYK0.00%14.84%46.45%
39.22%

Color #9B8453 in popluar number systems.

HEX9B8453
Decimal15513283
Binary10011011100001001010011
Octal233204123

Shades and tints

Shades of #9B8453

#9B8453
(155,132,83)
#8D784C
(141,120,76)
#7F6C45
(127,108,69)
#71603E
(113,96,62)
#635437
(99,84,55)
#554830
(85,72,48)
#473C29
(71,60,41)
#393022
(57,48,34)
#2B241B
(43,36,27)
#1D1814
(29,24,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #9B8453

#9B8453
(155,132,83)
#A48F62
(164,143,98)
#AD9A71
(173,154,113)
#B6A580
(182,165,128)
#BFB08F
(191,176,143)
#C8BB9E
(200,187,158)
#D1C6AD
(209,198,173)
#DAD1BC
(218,209,188)
#E3DCCB
(227,220,203)
#ECE7DA
(236,231,218)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8453 color. Also use rgb(155,132,83) instead hex code.

Text Font Color

.myTextColor { color: #9B8453; }

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

This text font color is #9B8453.


Background Color

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

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

This div background color is #9B8453.


Border color

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

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

This div border color is #9B8453.


Opacity

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

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

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

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

This text has shadow with #9B8453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8453 on black background.


Color preview on white background

This text has color #9B8453 on white background.



Black color preview on #9B8453 background

This text has black color on #9B8453 background.


White color preview on #9B8453 background

This text has white color on #9B8453 background.