COLOR #A57B41

HEX: #A57B41
RGB: (165,123,65)

Color info

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

RGB color model

#A57B41 color RGB value is (165,123,65).

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

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 65 of 255 = 25%

165
123
65

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

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 65 = 353 (100%)
R 165 of 353 ~ 46.74%
G 123 of 353 ~ 34.84%
B 65 of 353 ~ 18.41%

%46.74
%34.84
%18.41

CMYK color model

#A57B41 color CMYK value is (0,25,61,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 60.61%
  • key color value is 35.29%
CMYK:
(0,25,61,35)
C0M25Y61K35 
(0%,25%,61%,35%)
(0.00/0.25/0.61/0.35)	

CMYK percentages

%0
%25.45
%60.61
%35.29

Codes

Color #A57B41 in popluar color models

A57B41
RGB16512365
HSL35°43.48%45.10%
HSB/HSV35°60.61%64.71%
CMYK0.00%25.45%60.61%
35.29%

Color #A57B41 in popluar number systems.

HEXA57B41
Decimal16512365
Binary1010010111110111000001
Octal245173101

Shades and tints

Shades of #A57B41

#A57B41
(165,123,65)
#96703C
(150,112,60)
#876537
(135,101,55)
#785A32
(120,90,50)
#694F2D
(105,79,45)
#5A4428
(90,68,40)
#4B3923
(75,57,35)
#3C2E1E
(60,46,30)
#2D2319
(45,35,25)
#1E1814
(30,24,20)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A57B41

#A57B41
(165,123,65)
#AD8752
(173,135,82)
#B59363
(181,147,99)
#BD9F74
(189,159,116)
#C5AB85
(197,171,133)
#CDB796
(205,183,150)
#D5C3A7
(213,195,167)
#DDCFB8
(221,207,184)
#E5DBC9
(229,219,201)
#EDE7DA
(237,231,218)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57B41; }

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

This text font color is #A57B41.


Background Color

.myBgColor { background-color: #A57B41; }

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

This div background color is #A57B41.


Border color

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

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

This div border color is #A57B41.


Opacity

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

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

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

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

This text has shadow with #A57B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57B41 on black background.


Color preview on white background

This text has color #A57B41 on white background.



Black color preview on #A57B41 background

This text has black color on #A57B41 background.


White color preview on #A57B41 background

This text has white color on #A57B41 background.