COLOR #A34B4F

HEX: #A34B4F
RGB: (163,75,79)

Color info

#A34B4F contains mainly red color. Web safe color of #A34B4F is #993366 (or #936).

RGB color model

#A34B4F color RGB value is (163,75,79).

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

RGB channels and saturation

R 163 of 255 = 64%
G 75 of 255 = 29%
B 79 of 255 = 31%

163
75
79

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

Portions of RGB colors in percentages

R + G + B =
163 + 75 + 79 = 317 (100%)
R 163 of 317 ~ 51.42%
G 75 of 317 ~ 23.66%
B 79 of 317 ~ 24.92%

%51.42
%23.66
%24.92

CMYK color model

#A34B4F color CMYK value is (0,54,52,36).

  • cyan value is 0.00%
  • magenta value is 53.99%
  • yellow value is 51.53%
  • key color value is 36.08%
CMYK:
(0,54,52,36)
C0M54Y52K36 
(0%,54%,52%,36%)
(0.00/0.54/0.52/0.36)	

CMYK percentages

%0
%53.99
%51.53
%36.08

Codes

Color #A34B4F in popluar color models

A34B4F
RGB1637579
HSL357°36.97%46.67%
HSB/HSV357°53.99%63.92%
CMYK0.00%53.99%51.53%
36.08%

Color #A34B4F in popluar number systems.

HEXA34B4F
Decimal1637579
Binary1010001110010111001111
Octal243113117

Shades and tints

Shades of #A34B4F

#A34B4F
(163,75,79)
#954548
(149,69,72)
#873F41
(135,63,65)
#79393A
(121,57,58)
#6B3333
(107,51,51)
#5D2D2C
(93,45,44)
#4F2725
(79,39,37)
#41211E
(65,33,30)
#331B17
(51,27,23)
#251510
(37,21,16)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #A34B4F

#A34B4F
(163,75,79)
#AB5B5F
(171,91,95)
#B36B6F
(179,107,111)
#BB7B7F
(187,123,127)
#C38B8F
(195,139,143)
#CB9B9F
(203,155,159)
#D3ABAF
(211,171,175)
#DBBBBF
(219,187,191)
#E3CBCF
(227,203,207)
#EBDBDF
(235,219,223)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34B4F; }

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

This text font color is #A34B4F.


Background Color

.myBgColor { background-color: #A34B4F; }

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

This div background color is #A34B4F.


Border color

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

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

This div border color is #A34B4F.


Opacity

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

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

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

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

This text has shadow with #A34B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34B4F on black background.


Color preview on white background

This text has color #A34B4F on white background.



Black color preview on #A34B4F background

This text has black color on #A34B4F background.


White color preview on #A34B4F background

This text has white color on #A34B4F background.