COLOR #A3794F

HEX: #A3794F
RGB: (163,121,79)

Color info

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

RGB color model

#A3794F color RGB value is (163,121,79).

  • red value is 163;
  • green value is 121;
  • blue value is 79.
RGB:
(163,121,79)
(64%,47%,31%)

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 79 of 255 = 31%

163
121
79

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

Portions of RGB colors in percentages

R + G + B =
163 + 121 + 79 = 363 (100%)
R 163 of 363 ~ 44.9%
G 121 of 363 ~ 33.33%
B 79 of 363 ~ 21.76%

%44.9
%33.33
%21.76

CMYK color model

#A3794F color CMYK value is (0,26,52,36).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 51.53%
  • key color value is 36.08%
CMYK:
(0,26,52,36)
C0M26Y52K36 
(0%,26%,52%,36%)
(0.00/0.26/0.52/0.36)	

CMYK percentages

%0
%25.77
%51.53
%36.08

Codes

Color #A3794F in popluar color models

A3794F
RGB16312179
HSL30°34.71%47.45%
HSB/HSV30°51.53%63.92%
CMYK0.00%25.77%51.53%
36.08%

Color #A3794F in popluar number systems.

HEXA3794F
Decimal16312179
Binary1010001111110011001111
Octal243171117

Shades and tints

Shades of #A3794F

#A3794F
(163,121,79)
#956E48
(149,110,72)
#876341
(135,99,65)
#79583A
(121,88,58)
#6B4D33
(107,77,51)
#5D422C
(93,66,44)
#4F3725
(79,55,37)
#412C1E
(65,44,30)
#332117
(51,33,23)
#251610
(37,22,16)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #A3794F

#A3794F
(163,121,79)
#AB855F
(171,133,95)
#B3916F
(179,145,111)
#BB9D7F
(187,157,127)
#C3A98F
(195,169,143)
#CBB59F
(203,181,159)
#D3C1AF
(211,193,175)
#DBCDBF
(219,205,191)
#E3D9CF
(227,217,207)
#EBE5DF
(235,229,223)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3794F; }

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

This text font color is #A3794F.


Background Color

.myBgColor { background-color: #A3794F; }

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

This div background color is #A3794F.


Border color

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

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

This div border color is #A3794F.


Opacity

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

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

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

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

This text has shadow with #A3794F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3794F on black background.


Color preview on white background

This text has color #A3794F on white background.



Black color preview on #A3794F background

This text has black color on #A3794F background.


White color preview on #A3794F background

This text has white color on #A3794F background.