COLOR #9B725F

HEX: #9B725F RGB: (155,114,95)

Color info

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

RGB color model

#9B725F color RGB value is (155,114,95).

RGB: (155,114,95) (61%, 45%, 37%)

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 95 of 255 = 37%

155
114
95

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

Portions of RGB colors in percentages

R + G + B = 155 + 114 + 95 = 364 (100%)
R 155 of 364 ~ 42.58%
G 114 of 364 ~ 31.32%
B 95 of 364 ~ 26.1'%

%42.58
%31.32
%26.1

CMYK color model

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

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

CMYK: (0,26,39,39)
C0M26Y39K39 (0%, 26%, 39%, 39%)
(0.00 / 0.26 / 0.39 / 0.39)

CMYK percentages

%0
%26.45
%38.71
%39.22

Codes

Color #9B725F in popluar color models

9B 72 5F
RGB 155 114 95
HSL 19° 24.00% 49.02%
HSB/HSV 19° 38.71% 60.78%
CMYK 0.00% 26.45% 38.71%
39.22%

Color #9B725F in popluar number systems.

HEX 9B 72 5F
Decimal 155 114 95
Binary 10011011 1110010 1011111
Octal 233 162 137

Shades and tints

Shades of #9B725F

#9B725F
(155,114,95)
#8D6857
(141,104,87)
#7F5E4F
(127,94,79)
#715447
(113,84,71)
#634A3F
(99,74,63)
#554037
(85,64,55)
#47362F
(71,54,47)
#392C27
(57,44,39)
#2B221F
(43,34,31)
#1D1817
(29,24,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #9B725F

#9B725F
(155,114,95)
#A47E6D
(164,126,109)
#AD8A7B
(173,138,123)
#B69689
(182,150,137)
#BFA297
(191,162,151)
#C8AEA5
(200,174,165)
#D1BAB3
(209,186,179)
#DAC6C1
(218,198,193)
#E3D2CF
(227,210,207)
#ECDEDD
(236,222,221)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B725F; }

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

This text font color is #9B725F.

Background Color

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

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

This div background color is #9B725F.

Border color

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

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

This div border color is #9B725F.

Opacity

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

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

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

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

This text has shadow with #9B725F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B725F.

Preview

Color preview on black background

This text has color #9B725F on black background.


Color preview on white background

This text has color #9B725F on white background.


Black color preview on #9B725F background

This text has black color on #9B725F background.


White color preview on #9B725F background

This text has white color on #9B725F background.


Related colors

Complementary color

Complementary color for #hex is #648DA0.


I love getcolorcode.com

Triadic colors

1 #5F9B72 and #725F9B with #9B725F are triadic colors.

2 #5F729B and #729B5F with #9B725F are triadic colors.