COLOR #B3794F

HEX: #B3794F RGB: (179,121,79)

Color info

#B3794F contains mainly red and green colors. Web safe color of #B3794F is #996666 (or #966).

RGB color model

#B3794F color RGB value is (179,121,79).

RGB: (179,121,79) (70%, 47%, 31%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 79 of 255 = 31%

179
121
79

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

Portions of RGB colors in percentages

R + G + B = 179 + 121 + 79 = 379 (100%)
R 179 of 379 ~ 47.23%
G 121 of 379 ~ 31.93%
B 79 of 379 ~ 20.84'%

%47.23
%31.93
%20.84

CMYK color model

#B3794F color CMYK value is (0,32,56,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 55.87%
  • key color value is 29.80%

CMYK: (0,32,56,30)
C0M32Y56K30 (0%, 32%, 56%, 30%)
(0.00 / 0.32 / 0.56 / 0.30)

CMYK percentages

%0
%32.4
%55.87
%29.8

Codes

Color #B3794F in popluar color models

B3 79 4F
RGB 179 121 79
HSL 25° 39.68% 50.59%
HSB/HSV 25° 55.87% 70.20%
CMYK 0.00% 32.40% 55.87%
29.80%

Color #B3794F in popluar number systems.

HEX B3 79 4F
Decimal 179 121 79
Binary 10110011 1111001 1001111
Octal 263 171 117

Shades and tints

Shades of #B3794F

#B3794F
(179,121,79)
#A36E48
(163,110,72)
#936341
(147,99,65)
#83583A
(131,88,58)
#734D33
(115,77,51)
#63422C
(99,66,44)
#533725
(83,55,37)
#432C1E
(67,44,30)
#332117
(51,33,23)
#231610
(35,22,16)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #B3794F

#B3794F
(179,121,79)
#B9855F
(185,133,95)
#BF916F
(191,145,111)
#C59D7F
(197,157,127)
#CBA98F
(203,169,143)
#D1B59F
(209,181,159)
#D7C1AF
(215,193,175)
#DDCDBF
(221,205,191)
#E3D9CF
(227,217,207)
#E9E5DF
(233,229,223)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3794F color. Also use rgb(179,121,79) instead hex code.

Text Font Color

.myTextColor { color: #B3794F; }

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

This text font color is #B3794F.

Background Color

.myBgColor { background-color: #B3794F; }

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

This div background color is #B3794F.

Border color

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

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

This div border color is #B3794F.

Opacity

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

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

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

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

This text has shadow with #B3794F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3794F.

Preview

Color preview on black background

This text has color #B3794F on black background.


Color preview on white background

This text has color #B3794F on white background.


Black color preview on #B3794F background

This text has black color on #B3794F background.


White color preview on #B3794F background

This text has white color on #B3794F background.


Related colors

Complementary color

Complementary color for #hex is #4C86B0.


I love getcolorcode.com

Triadic colors

1 #4FB379 and #794FB3 with #B3794F are triadic colors.

2 #4F79B3 and #79B34F with #B3794F are triadic colors.