COLOR #9B7C53

HEX: #9B7C53
RGB: (155,124,83)

Color info

#9B7C53 contains mainly red and green colors. Web safe color of #9B7C53 is #996666 (or #966).

RGB color model

#9B7C53 color RGB value is (155,124,83).

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

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 83 of 255 = 33%

155
124
83

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

Portions of RGB colors in percentages

R + G + B =
155 + 124 + 83 = 362 (100%)
R 155 of 362 ~ 42.82%
G 124 of 362 ~ 34.25%
B 83 of 362 ~ 22.93%

%42.82
%34.25
%22.93

CMYK color model

#9B7C53 color CMYK value is (0,20,46,39).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 46.45%
  • key color value is 39.22%
CMYK:
(0,20,46,39)
C0M20Y46K39 
(0%,20%,46%,39%)
(0.00/0.20/0.46/0.39)	

CMYK percentages

%0
%20
%46.45
%39.22

Codes

Color #9B7C53 in popluar color models

9B7C53
RGB15512483
HSL34°30.25%46.67%
HSB/HSV34°46.45%60.78%
CMYK0.00%20.00%46.45%
39.22%

Color #9B7C53 in popluar number systems.

HEX9B7C53
Decimal15512483
Binary1001101111111001010011
Octal233174123

Shades and tints

Shades of #9B7C53

#9B7C53
(155,124,83)
#8D714C
(141,113,76)
#7F6645
(127,102,69)
#715B3E
(113,91,62)
#635037
(99,80,55)
#554530
(85,69,48)
#473A29
(71,58,41)
#392F22
(57,47,34)
#2B241B
(43,36,27)
#1D1914
(29,25,20)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #9B7C53

#9B7C53
(155,124,83)
#A48762
(164,135,98)
#AD9271
(173,146,113)
#B69D80
(182,157,128)
#BFA88F
(191,168,143)
#C8B39E
(200,179,158)
#D1BEAD
(209,190,173)
#DAC9BC
(218,201,188)
#E3D4CB
(227,212,203)
#ECDFDA
(236,223,218)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7C53; }

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

This text font color is #9B7C53.


Background Color

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

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

This div background color is #9B7C53.


Border color

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

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

This div border color is #9B7C53.


Opacity

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

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

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

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

This text has shadow with #9B7C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7C53 on black background.


Color preview on white background

This text has color #9B7C53 on white background.



Black color preview on #9B7C53 background

This text has black color on #9B7C53 background.


White color preview on #9B7C53 background

This text has white color on #9B7C53 background.