COLOR #B3793E

HEX: #B3793E
RGB: (179,121,62)

Color info

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

RGB color model

#B3793E color RGB value is (179,121,62).

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

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 62 of 255 = 24%

179
121
62

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

Portions of RGB colors in percentages

R + G + B =
179 + 121 + 62 = 362 (100%)
R 179 of 362 ~ 49.45%
G 121 of 362 ~ 33.43%
B 62 of 362 ~ 17.13%

%49.45
%33.43
%17.13

CMYK color model

#B3793E color CMYK value is (0,32,65,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 65.36%
  • key color value is 29.80%
CMYK:
(0,32,65,30)
C0M32Y65K30 
(0%,32%,65%,30%)
(0.00/0.32/0.65/0.30)	

CMYK percentages

%0
%32.4
%65.36
%29.8

Codes

Color #B3793E in popluar color models

B3793E
RGB17912162
HSL30°48.55%47.25%
HSB/HSV30°65.36%70.20%
CMYK0.00%32.40%65.36%
29.80%

Color #B3793E in popluar number systems.

HEXB3793E
Decimal17912162
Binary101100111111001111110
Octal26317176

Shades and tints

Shades of #B3793E

#B3793E
(179,121,62)
#A36E39
(163,110,57)
#936334
(147,99,52)
#83582F
(131,88,47)
#734D2A
(115,77,42)
#634225
(99,66,37)
#533720
(83,55,32)
#432C1B
(67,44,27)
#332116
(51,33,22)
#231611
(35,22,17)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #B3793E

#B3793E
(179,121,62)
#B9854F
(185,133,79)
#BF9160
(191,145,96)
#C59D71
(197,157,113)
#CBA982
(203,169,130)
#D1B593
(209,181,147)
#D7C1A4
(215,193,164)
#DDCDB5
(221,205,181)
#E3D9C6
(227,217,198)
#E9E5D7
(233,229,215)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3793E; }

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

This text font color is #B3793E.


Background Color

.myBgColor { background-color: #B3793E; }

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

This div background color is #B3793E.


Border color

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

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

This div border color is #B3793E.


Opacity

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

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

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

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

This text has shadow with #B3793E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3793E on black background.


Color preview on white background

This text has color #B3793E on white background.



Black color preview on #B3793E background

This text has black color on #B3793E background.


White color preview on #B3793E background

This text has white color on #B3793E background.