COLOR #A57B36

HEX: #A57B36
RGB: (165,123,54)

Color info

#A57B36 contains mainly red and green colors. Web safe color of #A57B36 is #996633 (or #963).

RGB color model

#A57B36 color RGB value is (165,123,54).

  • red value is 165;
  • green value is 123;
  • blue value is 54.
RGB:
(165,123,54)
(65%,48%,21%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 54 of 255 = 21%

165
123
54

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

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 54 = 342 (100%)
R 165 of 342 ~ 48.25%
G 123 of 342 ~ 35.96%
B 54 of 342 ~ 15.79%

%48.25
%35.96
%15.79

CMYK color model

#A57B36 color CMYK value is (0,25,67,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 67.27%
  • key color value is 35.29%
CMYK:
(0,25,67,35)
C0M25Y67K35 
(0%,25%,67%,35%)
(0.00/0.25/0.67/0.35)	

CMYK percentages

%0
%25.45
%67.27
%35.29

Codes

Color #A57B36 in popluar color models

A57B36
RGB16512354
HSL37°50.68%42.94%
HSB/HSV37°67.27%64.71%
CMYK0.00%25.45%67.27%
35.29%

Color #A57B36 in popluar number systems.

HEXA57B36
Decimal16512354
Binary101001011111011110110
Octal24517366

Shades and tints

Shades of #A57B36

#A57B36
(165,123,54)
#967032
(150,112,50)
#87652E
(135,101,46)
#785A2A
(120,90,42)
#694F26
(105,79,38)
#5A4422
(90,68,34)
#4B391E
(75,57,30)
#3C2E1A
(60,46,26)
#2D2316
(45,35,22)
#1E1812
(30,24,18)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A57B36

#A57B36
(165,123,54)
#AD8748
(173,135,72)
#B5935A
(181,147,90)
#BD9F6C
(189,159,108)
#C5AB7E
(197,171,126)
#CDB790
(205,183,144)
#D5C3A2
(213,195,162)
#DDCFB4
(221,207,180)
#E5DBC6
(229,219,198)
#EDE7D8
(237,231,216)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57B36 color. Also use rgb(165,123,54) instead hex code.

Text Font Color

.myTextColor { color: #A57B36; }

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

This text font color is #A57B36.


Background Color

.myBgColor { background-color: #A57B36; }

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

This div background color is #A57B36.


Border color

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

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

This div border color is #A57B36.


Opacity

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

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

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

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

This text has shadow with #A57B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57B36 on black background.


Color preview on white background

This text has color #A57B36 on white background.



Black color preview on #A57B36 background

This text has black color on #A57B36 background.


White color preview on #A57B36 background

This text has white color on #A57B36 background.