COLOR #B37377

HEX: #B37377
RGB: (179,115,119)

Color info

#B37377 contains mainly red color. Web safe color of #B37377 is #996666 (or #966).

RGB color model

#B37377 color RGB value is (179,115,119).

  • red value is 179;
  • green value is 115;
  • blue value is 119.
RGB:
(179,115,119)
(70%,45%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 119 of 255 = 47%

179
115
119

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 119 = 413 (100%)
R 179 of 413 ~ 43.34%
G 115 of 413 ~ 27.85%
B 119 of 413 ~ 28.81%

%43.34
%27.85
%28.81

CMYK color model

#B37377 color CMYK value is (0,36,34,30).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(0,36,34,30)
C0M36Y34K30 
(0%,36%,34%,30%)
(0.00/0.36/0.34/0.30)	

CMYK percentages

%0
%35.75
%33.52
%29.8

Codes

Color #B37377 in popluar color models

B37377
RGB179115119
HSL356°29.63%57.65%
HSB/HSV356°35.75%70.20%
CMYK0.00%35.75%33.52%
29.80%

Color #B37377 in popluar number systems.

HEXB37377
Decimal179115119
Binary1011001111100111110111
Octal263163167

Shades and tints

Shades of #B37377

#B37377
(179,115,119)
#A3696D
(163,105,109)
#935F63
(147,95,99)
#835559
(131,85,89)
#734B4F
(115,75,79)
#634145
(99,65,69)
#53373B
(83,55,59)
#432D31
(67,45,49)
#332327
(51,35,39)
#23191D
(35,25,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #B37377

#B37377
(179,115,119)
#B97F83
(185,127,131)
#BF8B8F
(191,139,143)
#C5979B
(197,151,155)
#CBA3A7
(203,163,167)
#D1AFB3
(209,175,179)
#D7BBBF
(215,187,191)
#DDC7CB
(221,199,203)
#E3D3D7
(227,211,215)
#E9DFE3
(233,223,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37377 color. Also use rgb(179,115,119) instead hex code.

Text Font Color

.myTextColor { color: #B37377; }

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

This text font color is #B37377.


Background Color

.myBgColor { background-color: #B37377; }

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

This div background color is #B37377.


Border color

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

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

This div border color is #B37377.


Opacity

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

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

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

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

This text has shadow with #B37377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37377 on black background.


Color preview on white background

This text has color #B37377 on white background.



Black color preview on #B37377 background

This text has black color on #B37377 background.


White color preview on #B37377 background

This text has white color on #B37377 background.