COLOR #B3758B

HEX: #B3758B
RGB: (179,117,139)

Color info

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

RGB color model

#B3758B color RGB value is (179,117,139).

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

RGB channels and saturation

R 179 of 255 = 70%
G 117 of 255 = 46%
B 139 of 255 = 55%

179
117
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 117 + 139 = 435 (100%)
R 179 of 435 ~ 41.15%
G 117 of 435 ~ 26.9%
B 139 of 435 ~ 31.95%

%41.15
%26.9
%31.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.64%
  • 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
%34.64
%22.35
%29.8

Codes

Color #B3758B in popluar color models

B3758B
RGB179117139
HSL339°28.97%58.04%
HSB/HSV339°34.64%70.20%
CMYK0.00%34.64%22.35%
29.80%

Color #B3758B in popluar number systems.

HEXB3758B
Decimal179117139
Binary10110011111010110001011
Octal263165213

Shades and tints

Shades of #B3758B

#B3758B
(179,117,139)
#A36B7F
(163,107,127)
#936173
(147,97,115)
#835767
(131,87,103)
#734D5B
(115,77,91)
#63434F
(99,67,79)
#533943
(83,57,67)
#432F37
(67,47,55)
#33252B
(51,37,43)
#231B1F
(35,27,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #B3758B

#B3758B
(179,117,139)
#B98195
(185,129,149)
#BF8D9F
(191,141,159)
#C599A9
(197,153,169)
#CBA5B3
(203,165,179)
#D1B1BD
(209,177,189)
#D7BDC7
(215,189,199)
#DDC9D1
(221,201,209)
#E3D5DB
(227,213,219)
#E9E1E5
(233,225,229)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3758B; }

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

This text font color is #B3758B.


Background Color

.myBgColor { background-color: #B3758B; }

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

This div background color is #B3758B.


Border color

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

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

This div border color is #B3758B.


Opacity

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

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

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

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

This text has shadow with #B3758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3758B on black background.


Color preview on white background

This text has color #B3758B on white background.



Black color preview on #B3758B background

This text has black color on #B3758B background.


White color preview on #B3758B background

This text has white color on #B3758B background.