COLOR #A34F48

HEX: #A34F48
RGB: (163,79,72)

Color info

#A34F48 contains mainly red color. Web safe color of #A34F48 is #996633 (or #963).

RGB color model

#A34F48 color RGB value is (163,79,72).

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

RGB channels and saturation

R 163 of 255 = 64%
G 79 of 255 = 31%
B 72 of 255 = 28%

163
79
72

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

Portions of RGB colors in percentages

R + G + B =
163 + 79 + 72 = 314 (100%)
R 163 of 314 ~ 51.91%
G 79 of 314 ~ 25.16%
B 72 of 314 ~ 22.93%

%51.91
%25.16
%22.93

CMYK color model

#A34F48 color CMYK value is (0,52,56,36).

  • cyan value is 0.00%
  • magenta value is 51.53%
  • yellow value is 55.83%
  • key color value is 36.08%
CMYK:
(0,52,56,36)
C0M52Y56K36 
(0%,52%,56%,36%)
(0.00/0.52/0.56/0.36)	

CMYK percentages

%0
%51.53
%55.83
%36.08

Codes

Color #A34F48 in popluar color models

A34F48
RGB1637972
HSL38.72%46.08%
HSB/HSV55.83%63.92%
CMYK0.00%51.53%55.83%
36.08%

Color #A34F48 in popluar number systems.

HEXA34F48
Decimal1637972
Binary1010001110011111001000
Octal243117110

Shades and tints

Shades of #A34F48

#A34F48
(163,79,72)
#954842
(149,72,66)
#87413C
(135,65,60)
#793A36
(121,58,54)
#6B3330
(107,51,48)
#5D2C2A
(93,44,42)
#4F2524
(79,37,36)
#411E1E
(65,30,30)
#331718
(51,23,24)
#251012
(37,16,18)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #A34F48

#A34F48
(163,79,72)
#AB5F58
(171,95,88)
#B36F68
(179,111,104)
#BB7F78
(187,127,120)
#C38F88
(195,143,136)
#CB9F98
(203,159,152)
#D3AFA8
(211,175,168)
#DBBFB8
(219,191,184)
#E3CFC8
(227,207,200)
#EBDFD8
(235,223,216)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34F48; }

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

This text font color is #A34F48.


Background Color

.myBgColor { background-color: #A34F48; }

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

This div background color is #A34F48.


Border color

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

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

This div border color is #A34F48.


Opacity

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

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

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

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

This text has shadow with #A34F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34F48 on black background.


Color preview on white background

This text has color #A34F48 on white background.



Black color preview on #A34F48 background

This text has black color on #A34F48 background.


White color preview on #A34F48 background

This text has white color on #A34F48 background.