COLOR #B3738A

HEX: #B3738A
RGB: (179,115,138)

Color info

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

RGB color model

#B3738A color RGB value is (179,115,138).

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

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 138 of 255 = 54%

179
115
138

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 138 = 432 (100%)
R 179 of 432 ~ 41.44%
G 115 of 432 ~ 26.62%
B 138 of 432 ~ 31.94%

%41.44
%26.62
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(0,36,23,30)
C0M36Y23K30 
(0%,36%,23%,30%)
(0.00/0.36/0.23/0.30)	

CMYK percentages

%0
%35.75
%22.91
%29.8

Codes

Color #B3738A in popluar color models

B3738A
RGB179115138
HSL338°29.63%57.65%
HSB/HSV338°35.75%70.20%
CMYK0.00%35.75%22.91%
29.80%

Color #B3738A in popluar number systems.

HEXB3738A
Decimal179115138
Binary10110011111001110001010
Octal263163212

Shades and tints

Shades of #B3738A

#B3738A
(179,115,138)
#A3697E
(163,105,126)
#935F72
(147,95,114)
#835566
(131,85,102)
#734B5A
(115,75,90)
#63414E
(99,65,78)
#533742
(83,55,66)
#432D36
(67,45,54)
#33232A
(51,35,42)
#23191E
(35,25,30)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #B3738A

#B3738A
(179,115,138)
#B97F94
(185,127,148)
#BF8B9E
(191,139,158)
#C597A8
(197,151,168)
#CBA3B2
(203,163,178)
#D1AFBC
(209,175,188)
#D7BBC6
(215,187,198)
#DDC7D0
(221,199,208)
#E3D3DA
(227,211,218)
#E9DFE4
(233,223,228)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3738A; }

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

This text font color is #B3738A.


Background Color

.myBgColor { background-color: #B3738A; }

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

This div background color is #B3738A.


Border color

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

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

This div border color is #B3738A.


Opacity

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

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

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

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

This text has shadow with #B3738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3738A on black background.


Color preview on white background

This text has color #B3738A on white background.



Black color preview on #B3738A background

This text has black color on #B3738A background.


White color preview on #B3738A background

This text has white color on #B3738A background.