COLOR #A55C1B

HEX: #A55C1B
RGB: (165,92,27)

Color info

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

RGB color model

#A55C1B color RGB value is (165,92,27).

  • red value is 165;
  • green value is 92;
  • blue value is 27.
RGB:
(165,92,27)
(65%,36%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 92 of 255 = 36%
B 27 of 255 = 11%

165
92
27

R + G + B ~ 37%. #A55C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 92 + 27 = 284 (100%)
R 165 of 284 ~ 58.1%
G 92 of 284 ~ 32.39%
B 27 of 284 ~ 9.51%

%58.1
%32.39
%9.51

CMYK color model

#A55C1B color CMYK value is (0,44,84,35).

  • cyan value is 0.00%
  • magenta value is 44.24%
  • yellow value is 83.64%
  • key color value is 35.29%
CMYK:
(0,44,84,35)
C0M44Y84K35 
(0%,44%,84%,35%)
(0.00/0.44/0.84/0.35)	

CMYK percentages

%0
%44.24
%83.64
%35.29

Codes

Color #A55C1B in popluar color models

A55C1B
RGB1659227
HSL28°71.88%37.65%
HSB/HSV28°83.64%64.71%
CMYK0.00%44.24%83.64%
35.29%

Color #A55C1B in popluar number systems.

HEXA55C1B
Decimal1659227
Binary10100101101110011011
Octal24513433

Shades and tints

Shades of #A55C1B

#A55C1B
(165,92,27)
#965419
(150,84,25)
#874C17
(135,76,23)
#784415
(120,68,21)
#693C13
(105,60,19)
#5A3411
(90,52,17)
#4B2C0F
(75,44,15)
#3C240D
(60,36,13)
#2D1C0B
(45,28,11)
#1E1409
(30,20,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #A55C1B

#A55C1B
(165,92,27)
#AD6A2F
(173,106,47)
#B57843
(181,120,67)
#BD8657
(189,134,87)
#C5946B
(197,148,107)
#CDA27F
(205,162,127)
#D5B093
(213,176,147)
#DDBEA7
(221,190,167)
#E5CCBB
(229,204,187)
#EDDACF
(237,218,207)
#F5E8E3
(245,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55C1B color. Also use rgb(165,92,27) instead hex code.

Text Font Color

.myTextColor { color: #A55C1B; }

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

This text font color is #A55C1B.


Background Color

.myBgColor { background-color: #A55C1B; }

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

This div background color is #A55C1B.


Border color

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

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

This div border color is #A55C1B.


Opacity

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

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

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

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

This text has shadow with #A55C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55C1B on black background.


Color preview on white background

This text has color #A55C1B on white background.



Black color preview on #A55C1B background

This text has black color on #A55C1B background.


White color preview on #A55C1B background

This text has white color on #A55C1B background.