COLOR #A43E23

HEX: #A43E23
RGB: (164,62,35)

Color info

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

RGB color model

#A43E23 color RGB value is (164,62,35).

  • red value is 164;
  • green value is 62;
  • blue value is 35.
RGB:
(164,62,35)
(64%,24%,14%)

RGB channels and saturation

R 164 of 255 = 64%
G 62 of 255 = 24%
B 35 of 255 = 14%

164
62
35

R + G + B ~ 34%. #A43E23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 62 + 35 = 261 (100%)
R 164 of 261 ~ 62.84%
G 62 of 261 ~ 23.75%
B 35 of 261 ~ 13.41%

%62.84
%23.75
%13.41

CMYK color model

#A43E23 color CMYK value is (0,62,79,36).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 78.66%
  • key color value is 35.69%
CMYK:
(0,62,79,36)
C0M62Y79K36 
(0%,62%,79%,36%)
(0.00/0.62/0.79/0.36)	

CMYK percentages

%0
%62.2
%78.66
%35.69

Codes

Color #A43E23 in popluar color models

A43E23
RGB1646235
HSL13°64.82%39.02%
HSB/HSV13°78.66%64.31%
CMYK0.00%62.20%78.66%
35.69%

Color #A43E23 in popluar number systems.

HEXA43E23
Decimal1646235
Binary10100100111110100011
Octal2447643

Shades and tints

Shades of #A43E23

#A43E23
(164,62,35)
#963920
(150,57,32)
#88341D
(136,52,29)
#7A2F1A
(122,47,26)
#6C2A17
(108,42,23)
#5E2514
(94,37,20)
#502011
(80,32,17)
#421B0E
(66,27,14)
#34160B
(52,22,11)
#261108
(38,17,8)
#180C05
(24,12,5)
#000000
(0,0,0)

Tints of #A43E23

#A43E23
(164,62,35)
#AC4F37
(172,79,55)
#B4604B
(180,96,75)
#BC715F
(188,113,95)
#C48273
(196,130,115)
#CC9387
(204,147,135)
#D4A49B
(212,164,155)
#DCB5AF
(220,181,175)
#E4C6C3
(228,198,195)
#ECD7D7
(236,215,215)
#F4E8EB
(244,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43E23 color. Also use rgb(164,62,35) instead hex code.

Text Font Color

.myTextColor { color: #A43E23; }

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

This text font color is #A43E23.


Background Color

.myBgColor { background-color: #A43E23; }

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

This div background color is #A43E23.


Border color

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

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

This div border color is #A43E23.


Opacity

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

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

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

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

This text has shadow with #A43E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43E23 on black background.


Color preview on white background

This text has color #A43E23 on white background.



Black color preview on #A43E23 background

This text has black color on #A43E23 background.


White color preview on #A43E23 background

This text has white color on #A43E23 background.