COLOR #B3737E

HEX: #B3737E
RGB: (179,115,126)

Color info

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

RGB color model

#B3737E color RGB value is (179,115,126).

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

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 126 of 255 = 49%

179
115
126

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 126 = 420 (100%)
R 179 of 420 ~ 42.62%
G 115 of 420 ~ 27.38%
B 126 of 420 ~ 30%

%42.62
%27.38
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(0,36,30,30)
C0M36Y30K30 
(0%,36%,30%,30%)
(0.00/0.36/0.30/0.30)	

CMYK percentages

%0
%35.75
%29.61
%29.8

Codes

Color #B3737E in popluar color models

B3737E
RGB179115126
HSL350°29.63%57.65%
HSB/HSV350°35.75%70.20%
CMYK0.00%35.75%29.61%
29.80%

Color #B3737E in popluar number systems.

HEXB3737E
Decimal179115126
Binary1011001111100111111110
Octal263163176

Shades and tints

Shades of #B3737E

#B3737E
(179,115,126)
#A36973
(163,105,115)
#935F68
(147,95,104)
#83555D
(131,85,93)
#734B52
(115,75,82)
#634147
(99,65,71)
#53373C
(83,55,60)
#432D31
(67,45,49)
#332326
(51,35,38)
#23191B
(35,25,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #B3737E

#B3737E
(179,115,126)
#B97F89
(185,127,137)
#BF8B94
(191,139,148)
#C5979F
(197,151,159)
#CBA3AA
(203,163,170)
#D1AFB5
(209,175,181)
#D7BBC0
(215,187,192)
#DDC7CB
(221,199,203)
#E3D3D6
(227,211,214)
#E9DFE1
(233,223,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3737E; }

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

This text font color is #B3737E.


Background Color

.myBgColor { background-color: #B3737E; }

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

This div background color is #B3737E.


Border color

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

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

This div border color is #B3737E.


Opacity

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

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

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

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

This text has shadow with #B3737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3737E on black background.


Color preview on white background

This text has color #B3737E on white background.



Black color preview on #B3737E background

This text has black color on #B3737E background.


White color preview on #B3737E background

This text has white color on #B3737E background.