COLOR #9B7254

HEX: #9B7254 RGB: (155,114,84)

Color info

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

RGB color model

#9B7254 color RGB value is (155,114,84).

RGB: (155,114,84) (61%, 45%, 33%)

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 84 of 255 = 33%

155
114
84

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

Portions of RGB colors in percentages

R + G + B = 155 + 114 + 84 = 353 (100%)
R 155 of 353 ~ 43.91%
G 114 of 353 ~ 32.29%
B 84 of 353 ~ 23.8'%

%43.91
%32.29
%23.8

CMYK color model

#9B7254 color CMYK value is (0,26,46,39).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 45.81%
  • key color value is 39.22%

CMYK: (0,26,46,39)
C0M26Y46K39 (0%, 26%, 46%, 39%)
(0.00 / 0.26 / 0.46 / 0.39)

CMYK percentages

%0
%26.45
%45.81
%39.22

Codes

Color #9B7254 in popluar color models

9B 72 54
RGB 155 114 84
HSL 25° 29.71% 46.86%
HSB/HSV 25° 45.81% 60.78%
CMYK 0.00% 26.45% 45.81%
39.22%

Color #9B7254 in popluar number systems.

HEX 9B 72 54
Decimal 155 114 84
Binary 10011011 1110010 1010100
Octal 233 162 124

Shades and tints

Shades of #9B7254

#9B7254
(155,114,84)
#8D684D
(141,104,77)
#7F5E46
(127,94,70)
#71543F
(113,84,63)
#634A38
(99,74,56)
#554031
(85,64,49)
#47362A
(71,54,42)
#392C23
(57,44,35)
#2B221C
(43,34,28)
#1D1815
(29,24,21)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #9B7254

#9B7254
(155,114,84)
#A47E63
(164,126,99)
#AD8A72
(173,138,114)
#B69681
(182,150,129)
#BFA290
(191,162,144)
#C8AE9F
(200,174,159)
#D1BAAE
(209,186,174)
#DAC6BD
(218,198,189)
#E3D2CC
(227,210,204)
#ECDEDB
(236,222,219)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7254 color. Also use rgb(155,114,84) instead hex code.

Text Font Color

.myTextColor { color: #9B7254; }

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

This text font color is #9B7254.

Background Color

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

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

This div background color is #9B7254.

Border color

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

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

This div border color is #9B7254.

Opacity

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

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

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

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

This text has shadow with #9B7254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7254.

Preview

Color preview on black background

This text has color #9B7254 on black background.


Color preview on white background

This text has color #9B7254 on white background.


Black color preview on #9B7254 background

This text has black color on #9B7254 background.


White color preview on #9B7254 background

This text has white color on #9B7254 background.


Related colors

Complementary color

Complementary color for #hex is #648DAB.


I love getcolorcode.com

Triadic colors

1 #549B72 and #72549B with #9B7254 are triadic colors.

2 #54729B and #729B54 with #9B7254 are triadic colors.