COLOR #B3917C

HEX: #B3917C
RGB: (179,145,124)

Color info

#B3917C contains red, green and blue colors in about the same proportion. Web safe color of #B3917C is #999966 (or #996).

RGB color model

#B3917C color RGB value is (179,145,124).

  • red value is 179;
  • green value is 145;
  • blue value is 124.
RGB:
(179,145,124)
(70%,57%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 124 of 255 = 49%

179
145
124

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

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 124 = 448 (100%)
R 179 of 448 ~ 39.96%
G 145 of 448 ~ 32.37%
B 124 of 448 ~ 27.68%

%39.96
%32.37
%27.68

CMYK color model

#B3917C color CMYK value is (0,19,31,30).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 30.73%
  • key color value is 29.80%
CMYK:
(0,19,31,30)
C0M19Y31K30 
(0%,19%,31%,30%)
(0.00/0.19/0.31/0.30)	

CMYK percentages

%0
%18.99
%30.73
%29.8

Codes

Color #B3917C in popluar color models

B3917C
RGB179145124
HSL23°26.57%59.41%
HSB/HSV23°30.73%70.20%
CMYK0.00%18.99%30.73%
29.80%

Color #B3917C in popluar number systems.

HEXB3917C
Decimal179145124
Binary10110011100100011111100
Octal263221174

Shades and tints

Shades of #B3917C

#B3917C
(179,145,124)
#A38471
(163,132,113)
#937766
(147,119,102)
#836A5B
(131,106,91)
#735D50
(115,93,80)
#635045
(99,80,69)
#53433A
(83,67,58)
#43362F
(67,54,47)
#332924
(51,41,36)
#231C19
(35,28,25)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #B3917C

#B3917C
(179,145,124)
#B99B87
(185,155,135)
#BFA592
(191,165,146)
#C5AF9D
(197,175,157)
#CBB9A8
(203,185,168)
#D1C3B3
(209,195,179)
#D7CDBE
(215,205,190)
#DDD7C9
(221,215,201)
#E3E1D4
(227,225,212)
#E9EBDF
(233,235,223)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3917C color. Also use rgb(179,145,124) instead hex code.

Text Font Color

.myTextColor { color: #B3917C; }

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

This text font color is #B3917C.


Background Color

.myBgColor { background-color: #B3917C; }

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

This div background color is #B3917C.


Border color

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

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

This div border color is #B3917C.


Opacity

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

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

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

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

This text has shadow with #B3917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3917C on black background.


Color preview on white background

This text has color #B3917C on white background.



Black color preview on #B3917C background

This text has black color on #B3917C background.


White color preview on #B3917C background

This text has white color on #B3917C background.