COLOR #A33F2F

HEX: #A33F2F
RGB: (163,63,47)

Color info

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

RGB color model

#A33F2F color RGB value is (163,63,47).

  • red value is 163;
  • green value is 63;
  • blue value is 47.
RGB:
(163,63,47)
(64%,25%,18%)

RGB channels and saturation

R 163 of 255 = 64%
G 63 of 255 = 25%
B 47 of 255 = 18%

163
63
47

R + G + B ~ 36%. #A33F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 63 + 47 = 273 (100%)
R 163 of 273 ~ 59.71%
G 63 of 273 ~ 23.08%
B 47 of 273 ~ 17.22%

%59.71
%23.08
%17.22

CMYK color model

#A33F2F color CMYK value is (0,61,71,36).

  • cyan value is 0.00%
  • magenta value is 61.35%
  • yellow value is 71.17%
  • key color value is 36.08%
CMYK:
(0,61,71,36)
C0M61Y71K36 
(0%,61%,71%,36%)
(0.00/0.61/0.71/0.36)	

CMYK percentages

%0
%61.35
%71.17
%36.08

Codes

Color #A33F2F in popluar color models

A33F2F
RGB1636347
HSL55.24%41.18%
HSB/HSV71.17%63.92%
CMYK0.00%61.35%71.17%
36.08%

Color #A33F2F in popluar number systems.

HEXA33F2F
Decimal1636347
Binary10100011111111101111
Octal2437757

Shades and tints

Shades of #A33F2F

#A33F2F
(163,63,47)
#953A2B
(149,58,43)
#873527
(135,53,39)
#793023
(121,48,35)
#6B2B1F
(107,43,31)
#5D261B
(93,38,27)
#4F2117
(79,33,23)
#411C13
(65,28,19)
#33170F
(51,23,15)
#25120B
(37,18,11)
#170D07
(23,13,7)
#000000
(0,0,0)

Tints of #A33F2F

#A33F2F
(163,63,47)
#AB5041
(171,80,65)
#B36153
(179,97,83)
#BB7265
(187,114,101)
#C38377
(195,131,119)
#CB9489
(203,148,137)
#D3A59B
(211,165,155)
#DBB6AD
(219,182,173)
#E3C7BF
(227,199,191)
#EBD8D1
(235,216,209)
#F3E9E3
(243,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33F2F color. Also use rgb(163,63,47) instead hex code.

Text Font Color

.myTextColor { color: #A33F2F; }

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

This text font color is #A33F2F.


Background Color

.myBgColor { background-color: #A33F2F; }

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

This div background color is #A33F2F.


Border color

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

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

This div border color is #A33F2F.


Opacity

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

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

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

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

This text has shadow with #A33F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A33F2F on black background.


Color preview on white background

This text has color #A33F2F on white background.



Black color preview on #A33F2F background

This text has black color on #A33F2F background.


White color preview on #A33F2F background

This text has white color on #A33F2F background.