COLOR #A61C3C

HEX: #A61C3C
RGB: (166,28,60)

Color info

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

RGB color model

#A61C3C color RGB value is (166,28,60).

  • red value is 166;
  • green value is 28;
  • blue value is 60.
RGB:
(166,28,60)
(65%,11%,24%)

RGB channels and saturation

R 166 of 255 = 65%
G 28 of 255 = 11%
B 60 of 255 = 24%

166
28
60

R + G + B ~ 33%. #A61C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 28 + 60 = 254 (100%)
R 166 of 254 ~ 65.35%
G 28 of 254 ~ 11.02%
B 60 of 254 ~ 23.62%

%65.35
%11.02
%23.62

CMYK color model

#A61C3C color CMYK value is (0,83,64,35).

  • cyan value is 0.00%
  • magenta value is 83.13%
  • yellow value is 63.86%
  • key color value is 34.90%
CMYK:
(0,83,64,35)
C0M83Y64K35 
(0%,83%,64%,35%)
(0.00/0.83/0.64/0.35)	

CMYK percentages

%0
%83.13
%63.86
%34.9

Codes

Color #A61C3C in popluar color models

A61C3C
RGB1662860
HSL346°71.13%38.04%
HSB/HSV346°83.13%65.10%
CMYK0.00%83.13%63.86%
34.90%

Color #A61C3C in popluar number systems.

HEXA61C3C
Decimal1662860
Binary1010011011100111100
Octal2463474

Shades and tints

Shades of #A61C3C

#A61C3C
(166,28,60)
#971A37
(151,26,55)
#881832
(136,24,50)
#79162D
(121,22,45)
#6A1428
(106,20,40)
#5B1223
(91,18,35)
#4C101E
(76,16,30)
#3D0E19
(61,14,25)
#2E0C14
(46,12,20)
#1F0A0F
(31,10,15)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #A61C3C

#A61C3C
(166,28,60)
#AE304D
(174,48,77)
#B6445E
(182,68,94)
#BE586F
(190,88,111)
#C66C80
(198,108,128)
#CE8091
(206,128,145)
#D694A2
(214,148,162)
#DEA8B3
(222,168,179)
#E6BCC4
(230,188,196)
#EED0D5
(238,208,213)
#F6E4E6
(246,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A61C3C color. Also use rgb(166,28,60) instead hex code.

Text Font Color

.myTextColor { color: #A61C3C; }

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

This text font color is #A61C3C.


Background Color

.myBgColor { background-color: #A61C3C; }

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

This div background color is #A61C3C.


Border color

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

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

This div border color is #A61C3C.


Opacity

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

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

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

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

This text has shadow with #A61C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A61C3C on black background.


Color preview on white background

This text has color #A61C3C on white background.



Black color preview on #A61C3C background

This text has black color on #A61C3C background.


White color preview on #A61C3C background

This text has white color on #A61C3C background.