COLOR #A52D12

HEX: #A52D12
RGB: (165,45,18)

Color info

#A52D12 contains mainly red color. Web safe color of #A52D12 is #993300 (or #930).

RGB color model

#A52D12 color RGB value is (165,45,18).

  • red value is 165;
  • green value is 45;
  • blue value is 18.
RGB:
(165,45,18)
(65%,18%,7%)

RGB channels and saturation

R 165 of 255 = 65%
G 45 of 255 = 18%
B 18 of 255 = 7%

165
45
18

R + G + B ~ 30%. #A52D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 45 + 18 = 228 (100%)
R 165 of 228 ~ 72.37%
G 45 of 228 ~ 19.74%
B 18 of 228 ~ 7.89%

%72.37
%19.74

CMYK color model

#A52D12 color CMYK value is (0,73,89,35).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 89.09%
  • key color value is 35.29%
CMYK:
(0,73,89,35)
C0M73Y89K35 
(0%,73%,89%,35%)
(0.00/0.73/0.89/0.35)	

CMYK percentages

%0
%72.73
%89.09
%35.29

Codes

Color #A52D12 in popluar color models

A52D12
RGB1654518
HSL11°80.33%35.88%
HSB/HSV11°89.09%64.71%
CMYK0.00%72.73%89.09%
35.29%

Color #A52D12 in popluar number systems.

HEXA52D12
Decimal1654518
Binary1010010110110110010
Octal2455522

Shades and tints

Shades of #A52D12

#A52D12
(165,45,18)
#962911
(150,41,17)
#872510
(135,37,16)
#78210F
(120,33,15)
#691D0E
(105,29,14)
#5A190D
(90,25,13)
#4B150C
(75,21,12)
#3C110B
(60,17,11)
#2D0D0A
(45,13,10)
#1E0909
(30,9,9)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #A52D12

#A52D12
(165,45,18)
#AD4027
(173,64,39)
#B5533C
(181,83,60)
#BD6651
(189,102,81)
#C57966
(197,121,102)
#CD8C7B
(205,140,123)
#D59F90
(213,159,144)
#DDB2A5
(221,178,165)
#E5C5BA
(229,197,186)
#EDD8CF
(237,216,207)
#F5EBE4
(245,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52D12 color. Also use rgb(165,45,18) instead hex code.

Text Font Color

.myTextColor { color: #A52D12; }

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

This text font color is #A52D12.


Background Color

.myBgColor { background-color: #A52D12; }

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

This div background color is #A52D12.


Border color

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

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

This div border color is #A52D12.


Opacity

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

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

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

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

This text has shadow with #A52D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52D12 on black background.


Color preview on white background

This text has color #A52D12 on white background.



Black color preview on #A52D12 background

This text has black color on #A52D12 background.


White color preview on #A52D12 background

This text has white color on #A52D12 background.