COLOR #A53723

HEX: #A53723 RGB: (165,55,35)

Color info

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

RGB color model

#A53723 color RGB value is (165,55,35).

RGB: (165,55,35) (65%, 22%, 14%)

RGB channels and saturation

R 165 of 255 = 65%
G 55 of 255 = 22%
B 35 of 255 = 14%

165
55
35

R + G + B ~ 34%. #A53723 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 55 + 35 = 255 (100%)
R 165 of 255 ~ 64.71%
G 55 of 255 ~ 21.57%
B 35 of 255 ~ 13.73'%

%64.71
%21.57
%13.73

CMYK color model

#A53723 color CMYK value is (0,67,79,35).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 78.79%
  • key color value is 35.29%

CMYK: (0,67,79,35)
C0M67Y79K35 (0%, 67%, 79%, 35%)
(0.00 / 0.67 / 0.79 / 0.35)

CMYK percentages

%0
%66.67
%78.79
%35.29

Codes

Color #A53723 in popluar color models

A5 37 23
RGB 165 55 35
HSL 65.00% 39.22%
HSB/HSV 78.79% 64.71%
CMYK 0.00% 66.67% 78.79%
35.29%

Color #A53723 in popluar number systems.

HEX A5 37 23
Decimal 165 55 35
Binary 10100101 110111 100011
Octal 245 67 43

Shades and tints

Shades of #A53723

#A53723
(165,55,35)
#963220
(150,50,32)
#872D1D
(135,45,29)
#78281A
(120,40,26)
#692317
(105,35,23)
#5A1E14
(90,30,20)
#4B1911
(75,25,17)
#3C140E
(60,20,14)
#2D0F0B
(45,15,11)
#1E0A08
(30,10,8)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #A53723

#A53723
(165,55,35)
#AD4937
(173,73,55)
#B55B4B
(181,91,75)
#BD6D5F
(189,109,95)
#C57F73
(197,127,115)
#CD9187
(205,145,135)
#D5A39B
(213,163,155)
#DDB5AF
(221,181,175)
#E5C7C3
(229,199,195)
#EDD9D7
(237,217,215)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53723 color. Also use rgb(165,55,35) instead hex code.

Text Font Color

.myTextColor { color: #A53723; }

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

This text font color is #A53723.

Background Color

.myBgColor { background-color: #A53723; }

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

This div background color is #A53723.

Border color

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

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

This div border color is #A53723.

Opacity

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

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

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

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

This text has shadow with #A53723 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53723.

Preview

Color preview on black background

This text has color #A53723 on black background.


Color preview on white background

This text has color #A53723 on white background.


Black color preview on #A53723 background

This text has black color on #A53723 background.


White color preview on #A53723 background

This text has white color on #A53723 background.


Related colors

Complementary color

Complementary color for #hex is #5AC8DC.


I love getcolorcode.com

Triadic colors

1 #23A537 and #3723A5 with #A53723 are triadic colors.

2 #2337A5 and #37A523 with #A53723 are triadic colors.