COLOR #A54D2D

HEX: #A54D2D RGB: (165,77,45)

Color info

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

RGB color model

#A54D2D color RGB value is (165,77,45).

RGB: (165,77,45) (65%, 30%, 18%)

RGB channels and saturation

R 165 of 255 = 65%
G 77 of 255 = 30%
B 45 of 255 = 18%

165
77
45

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

Portions of RGB colors in percentages

R + G + B = 165 + 77 + 45 = 287 (100%)
R 165 of 287 ~ 57.49%
G 77 of 287 ~ 26.83%
B 45 of 287 ~ 15.68'%

%57.49
%26.83
%15.68

CMYK color model

#A54D2D color CMYK value is (0,53,73,35).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 72.73%
  • key color value is 35.29%
CMYK: (0,53,73,35) C0M53Y73K35 (0%,53%,73%,35%) (0.00/0.53/0.73/0.35) 

CMYK percentages

%0
%53.33
%72.73
%35.29

Codes

Color #A54D2D in popluar color models

A5 4D 2D
RGB 165 77 45
HSL 16° 57.14% 41.18%
HSB/HSV 16° 72.73% 64.71%
CMYK 0.00% 53.33% 72.73%
35.29%

Color #A54D2D in popluar number systems.

HEX A5 4D 2D
Decimal 165 77 45
Binary 10100101 1001101 101101
Octal 245 115 55

Shades and tints

Shades of #A54D2D

#A54D2D
(165,77,45)
#964629
(150,70,41)
#873F25
(135,63,37)
#783821
(120,56,33)
#69311D
(105,49,29)
#5A2A19
(90,42,25)
#4B2315
(75,35,21)
#3C1C11
(60,28,17)
#2D150D
(45,21,13)
#1E0E09
(30,14,9)
#0F0705
(15,7,5)
#000000
(0,0,0)

Tints of #A54D2D

#A54D2D
(165,77,45)
#AD5D40
(173,93,64)
#B56D53
(181,109,83)
#BD7D66
(189,125,102)
#C58D79
(197,141,121)
#CD9D8C
(205,157,140)
#D5AD9F
(213,173,159)
#DDBDB2
(221,189,178)
#E5CDC5
(229,205,197)
#EDDDD8
(237,221,216)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54D2D color. Also use rgb(165,77,45) instead hex code.

Text Font Color

.myTextColor { color: #A54D2D; }

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

This text font color is #A54D2D.

Background Color

.myBgColor { background-color: #A54D2D; }

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

This div background color is #A54D2D.

Border color

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

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

This div border color is #A54D2D.

Opacity

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

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

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

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

This text has shadow with #A54D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54D2D.

Preview

Color preview on black background

This text has color #A54D2D on black background.


Color preview on white background

This text has color #A54D2D on white background.


Black color preview on #A54D2D background

This text has black color on #A54D2D background.


White color preview on #A54D2D background

This text has white color on #A54D2D background.


Related colors

Complementary color

Complementary color for #hex is #5AB2D2.


I love getcolorcode.com

Triadic colors

1 #2DA54D and #4D2DA5 with #A54D2D are triadic colors.

2 #2D4DA5 and #4DA52D with #A54D2D are triadic colors.