COLOR #B3975A

HEX: #B3975A
RGB: (179,151,90)

Color info

#B3975A contains mainly red and green colors. Web safe color of #B3975A is #999966 (or #996).

RGB color model

#B3975A color RGB value is (179,151,90).

  • red value is 179;
  • green value is 151;
  • blue value is 90.
RGB:
(179,151,90)
(70%,59%,35%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 90 of 255 = 35%

179
151
90

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

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 90 = 420 (100%)
R 179 of 420 ~ 42.62%
G 151 of 420 ~ 35.95%
B 90 of 420 ~ 21.43%

%42.62
%35.95
%21.43

CMYK color model

#B3975A color CMYK value is (0,16,50,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 49.72%
  • key color value is 29.80%
CMYK:
(0,16,50,30)
C0M16Y50K30 
(0%,16%,50%,30%)
(0.00/0.16/0.50/0.30)	

CMYK percentages

%0
%15.64
%49.72
%29.8

Codes

Color #B3975A in popluar color models

B3975A
RGB17915190
HSL41°36.93%52.75%
HSB/HSV41°49.72%70.20%
CMYK0.00%15.64%49.72%
29.80%

Color #B3975A in popluar number systems.

HEXB3975A
Decimal17915190
Binary10110011100101111011010
Octal263227132

Shades and tints

Shades of #B3975A

#B3975A
(179,151,90)
#A38A52
(163,138,82)
#937D4A
(147,125,74)
#837042
(131,112,66)
#73633A
(115,99,58)
#635632
(99,86,50)
#53492A
(83,73,42)
#433C22
(67,60,34)
#332F1A
(51,47,26)
#232212
(35,34,18)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #B3975A

#B3975A
(179,151,90)
#B9A069
(185,160,105)
#BFA978
(191,169,120)
#C5B287
(197,178,135)
#CBBB96
(203,187,150)
#D1C4A5
(209,196,165)
#D7CDB4
(215,205,180)
#DDD6C3
(221,214,195)
#E3DFD2
(227,223,210)
#E9E8E1
(233,232,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3975A color. Also use rgb(179,151,90) instead hex code.

Text Font Color

.myTextColor { color: #B3975A; }

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

This text font color is #B3975A.


Background Color

.myBgColor { background-color: #B3975A; }

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

This div background color is #B3975A.


Border color

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

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

This div border color is #B3975A.


Opacity

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

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

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

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

This text has shadow with #B3975A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3975A on black background.


Color preview on white background

This text has color #B3975A on white background.



Black color preview on #B3975A background

This text has black color on #B3975A background.


White color preview on #B3975A background

This text has white color on #B3975A background.