COLOR #A53341

HEX: #A53341
RGB: (165,51,65)

Color info

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

RGB color model

#A53341 color RGB value is (165,51,65).

  • red value is 165;
  • green value is 51;
  • blue value is 65.
RGB:
(165,51,65)
(65%,20%,25%)

RGB channels and saturation

R 165 of 255 = 65%
G 51 of 255 = 20%
B 65 of 255 = 25%

165
51
65

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

Portions of RGB colors in percentages

R + G + B =
165 + 51 + 65 = 281 (100%)
R 165 of 281 ~ 58.72%
G 51 of 281 ~ 18.15%
B 65 of 281 ~ 23.13%

%58.72
%18.15
%23.13

CMYK color model

#A53341 color CMYK value is (0,69,61,35).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 60.61%
  • key color value is 35.29%
CMYK:
(0,69,61,35)
C0M69Y61K35 
(0%,69%,61%,35%)
(0.00/0.69/0.61/0.35)	

CMYK percentages

%0
%69.09
%60.61
%35.29

Codes

Color #A53341 in popluar color models

A53341
RGB1655165
HSL353°52.78%42.35%
HSB/HSV353°69.09%64.71%
CMYK0.00%69.09%60.61%
35.29%

Color #A53341 in popluar number systems.

HEXA53341
Decimal1655165
Binary101001011100111000001
Octal24563101

Shades and tints

Shades of #A53341

#A53341
(165,51,65)
#962F3C
(150,47,60)
#872B37
(135,43,55)
#782732
(120,39,50)
#69232D
(105,35,45)
#5A1F28
(90,31,40)
#4B1B23
(75,27,35)
#3C171E
(60,23,30)
#2D1319
(45,19,25)
#1E0F14
(30,15,20)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #A53341

#A53341
(165,51,65)
#AD4552
(173,69,82)
#B55763
(181,87,99)
#BD6974
(189,105,116)
#C57B85
(197,123,133)
#CD8D96
(205,141,150)
#D59FA7
(213,159,167)
#DDB1B8
(221,177,184)
#E5C3C9
(229,195,201)
#EDD5DA
(237,213,218)
#F5E7EB
(245,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53341 color. Also use rgb(165,51,65) instead hex code.

Text Font Color

.myTextColor { color: #A53341; }

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

This text font color is #A53341.


Background Color

.myBgColor { background-color: #A53341; }

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

This div background color is #A53341.


Border color

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

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

This div border color is #A53341.


Opacity

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

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

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

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

This text has shadow with #A53341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A53341 on black background.


Color preview on white background

This text has color #A53341 on white background.



Black color preview on #A53341 background

This text has black color on #A53341 background.


White color preview on #A53341 background

This text has white color on #A53341 background.