COLOR #B3938A

HEX: #B3938A RGB: (179,147,138)

Color info

#B3938A contains red, green and blue colors in about the same proportion. Web safe color of #B3938A is #999999 (or #999).

RGB color model

#B3938A color RGB value is (179,147,138).

RGB: (179,147,138) (70%, 58%, 54%)

RGB channels and saturation

R 179 of 255 = 70%
G 147 of 255 = 58%
B 138 of 255 = 54%

179
147
138

R + G + B ~ 61%. #B3938A is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 147 + 138 = 464 (100%)
R 179 of 464 ~ 38.58%
G 147 of 464 ~ 31.68%
B 138 of 464 ~ 29.74'%

%38.58
%31.68
%29.74

CMYK color model

#B3938A color CMYK value is (0,18,23,30).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK: (0,18,23,30) C0M18Y23K30 (0%,18%,23%,30%) (0.00/0.18/0.23/0.30) 

CMYK percentages

%0
%17.88
%22.91
%29.8

Codes

Color #B3938A in popluar color models

B3 93 8A
RGB 179 147 138
HSL 13° 21.24% 62.16%
HSB/HSV 13° 22.91% 70.20%
CMYK 0.00% 17.88% 22.91%
29.80%

Color #B3938A in popluar number systems.

HEX B3 93 8A
Decimal 179 147 138
Binary 10110011 10010011 10001010
Octal 263 223 212

Shades and tints

Shades of #B3938A

#B3938A
(179,147,138)
#A3867E
(163,134,126)
#937972
(147,121,114)
#836C66
(131,108,102)
#735F5A
(115,95,90)
#63524E
(99,82,78)
#534542
(83,69,66)
#433836
(67,56,54)
#332B2A
(51,43,42)
#231E1E
(35,30,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #B3938A

#B3938A
(179,147,138)
#B99C94
(185,156,148)
#BFA59E
(191,165,158)
#C5AEA8
(197,174,168)
#CBB7B2
(203,183,178)
#D1C0BC
(209,192,188)
#D7C9C6
(215,201,198)
#DDD2D0
(221,210,208)
#E3DBDA
(227,219,218)
#E9E4E4
(233,228,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3938A; }

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

This text font color is #B3938A.

Background Color

.myBgColor { background-color: #B3938A; }

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

This div background color is #B3938A.

Border color

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

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

This div border color is #B3938A.

Opacity

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

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

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

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

This text has shadow with #B3938A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3938A.

Preview

Color preview on black background

This text has color #B3938A on black background.


Color preview on white background

This text has color #B3938A on white background.


Black color preview on #B3938A background

This text has black color on #B3938A background.


White color preview on #B3938A background

This text has white color on #B3938A background.


Related colors

Complementary color

Complementary color for #hex is #4C6C75.


I love getcolorcode.com

Triadic colors

1 #8AB393 and #938AB3 with #B3938A are triadic colors.

2 #8A93B3 and #93B38A with #B3938A are triadic colors.