COLOR #A82C27

HEX: #A82C27
RGB: (168,44,39)

Color info

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

RGB color model

#A82C27 color RGB value is (168,44,39).

  • red value is 168;
  • green value is 44;
  • blue value is 39.
RGB:
(168,44,39)
(66%,17%,15%)

RGB channels and saturation

R 168 of 255 = 66%
G 44 of 255 = 17%
B 39 of 255 = 15%

168
44
39

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

Portions of RGB colors in percentages

R + G + B =
168 + 44 + 39 = 251 (100%)
R 168 of 251 ~ 66.93%
G 44 of 251 ~ 17.53%
B 39 of 251 ~ 15.54%

%66.93
%17.53
%15.54

CMYK color model

#A82C27 color CMYK value is (0,74,77,34).

  • cyan value is 0.00%
  • magenta value is 73.81%
  • yellow value is 76.79%
  • key color value is 34.12%
CMYK:
(0,74,77,34)
C0M74Y77K34 
(0%,74%,77%,34%)
(0.00/0.74/0.77/0.34)	

CMYK percentages

%0
%73.81
%76.79
%34.12

Codes

Color #A82C27 in popluar color models

A82C27
RGB1684439
HSL62.32%40.59%
HSB/HSV76.79%65.88%
CMYK0.00%73.81%76.79%
34.12%

Color #A82C27 in popluar number systems.

HEXA82C27
Decimal1684439
Binary10101000101100100111
Octal2505447

Shades and tints

Shades of #A82C27

#A82C27
(168,44,39)
#992824
(153,40,36)
#8A2421
(138,36,33)
#7B201E
(123,32,30)
#6C1C1B
(108,28,27)
#5D1818
(93,24,24)
#4E1415
(78,20,21)
#3F1012
(63,16,18)
#300C0F
(48,12,15)
#21080C
(33,8,12)
#120409
(18,4,9)
#000000
(0,0,0)

Tints of #A82C27

#A82C27
(168,44,39)
#AF3F3A
(175,63,58)
#B6524D
(182,82,77)
#BD6560
(189,101,96)
#C47873
(196,120,115)
#CB8B86
(203,139,134)
#D29E99
(210,158,153)
#D9B1AC
(217,177,172)
#E0C4BF
(224,196,191)
#E7D7D2
(231,215,210)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A82C27 color. Also use rgb(168,44,39) instead hex code.

Text Font Color

.myTextColor { color: #A82C27; }

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

This text font color is #A82C27.


Background Color

.myBgColor { background-color: #A82C27; }

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

This div background color is #A82C27.


Border color

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

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

This div border color is #A82C27.


Opacity

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

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

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

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

This text has shadow with #A82C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A82C27 on black background.


Color preview on white background

This text has color #A82C27 on white background.



Black color preview on #A82C27 background

This text has black color on #A82C27 background.


White color preview on #A82C27 background

This text has white color on #A82C27 background.