COLOR #B37D7B

HEX: #B37D7B RGB: (179,125,123)

Color info

#B37D7B contains red, green and blue colors in about the same proportion. Web safe color of #B37D7B is #996666 (or #966).

RGB color model

#B37D7B color RGB value is (179,125,123).

RGB: (179,125,123) (70%, 49%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 125 of 255 = 49%
B 123 of 255 = 48%

179
125
123

R + G + B ~ 56%. #B37D7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 179 + 125 + 123 = 427 (100%)
R 179 of 427 ~ 41.92%
G 125 of 427 ~ 29.27%
B 123 of 427 ~ 28.81'%

%41.92
%29.27
%28.81

CMYK color model

#B37D7B color CMYK value is (0,30,31,30).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 31.28%
  • key color value is 29.80%

CMYK: (0,30,31,30)
C0M30Y31K30 (0%, 30%, 31%, 30%)
(0.00 / 0.30 / 0.31 / 0.30)

CMYK percentages

%0
%30.17
%31.28
%29.8

Codes

Color #B37D7B in popluar color models

B3 7D 7B
RGB 179 125 123
HSL 26.92% 59.22%
HSB/HSV 31.28% 70.20%
CMYK 0.00% 30.17% 31.28%
29.80%

Color #B37D7B in popluar number systems.

HEX B3 7D 7B
Decimal 179 125 123
Binary 10110011 1111101 1111011
Octal 263 175 173

Shades and tints

Shades of #B37D7B

#B37D7B
(179,125,123)
#A37270
(163,114,112)
#936765
(147,103,101)
#835C5A
(131,92,90)
#73514F
(115,81,79)
#634644
(99,70,68)
#533B39
(83,59,57)
#43302E
(67,48,46)
#332523
(51,37,35)
#231A18
(35,26,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #B37D7B

#B37D7B
(179,125,123)
#B98887
(185,136,135)
#BF9393
(191,147,147)
#C59E9F
(197,158,159)
#CBA9AB
(203,169,171)
#D1B4B7
(209,180,183)
#D7BFC3
(215,191,195)
#DDCACF
(221,202,207)
#E3D5DB
(227,213,219)
#E9E0E7
(233,224,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37D7B color. Also use rgb(179,125,123) instead hex code.

Text Font Color

.myTextColor { color: #B37D7B; }

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

This text font color is #B37D7B.

Background Color

.myBgColor { background-color: #B37D7B; }

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

This div background color is #B37D7B.

Border color

.myBorderColor { border: 1px solid #B37D7B; }

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

This div border color is #B37D7B.

Opacity

.myOpacity80 { color: #B37D7B; opacity: 0.8; }

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

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

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

This text has shadow with #B37D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37D7B.

Preview

Color preview on black background

This text has color #B37D7B on black background.


Color preview on white background

This text has color #B37D7B on white background.


Black color preview on #B37D7B background

This text has black color on #B37D7B background.


White color preview on #B37D7B background

This text has white color on #B37D7B background.


Related colors

Complementary color

Complementary color for #hex is #4C8284.


I love getcolorcode.com

Triadic colors

1 #7BB37D and #7D7BB3 with #B37D7B are triadic colors.

2 #7B7DB3 and #7DB37B with #B37D7B are triadic colors.