COLOR #A61F44

HEX: #A61F44
RGB: (166,31,68)

Color info

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

RGB color model

#A61F44 color RGB value is (166,31,68).

  • red value is 166;
  • green value is 31;
  • blue value is 68.
RGB:
(166,31,68)
(65%,12%,27%)

RGB channels and saturation

R 166 of 255 = 65%
G 31 of 255 = 12%
B 68 of 255 = 27%

166
31
68

R + G + B ~ 35%. #A61F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 31 + 68 = 265 (100%)
R 166 of 265 ~ 62.64%
G 31 of 265 ~ 11.7%
B 68 of 265 ~ 25.66%

%62.64
%11.7
%25.66

CMYK color model

#A61F44 color CMYK value is (0,81,59,35).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 59.04%
  • key color value is 34.90%
CMYK:
(0,81,59,35)
C0M81Y59K35 
(0%,81%,59%,35%)
(0.00/0.81/0.59/0.35)	

CMYK percentages

%0
%81.33
%59.04
%34.9

Codes

Color #A61F44 in popluar color models

A61F44
RGB1663168
HSL344°68.53%38.63%
HSB/HSV344°81.33%65.10%
CMYK0.00%81.33%59.04%
34.90%

Color #A61F44 in popluar number systems.

HEXA61F44
Decimal1663168
Binary10100110111111000100
Octal24637104

Shades and tints

Shades of #A61F44

#A61F44
(166,31,68)
#971D3E
(151,29,62)
#881B38
(136,27,56)
#791932
(121,25,50)
#6A172C
(106,23,44)
#5B1526
(91,21,38)
#4C1320
(76,19,32)
#3D111A
(61,17,26)
#2E0F14
(46,15,20)
#1F0D0E
(31,13,14)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #A61F44

#A61F44
(166,31,68)
#AE3355
(174,51,85)
#B64766
(182,71,102)
#BE5B77
(190,91,119)
#C66F88
(198,111,136)
#CE8399
(206,131,153)
#D697AA
(214,151,170)
#DEABBB
(222,171,187)
#E6BFCC
(230,191,204)
#EED3DD
(238,211,221)
#F6E7EE
(246,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A61F44 color. Also use rgb(166,31,68) instead hex code.

Text Font Color

.myTextColor { color: #A61F44; }

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

This text font color is #A61F44.


Background Color

.myBgColor { background-color: #A61F44; }

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

This div background color is #A61F44.


Border color

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

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

This div border color is #A61F44.


Opacity

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

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

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

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

This text has shadow with #A61F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A61F44 on black background.


Color preview on white background

This text has color #A61F44 on white background.



Black color preview on #A61F44 background

This text has black color on #A61F44 background.


White color preview on #A61F44 background

This text has white color on #A61F44 background.