COLOR #B3748B

HEX: #B3748B
RGB: (179,116,139)

Color info

#B3748B contains mainly red and blue colors. Web safe color of #B3748B is #996699 (or #969).

RGB color model

#B3748B color RGB value is (179,116,139).

  • red value is 179;
  • green value is 116;
  • blue value is 139.
RGB:
(179,116,139)
(70%,45%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 139 of 255 = 55%

179
116
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 116 + 139 = 434 (100%)
R 179 of 434 ~ 41.24%
G 116 of 434 ~ 26.73%
B 139 of 434 ~ 32.03%

%41.24
%26.73
%32.03

CMYK color model

#B3748B color CMYK value is (0,35,22,30).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 22.35%
  • key color value is 29.80%
CMYK:
(0,35,22,30)
C0M35Y22K30 
(0%,35%,22%,30%)
(0.00/0.35/0.22/0.30)	

CMYK percentages

%0
%35.2
%22.35
%29.8

Codes

Color #B3748B in popluar color models

B3748B
RGB179116139
HSL338°29.30%57.84%
HSB/HSV338°35.20%70.20%
CMYK0.00%35.20%22.35%
29.80%

Color #B3748B in popluar number systems.

HEXB3748B
Decimal179116139
Binary10110011111010010001011
Octal263164213

Shades and tints

Shades of #B3748B

#B3748B
(179,116,139)
#A36A7F
(163,106,127)
#936073
(147,96,115)
#835667
(131,86,103)
#734C5B
(115,76,91)
#63424F
(99,66,79)
#533843
(83,56,67)
#432E37
(67,46,55)
#33242B
(51,36,43)
#231A1F
(35,26,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B3748B

#B3748B
(179,116,139)
#B98095
(185,128,149)
#BF8C9F
(191,140,159)
#C598A9
(197,152,169)
#CBA4B3
(203,164,179)
#D1B0BD
(209,176,189)
#D7BCC7
(215,188,199)
#DDC8D1
(221,200,209)
#E3D4DB
(227,212,219)
#E9E0E5
(233,224,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3748B color. Also use rgb(179,116,139) instead hex code.

Text Font Color

.myTextColor { color: #B3748B; }

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

This text font color is #B3748B.


Background Color

.myBgColor { background-color: #B3748B; }

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

This div background color is #B3748B.


Border color

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

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

This div border color is #B3748B.


Opacity

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

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

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

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

This text has shadow with #B3748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3748B on black background.


Color preview on white background

This text has color #B3748B on white background.



Black color preview on #B3748B background

This text has black color on #B3748B background.


White color preview on #B3748B background

This text has white color on #B3748B background.