COLOR #B37968

HEX: #B37968
RGB: (179,121,104)

Color info

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

RGB color model

#B37968 color RGB value is (179,121,104).

  • red value is 179;
  • green value is 121;
  • blue value is 104.
RGB:
(179,121,104)
(70%,47%,41%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 104 of 255 = 41%

179
121
104

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

Portions of RGB colors in percentages

R + G + B =
179 + 121 + 104 = 404 (100%)
R 179 of 404 ~ 44.31%
G 121 of 404 ~ 29.95%
B 104 of 404 ~ 25.74%

%44.31
%29.95
%25.74

CMYK color model

#B37968 color CMYK value is (0,32,42,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 41.90%
  • key color value is 29.80%
CMYK:
(0,32,42,30)
C0M32Y42K30 
(0%,32%,42%,30%)
(0.00/0.32/0.42/0.30)	

CMYK percentages

%0
%32.4
%41.9
%29.8

Codes

Color #B37968 in popluar color models

B37968
RGB179121104
HSL14°33.04%55.49%
HSB/HSV14°41.90%70.20%
CMYK0.00%32.40%41.90%
29.80%

Color #B37968 in popluar number systems.

HEXB37968
Decimal179121104
Binary1011001111110011101000
Octal263171150

Shades and tints

Shades of #B37968

#B37968
(179,121,104)
#A36E5F
(163,110,95)
#936356
(147,99,86)
#83584D
(131,88,77)
#734D44
(115,77,68)
#63423B
(99,66,59)
#533732
(83,55,50)
#432C29
(67,44,41)
#332120
(51,33,32)
#231617
(35,22,23)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #B37968

#B37968
(179,121,104)
#B98575
(185,133,117)
#BF9182
(191,145,130)
#C59D8F
(197,157,143)
#CBA99C
(203,169,156)
#D1B5A9
(209,181,169)
#D7C1B6
(215,193,182)
#DDCDC3
(221,205,195)
#E3D9D0
(227,217,208)
#E9E5DD
(233,229,221)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37968 color. Also use rgb(179,121,104) instead hex code.

Text Font Color

.myTextColor { color: #B37968; }

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

This text font color is #B37968.


Background Color

.myBgColor { background-color: #B37968; }

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

This div background color is #B37968.


Border color

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

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

This div border color is #B37968.


Opacity

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

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

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

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

This text has shadow with #B37968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37968 on black background.


Color preview on white background

This text has color #B37968 on white background.



Black color preview on #B37968 background

This text has black color on #B37968 background.


White color preview on #B37968 background

This text has white color on #B37968 background.