COLOR #B3718D

HEX: #B3718D
RGB: (179,113,141)

Color info

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

RGB color model

#B3718D color RGB value is (179,113,141).

  • red value is 179;
  • green value is 113;
  • blue value is 141.
RGB: (179,113,141) (70%,44%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 113 of 255 = 44%
B 141 of 255 = 55%

179
113
141

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

Portions of RGB colors in percentages

R + G + B =
179 + 113 + 141 = 433 (100%)
R 179 of 433 ~ 41.34%
G 113 of 433 ~ 26.1%
B 141 of 433 ~ 32.56%

%41.34
%26.1
%32.56

CMYK color model

#B3718D color CMYK value is (0,37,21,30).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK: (0,37,21,30) C0M37Y21K30 (0%,37%,21%,30%) (0.00/0.37/0.21/0.30)

CMYK percentages

%0
%36.87
%21.23
%29.8

Codes

Color #B3718D in popluar color models

B3718D
RGB179113141
HSL335°30.28%57.25%
HSB/HSV335°36.87%70.20%
CMYK0.00%36.87%21.23%
29.80%

Color #B3718D in popluar number systems.

HEXB3718D
Decimal179113141
Binary10110011111000110001101
Octal263161215

Shades and tints

Shades of #B3718D

#B3718D
(179,113,141)
#A36781
(163,103,129)
#935D75
(147,93,117)
#835369
(131,83,105)
#73495D
(115,73,93)
#633F51
(99,63,81)
#533545
(83,53,69)
#432B39
(67,43,57)
#33212D
(51,33,45)
#231721
(35,23,33)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #B3718D

#B3718D
(179,113,141)
#B97D97
(185,125,151)
#BF89A1
(191,137,161)
#C595AB
(197,149,171)
#CBA1B5
(203,161,181)
#D1ADBF
(209,173,191)
#D7B9C9
(215,185,201)
#DDC5D3
(221,197,211)
#E3D1DD
(227,209,221)
#E9DDE7
(233,221,231)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3718D color. Also use rgb(179,113,141) instead hex code.

Text Font Color

.myTextColor { color: #B3718D; }

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

This text font color is #B3718D.


Background Color

.myBgColor { background-color: #B3718D; }

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

This div background color is #B3718D.


Border color

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

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

This div border color is #B3718D.


Opacity

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

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

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

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

This text has shadow with #B3718D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3718D on black background.


Color preview on white background

This text has color #B3718D on white background.



Black color preview on #B3718D background

This text has black color on #B3718D background.


White color preview on #B3718D background

This text has white color on #B3718D background.