COLOR #A54F21

HEX: #A54F21
RGB: (165,79,33)

Color info

#A54F21 contains mainly red color. Web safe color of #A54F21 is #996633 (or #963).

RGB color model

#A54F21 color RGB value is (165,79,33).

  • red value is 165;
  • green value is 79;
  • blue value is 33.
RGB:
(165,79,33)
(65%,31%,13%)

RGB channels and saturation

R 165 of 255 = 65%
G 79 of 255 = 31%
B 33 of 255 = 13%

165
79
33

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

Portions of RGB colors in percentages

R + G + B =
165 + 79 + 33 = 277 (100%)
R 165 of 277 ~ 59.57%
G 79 of 277 ~ 28.52%
B 33 of 277 ~ 11.91%

%59.57
%28.52
%11.91

CMYK color model

#A54F21 color CMYK value is (0,52,80,35).

  • cyan value is 0.00%
  • magenta value is 52.12%
  • yellow value is 80.00%
  • key color value is 35.29%
CMYK:
(0,52,80,35)
C0M52Y80K35 
(0%,52%,80%,35%)
(0.00/0.52/0.80/0.35)	

CMYK percentages

%0
%52.12
%80
%35.29

Codes

Color #A54F21 in popluar color models

A54F21
RGB1657933
HSL21°66.67%38.82%
HSB/HSV21°80.00%64.71%
CMYK0.00%52.12%80.00%
35.29%

Color #A54F21 in popluar number systems.

HEXA54F21
Decimal1657933
Binary101001011001111100001
Octal24511741

Shades and tints

Shades of #A54F21

#A54F21
(165,79,33)
#96481E
(150,72,30)
#87411B
(135,65,27)
#783A18
(120,58,24)
#693315
(105,51,21)
#5A2C12
(90,44,18)
#4B250F
(75,37,15)
#3C1E0C
(60,30,12)
#2D1709
(45,23,9)
#1E1006
(30,16,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #A54F21

#A54F21
(165,79,33)
#AD5F35
(173,95,53)
#B56F49
(181,111,73)
#BD7F5D
(189,127,93)
#C58F71
(197,143,113)
#CD9F85
(205,159,133)
#D5AF99
(213,175,153)
#DDBFAD
(221,191,173)
#E5CFC1
(229,207,193)
#EDDFD5
(237,223,213)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54F21 color. Also use rgb(165,79,33) instead hex code.

Text Font Color

.myTextColor { color: #A54F21; }

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

This text font color is #A54F21.


Background Color

.myBgColor { background-color: #A54F21; }

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

This div background color is #A54F21.


Border color

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

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

This div border color is #A54F21.


Opacity

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

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

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

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

This text has shadow with #A54F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54F21 on black background.


Color preview on white background

This text has color #A54F21 on white background.



Black color preview on #A54F21 background

This text has black color on #A54F21 background.


White color preview on #A54F21 background

This text has white color on #A54F21 background.