COLOR #A34223

HEX: #A34223
RGB: (163,66,35)

Color info

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

RGB color model

#A34223 color RGB value is (163,66,35).

  • red value is 163;
  • green value is 66;
  • blue value is 35.
RGB:
(163,66,35)
(64%,26%,14%)

RGB channels and saturation

R 163 of 255 = 64%
G 66 of 255 = 26%
B 35 of 255 = 14%

163
66
35

R + G + B ~ 35%. #A34223 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 66 + 35 = 264 (100%)
R 163 of 264 ~ 61.74%
G 66 of 264 ~ 25%
B 35 of 264 ~ 13.26%

%61.74
%25
%13.26

CMYK color model

#A34223 color CMYK value is (0,60,79,36).

  • cyan value is 0.00%
  • magenta value is 59.51%
  • yellow value is 78.53%
  • key color value is 36.08%
CMYK:
(0,60,79,36)
C0M60Y79K36 
(0%,60%,79%,36%)
(0.00/0.60/0.79/0.36)	

CMYK percentages

%0
%59.51
%78.53
%36.08

Codes

Color #A34223 in popluar color models

A34223
RGB1636635
HSL15°64.65%38.82%
HSB/HSV15°78.53%63.92%
CMYK0.00%59.51%78.53%
36.08%

Color #A34223 in popluar number systems.

HEXA34223
Decimal1636635
Binary101000111000010100011
Octal24310243

Shades and tints

Shades of #A34223

#A34223
(163,66,35)
#953C20
(149,60,32)
#87361D
(135,54,29)
#79301A
(121,48,26)
#6B2A17
(107,42,23)
#5D2414
(93,36,20)
#4F1E11
(79,30,17)
#41180E
(65,24,14)
#33120B
(51,18,11)
#250C08
(37,12,8)
#170605
(23,6,5)
#000000
(0,0,0)

Tints of #A34223

#A34223
(163,66,35)
#AB5337
(171,83,55)
#B3644B
(179,100,75)
#BB755F
(187,117,95)
#C38673
(195,134,115)
#CB9787
(203,151,135)
#D3A89B
(211,168,155)
#DBB9AF
(219,185,175)
#E3CAC3
(227,202,195)
#EBDBD7
(235,219,215)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34223 color. Also use rgb(163,66,35) instead hex code.

Text Font Color

.myTextColor { color: #A34223; }

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

This text font color is #A34223.


Background Color

.myBgColor { background-color: #A34223; }

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

This div background color is #A34223.


Border color

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

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

This div border color is #A34223.


Opacity

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

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

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

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

This text has shadow with #A34223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34223 on black background.


Color preview on white background

This text has color #A34223 on white background.



Black color preview on #A34223 background

This text has black color on #A34223 background.


White color preview on #A34223 background

This text has white color on #A34223 background.