COLOR #A1374C

HEX: #A1374C
RGB: (161,55,76)

Color info

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

RGB color model

#A1374C color RGB value is (161,55,76).

  • red value is 161;
  • green value is 55;
  • blue value is 76.
RGB:
(161,55,76)
(63%,22%,30%)

RGB channels and saturation

R 161 of 255 = 63%
G 55 of 255 = 22%
B 76 of 255 = 30%

161
55
76

R + G + B ~ 38%. #A1374C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 55 + 76 = 292 (100%)
R 161 of 292 ~ 55.14%
G 55 of 292 ~ 18.84%
B 76 of 292 ~ 26.03%

%55.14
%18.84
%26.03

CMYK color model

#A1374C color CMYK value is (0,66,53,37).

  • cyan value is 0.00%
  • magenta value is 65.84%
  • yellow value is 52.80%
  • key color value is 36.86%
CMYK:
(0,66,53,37)
C0M66Y53K37 
(0%,66%,53%,37%)
(0.00/0.66/0.53/0.37)	

CMYK percentages

%0
%65.84
%52.8
%36.86

Codes

Color #A1374C in popluar color models

A1374C
RGB1615576
HSL348°49.07%42.35%
HSB/HSV348°65.84%63.14%
CMYK0.00%65.84%52.80%
36.86%

Color #A1374C in popluar number systems.

HEXA1374C
Decimal1615576
Binary101000011101111001100
Octal24167114

Shades and tints

Shades of #A1374C

#A1374C
(161,55,76)
#933246
(147,50,70)
#852D40
(133,45,64)
#77283A
(119,40,58)
#692334
(105,35,52)
#5B1E2E
(91,30,46)
#4D1928
(77,25,40)
#3F1422
(63,20,34)
#310F1C
(49,15,28)
#230A16
(35,10,22)
#150510
(21,5,16)
#000000
(0,0,0)

Tints of #A1374C

#A1374C
(161,55,76)
#A9495C
(169,73,92)
#B15B6C
(177,91,108)
#B96D7C
(185,109,124)
#C17F8C
(193,127,140)
#C9919C
(201,145,156)
#D1A3AC
(209,163,172)
#D9B5BC
(217,181,188)
#E1C7CC
(225,199,204)
#E9D9DC
(233,217,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1374C color. Also use rgb(161,55,76) instead hex code.

Text Font Color

.myTextColor { color: #A1374C; }

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

This text font color is #A1374C.


Background Color

.myBgColor { background-color: #A1374C; }

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

This div background color is #A1374C.


Border color

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

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

This div border color is #A1374C.


Opacity

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

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

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

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

This text has shadow with #A1374C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1374C on black background.


Color preview on white background

This text has color #A1374C on white background.



Black color preview on #A1374C background

This text has black color on #A1374C background.


White color preview on #A1374C background

This text has white color on #A1374C background.