COLOR #A3483E

HEX: #A3483E
RGB: (163,72,62)

Color info

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

RGB color model

#A3483E color RGB value is (163,72,62).

  • red value is 163;
  • green value is 72;
  • blue value is 62.
RGB:
(163,72,62)
(64%,28%,24%)

RGB channels and saturation

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

163
72
62

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

Portions of RGB colors in percentages

R + G + B =
163 + 72 + 62 = 297 (100%)
R 163 of 297 ~ 54.88%
G 72 of 297 ~ 24.24%
B 62 of 297 ~ 20.88%

%54.88
%24.24
%20.88

CMYK color model

#A3483E color CMYK value is (0,56,62,36).

  • cyan value is 0.00%
  • magenta value is 55.83%
  • yellow value is 61.96%
  • key color value is 36.08%
CMYK:
(0,56,62,36)
C0M56Y62K36 
(0%,56%,62%,36%)
(0.00/0.56/0.62/0.36)	

CMYK percentages

%0
%55.83
%61.96
%36.08

Codes

Color #A3483E in popluar color models

A3483E
RGB1637262
HSL44.89%44.12%
HSB/HSV61.96%63.92%
CMYK0.00%55.83%61.96%
36.08%

Color #A3483E in popluar number systems.

HEXA3483E
Decimal1637262
Binary101000111001000111110
Octal24311076

Shades and tints

Shades of #A3483E

#A3483E
(163,72,62)
#954239
(149,66,57)
#873C34
(135,60,52)
#79362F
(121,54,47)
#6B302A
(107,48,42)
#5D2A25
(93,42,37)
#4F2420
(79,36,32)
#411E1B
(65,30,27)
#331816
(51,24,22)
#251211
(37,18,17)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #A3483E

#A3483E
(163,72,62)
#AB584F
(171,88,79)
#B36860
(179,104,96)
#BB7871
(187,120,113)
#C38882
(195,136,130)
#CB9893
(203,152,147)
#D3A8A4
(211,168,164)
#DBB8B5
(219,184,181)
#E3C8C6
(227,200,198)
#EBD8D7
(235,216,215)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3483E; }

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

This text font color is #A3483E.


Background Color

.myBgColor { background-color: #A3483E; }

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

This div background color is #A3483E.


Border color

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

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

This div border color is #A3483E.


Opacity

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

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

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

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

This text has shadow with #A3483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3483E on black background.


Color preview on white background

This text has color #A3483E on white background.



Black color preview on #A3483E background

This text has black color on #A3483E background.


White color preview on #A3483E background

This text has white color on #A3483E background.