COLOR #A55D2F

HEX: #A55D2F
RGB: (165,93,47)

Color info

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

RGB color model

#A55D2F color RGB value is (165,93,47).

  • red value is 165;
  • green value is 93;
  • blue value is 47.
RGB:
(165,93,47)
(65%,36%,18%)

RGB channels and saturation

R 165 of 255 = 65%
G 93 of 255 = 36%
B 47 of 255 = 18%

165
93
47

R + G + B ~ 40%. #A55D2F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 93 + 47 = 305 (100%)
R 165 of 305 ~ 54.1%
G 93 of 305 ~ 30.49%
B 47 of 305 ~ 15.41%

%54.1
%30.49
%15.41

CMYK color model

#A55D2F color CMYK value is (0,44,72,35).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 71.52%
  • key color value is 35.29%
CMYK:
(0,44,72,35)
C0M44Y72K35 
(0%,44%,72%,35%)
(0.00/0.44/0.72/0.35)	

CMYK percentages

%0
%43.64
%71.52
%35.29

Codes

Color #A55D2F in popluar color models

A55D2F
RGB1659347
HSL23°55.66%41.57%
HSB/HSV23°71.52%64.71%
CMYK0.00%43.64%71.52%
35.29%

Color #A55D2F in popluar number systems.

HEXA55D2F
Decimal1659347
Binary101001011011101101111
Octal24513557

Shades and tints

Shades of #A55D2F

#A55D2F
(165,93,47)
#96552B
(150,85,43)
#874D27
(135,77,39)
#784523
(120,69,35)
#693D1F
(105,61,31)
#5A351B
(90,53,27)
#4B2D17
(75,45,23)
#3C2513
(60,37,19)
#2D1D0F
(45,29,15)
#1E150B
(30,21,11)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #A55D2F

#A55D2F
(165,93,47)
#AD6B41
(173,107,65)
#B57953
(181,121,83)
#BD8765
(189,135,101)
#C59577
(197,149,119)
#CDA389
(205,163,137)
#D5B19B
(213,177,155)
#DDBFAD
(221,191,173)
#E5CDBF
(229,205,191)
#EDDBD1
(237,219,209)
#F5E9E3
(245,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55D2F color. Also use rgb(165,93,47) instead hex code.

Text Font Color

.myTextColor { color: #A55D2F; }

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

This text font color is #A55D2F.


Background Color

.myBgColor { background-color: #A55D2F; }

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

This div background color is #A55D2F.


Border color

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

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

This div border color is #A55D2F.


Opacity

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

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

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

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

This text has shadow with #A55D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55D2F on black background.


Color preview on white background

This text has color #A55D2F on white background.



Black color preview on #A55D2F background

This text has black color on #A55D2F background.


White color preview on #A55D2F background

This text has white color on #A55D2F background.