COLOR #B3815F

HEX: #B3815F RGB: (179,129,95)

Color info

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

RGB color model

#B3815F color RGB value is (179,129,95).

RGB: (179,129,95) (70%, 51%, 37%)

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 95 of 255 = 37%

179
129
95

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

Portions of RGB colors in percentages

R + G + B = 179 + 129 + 95 = 403 (100%)
R 179 of 403 ~ 44.42%
G 129 of 403 ~ 32.01%
B 95 of 403 ~ 23.57'%

%44.42
%32.01
%23.57

CMYK color model

#B3815F color CMYK value is (0,28,47,30).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 46.93%
  • key color value is 29.80%

CMYK: (0,28,47,30)
C0M28Y47K30 (0%, 28%, 47%, 30%)
(0.00 / 0.28 / 0.47 / 0.30)

CMYK percentages

%0
%27.93
%46.93
%29.8

Codes

Color #B3815F in popluar color models

B3 81 5F
RGB 179 129 95
HSL 24° 35.59% 53.73%
HSB/HSV 24° 46.93% 70.20%
CMYK 0.00% 27.93% 46.93%
29.80%

Color #B3815F in popluar number systems.

HEX B3 81 5F
Decimal 179 129 95
Binary 10110011 10000001 1011111
Octal 263 201 137

Shades and tints

Shades of #B3815F

#B3815F
(179,129,95)
#A37657
(163,118,87)
#936B4F
(147,107,79)
#836047
(131,96,71)
#73553F
(115,85,63)
#634A37
(99,74,55)
#533F2F
(83,63,47)
#433427
(67,52,39)
#33291F
(51,41,31)
#231E17
(35,30,23)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B3815F

#B3815F
(179,129,95)
#B98C6D
(185,140,109)
#BF977B
(191,151,123)
#C5A289
(197,162,137)
#CBAD97
(203,173,151)
#D1B8A5
(209,184,165)
#D7C3B3
(215,195,179)
#DDCEC1
(221,206,193)
#E3D9CF
(227,217,207)
#E9E4DD
(233,228,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3815F color. Also use rgb(179,129,95) instead hex code.

Text Font Color

.myTextColor { color: #B3815F; }

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

This text font color is #B3815F.

Background Color

.myBgColor { background-color: #B3815F; }

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

This div background color is #B3815F.

Border color

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

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

This div border color is #B3815F.

Opacity

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

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

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

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

This text has shadow with #B3815F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3815F.

Preview

Color preview on black background

This text has color #B3815F on black background.


Color preview on white background

This text has color #B3815F on white background.


Black color preview on #B3815F background

This text has black color on #B3815F background.


White color preview on #B3815F background

This text has white color on #B3815F background.


Related colors

Complementary color

Complementary color for #hex is #4C7EA0.


I love getcolorcode.com

Triadic colors

1 #5FB381 and #815FB3 with #B3815F are triadic colors.

2 #5F81B3 and #81B35F with #B3815F are triadic colors.