COLOR #B3793A

HEX: #B3793A
RGB: (179,121,58)

Color info

#B3793A contains mainly red and green colors. Web safe color of #B3793A is #996633 (or #963).

RGB color model

#B3793A color RGB value is (179,121,58).

  • red value is 179;
  • green value is 121;
  • blue value is 58.
RGB:
(179,121,58)
(70%,47%,23%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 58 of 255 = 23%

179
121
58

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

Portions of RGB colors in percentages

R + G + B =
179 + 121 + 58 = 358 (100%)
R 179 of 358 ~ 50%
G 121 of 358 ~ 33.8%
B 58 of 358 ~ 16.2%

%50
%33.8
%16.2

CMYK color model

#B3793A color CMYK value is (0,32,68,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 67.60%
  • key color value is 29.80%
CMYK:
(0,32,68,30)
C0M32Y68K30 
(0%,32%,68%,30%)
(0.00/0.32/0.68/0.30)	

CMYK percentages

%0
%32.4
%67.6
%29.8

Codes

Color #B3793A in popluar color models

B3793A
RGB17912158
HSL31°51.05%46.47%
HSB/HSV31°67.60%70.20%
CMYK0.00%32.40%67.60%
29.80%

Color #B3793A in popluar number systems.

HEXB3793A
Decimal17912158
Binary101100111111001111010
Octal26317172

Shades and tints

Shades of #B3793A

#B3793A
(179,121,58)
#A36E35
(163,110,53)
#936330
(147,99,48)
#83582B
(131,88,43)
#734D26
(115,77,38)
#634221
(99,66,33)
#53371C
(83,55,28)
#432C17
(67,44,23)
#332112
(51,33,18)
#23160D
(35,22,13)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #B3793A

#B3793A
(179,121,58)
#B9854B
(185,133,75)
#BF915C
(191,145,92)
#C59D6D
(197,157,109)
#CBA97E
(203,169,126)
#D1B58F
(209,181,143)
#D7C1A0
(215,193,160)
#DDCDB1
(221,205,177)
#E3D9C2
(227,217,194)
#E9E5D3
(233,229,211)
#EFF1E4
(239,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3793A; }

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

This text font color is #B3793A.


Background Color

.myBgColor { background-color: #B3793A; }

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

This div background color is #B3793A.


Border color

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

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

This div border color is #B3793A.


Opacity

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

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

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

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

This text has shadow with #B3793A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3793A on black background.


Color preview on white background

This text has color #B3793A on white background.



Black color preview on #B3793A background

This text has black color on #B3793A background.


White color preview on #B3793A background

This text has white color on #B3793A background.