COLOR #A83241

HEX: #A83241
RGB: (168,50,65)

Color info

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

RGB color model

#A83241 color RGB value is (168,50,65).

  • red value is 168;
  • green value is 50;
  • blue value is 65.
RGB:
(168,50,65)
(66%,20%,25%)

RGB channels and saturation

R 168 of 255 = 66%
G 50 of 255 = 20%
B 65 of 255 = 25%

168
50
65

R + G + B ~ 37%. #A83241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 50 + 65 = 283 (100%)
R 168 of 283 ~ 59.36%
G 50 of 283 ~ 17.67%
B 65 of 283 ~ 22.97%

%59.36
%17.67
%22.97

CMYK color model

#A83241 color CMYK value is (0,70,61,34).

  • cyan value is 0.00%
  • magenta value is 70.24%
  • yellow value is 61.31%
  • key color value is 34.12%
CMYK:
(0,70,61,34)
C0M70Y61K34 
(0%,70%,61%,34%)
(0.00/0.70/0.61/0.34)	

CMYK percentages

%0
%70.24
%61.31
%34.12

Codes

Color #A83241 in popluar color models

A83241
RGB1685065
HSL352°54.13%42.75%
HSB/HSV352°70.24%65.88%
CMYK0.00%70.24%61.31%
34.12%

Color #A83241 in popluar number systems.

HEXA83241
Decimal1685065
Binary101010001100101000001
Octal25062101

Shades and tints

Shades of #A83241

#A83241
(168,50,65)
#992E3C
(153,46,60)
#8A2A37
(138,42,55)
#7B2632
(123,38,50)
#6C222D
(108,34,45)
#5D1E28
(93,30,40)
#4E1A23
(78,26,35)
#3F161E
(63,22,30)
#301219
(48,18,25)
#210E14
(33,14,20)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #A83241

#A83241
(168,50,65)
#AF4452
(175,68,82)
#B65663
(182,86,99)
#BD6874
(189,104,116)
#C47A85
(196,122,133)
#CB8C96
(203,140,150)
#D29EA7
(210,158,167)
#D9B0B8
(217,176,184)
#E0C2C9
(224,194,201)
#E7D4DA
(231,212,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83241 color. Also use rgb(168,50,65) instead hex code.

Text Font Color

.myTextColor { color: #A83241; }

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

This text font color is #A83241.


Background Color

.myBgColor { background-color: #A83241; }

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

This div background color is #A83241.


Border color

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

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

This div border color is #A83241.


Opacity

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

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

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

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

This text has shadow with #A83241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83241 on black background.


Color preview on white background

This text has color #A83241 on white background.



Black color preview on #A83241 background

This text has black color on #A83241 background.


White color preview on #A83241 background

This text has white color on #A83241 background.