COLOR #A3483D

HEX: #A3483D RGB: (163,72,61)

Color info

#A3483D contains mainly red color. Web safe color of #A3483D is #993333 (or #933).

RGB color model

#A3483D color RGB value is (163,72,61).

RGB: (163,72,61) (64%, 28%, 24%)

RGB channels and saturation

R 163 of 255 = 64%
G 72 of 255 = 28%
B 61 of 255 = 24%

163
72
61

R + G + B ~ 39%. #A3483D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 163 + 72 + 61 = 296 (100%)
R 163 of 296 ~ 55.07%
G 72 of 296 ~ 24.32%
B 61 of 296 ~ 20.61'%

%55.07
%24.32
%20.61

CMYK color model

#A3483D color CMYK value is (0,56,63,36).

  • cyan value is 0.00%
  • magenta value is 55.83%
  • yellow value is 62.58%
  • key color value is 36.08%

CMYK: (0,56,63,36)
C0M56Y63K36 (0%, 56%, 63%, 36%)
(0.00 / 0.56 / 0.63 / 0.36)

CMYK percentages

%0
%55.83
%62.58
%36.08

Codes

Color #A3483D in popluar color models

A3 48 3D
RGB 163 72 61
HSL 45.54% 43.92%
HSB/HSV 62.58% 63.92%
CMYK 0.00% 55.83% 62.58%
36.08%

Color #A3483D in popluar number systems.

HEX A3 48 3D
Decimal 163 72 61
Binary 10100011 1001000 111101
Octal 243 110 75

Shades and tints

Shades of #A3483D

#A3483D
(163,72,61)
#954238
(149,66,56)
#873C33
(135,60,51)
#79362E
(121,54,46)
#6B3029
(107,48,41)
#5D2A24
(93,42,36)
#4F241F
(79,36,31)
#411E1A
(65,30,26)
#331815
(51,24,21)
#251210
(37,18,16)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #A3483D

#A3483D
(163,72,61)
#AB584E
(171,88,78)
#B3685F
(179,104,95)
#BB7870
(187,120,112)
#C38881
(195,136,129)
#CB9892
(203,152,146)
#D3A8A3
(211,168,163)
#DBB8B4
(219,184,180)
#E3C8C5
(227,200,197)
#EBD8D6
(235,216,214)
#F3E8E7
(243,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3483D color. Also use rgb(163,72,61) instead hex code.

Text Font Color

.myTextColor { color: #A3483D; }

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

This text font color is #A3483D.

Background Color

.myBgColor { background-color: #A3483D; }

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

This div background color is #A3483D.

Border color

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

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

This div border color is #A3483D.

Opacity

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

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

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

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

This text has shadow with #A3483D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3483D.

Preview

Color preview on black background

This text has color #A3483D on black background.


Color preview on white background

This text has color #A3483D on white background.


Black color preview on #A3483D background

This text has black color on #A3483D background.


White color preview on #A3483D background

This text has white color on #A3483D background.


Related colors

Complementary color

Complementary color for #hex is #5CB7C2.


I love getcolorcode.com

Triadic colors

1 #3DA348 and #483DA3 with #A3483D are triadic colors.

2 #3D48A3 and #48A33D with #A3483D are triadic colors.