COLOR #A37B5C

HEX: #A37B5C
RGB: (163,123,92)

Color info

#A37B5C contains mainly red and green colors. Web safe color of #A37B5C is #996666 (or #966).

RGB color model

#A37B5C color RGB value is (163,123,92).

  • red value is 163;
  • green value is 123;
  • blue value is 92.
RGB:
(163,123,92)
(64%,48%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 92 of 255 = 36%

163
123
92

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

Portions of RGB colors in percentages

R + G + B =
163 + 123 + 92 = 378 (100%)
R 163 of 378 ~ 43.12%
G 123 of 378 ~ 32.54%
B 92 of 378 ~ 24.34%

%43.12
%32.54
%24.34

CMYK color model

#A37B5C color CMYK value is (0,25,44,36).

  • cyan value is 0.00%
  • magenta value is 24.54%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(0,25,44,36)
C0M25Y44K36 
(0%,25%,44%,36%)
(0.00/0.25/0.44/0.36)	

CMYK percentages

%0
%24.54
%43.56
%36.08

Codes

Color #A37B5C in popluar color models

A37B5C
RGB16312392
HSL26°27.84%50.00%
HSB/HSV26°43.56%63.92%
CMYK0.00%24.54%43.56%
36.08%

Color #A37B5C in popluar number systems.

HEXA37B5C
Decimal16312392
Binary1010001111110111011100
Octal243173134

Shades and tints

Shades of #A37B5C

#A37B5C
(163,123,92)
#957054
(149,112,84)
#87654C
(135,101,76)
#795A44
(121,90,68)
#6B4F3C
(107,79,60)
#5D4434
(93,68,52)
#4F392C
(79,57,44)
#412E24
(65,46,36)
#33231C
(51,35,28)
#251814
(37,24,20)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #A37B5C

#A37B5C
(163,123,92)
#AB876A
(171,135,106)
#B39378
(179,147,120)
#BB9F86
(187,159,134)
#C3AB94
(195,171,148)
#CBB7A2
(203,183,162)
#D3C3B0
(211,195,176)
#DBCFBE
(219,207,190)
#E3DBCC
(227,219,204)
#EBE7DA
(235,231,218)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37B5C color. Also use rgb(163,123,92) instead hex code.

Text Font Color

.myTextColor { color: #A37B5C; }

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

This text font color is #A37B5C.


Background Color

.myBgColor { background-color: #A37B5C; }

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

This div background color is #A37B5C.


Border color

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

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

This div border color is #A37B5C.


Opacity

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

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

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

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

This text has shadow with #A37B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37B5C on black background.


Color preview on white background

This text has color #A37B5C on white background.



Black color preview on #A37B5C background

This text has black color on #A37B5C background.


White color preview on #A37B5C background

This text has white color on #A37B5C background.