COLOR #A3751E

HEX: #A3751E
RGB: (163,117,30)

Color info

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

RGB color model

#A3751E color RGB value is (163,117,30).

  • red value is 163;
  • green value is 117;
  • blue value is 30.
RGB:
(163,117,30)
(64%,46%,12%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 30 of 255 = 12%

163
117
30

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 30 = 310 (100%)
R 163 of 310 ~ 52.58%
G 117 of 310 ~ 37.74%
B 30 of 310 ~ 9.68%

%52.58
%37.74
%9.68

CMYK color model

#A3751E color CMYK value is (0,28,82,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 81.60%
  • key color value is 36.08%
CMYK:
(0,28,82,36)
C0M28Y82K36 
(0%,28%,82%,36%)
(0.00/0.28/0.82/0.36)	

CMYK percentages

%0
%28.22
%81.6
%36.08

Codes

Color #A3751E in popluar color models

A3751E
RGB16311730
HSL39°68.91%37.84%
HSB/HSV39°81.60%63.92%
CMYK0.00%28.22%81.60%
36.08%

Color #A3751E in popluar number systems.

HEXA3751E
Decimal16311730
Binary10100011111010111110
Octal24316536

Shades and tints

Shades of #A3751E

#A3751E
(163,117,30)
#956B1C
(149,107,28)
#87611A
(135,97,26)
#795718
(121,87,24)
#6B4D16
(107,77,22)
#5D4314
(93,67,20)
#4F3912
(79,57,18)
#412F10
(65,47,16)
#33250E
(51,37,14)
#251B0C
(37,27,12)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #A3751E

#A3751E
(163,117,30)
#AB8132
(171,129,50)
#B38D46
(179,141,70)
#BB995A
(187,153,90)
#C3A56E
(195,165,110)
#CBB182
(203,177,130)
#D3BD96
(211,189,150)
#DBC9AA
(219,201,170)
#E3D5BE
(227,213,190)
#EBE1D2
(235,225,210)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3751E color. Also use rgb(163,117,30) instead hex code.

Text Font Color

.myTextColor { color: #A3751E; }

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

This text font color is #A3751E.


Background Color

.myBgColor { background-color: #A3751E; }

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

This div background color is #A3751E.


Border color

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

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

This div border color is #A3751E.


Opacity

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

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

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

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

This text has shadow with #A3751E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3751E on black background.


Color preview on white background

This text has color #A3751E on white background.



Black color preview on #A3751E background

This text has black color on #A3751E background.


White color preview on #A3751E background

This text has white color on #A3751E background.