COLOR #A37354

HEX: #A37354
RGB: (163,115,84)

Color info

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

RGB color model

#A37354 color RGB value is (163,115,84).

  • red value is 163;
  • green value is 115;
  • blue value is 84.
RGB:
(163,115,84)
(64%,45%,33%)

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 84 of 255 = 33%

163
115
84

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

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 84 = 362 (100%)
R 163 of 362 ~ 45.03%
G 115 of 362 ~ 31.77%
B 84 of 362 ~ 23.2%

%45.03
%31.77
%23.2

CMYK color model

#A37354 color CMYK value is (0,29,48,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(0,29,48,36)
C0M29Y48K36 
(0%,29%,48%,36%)
(0.00/0.29/0.48/0.36)	

CMYK percentages

%0
%29.45
%48.47
%36.08

Codes

Color #A37354 in popluar color models

A37354
RGB16311584
HSL24°31.98%48.43%
HSB/HSV24°48.47%63.92%
CMYK0.00%29.45%48.47%
36.08%

Color #A37354 in popluar number systems.

HEXA37354
Decimal16311584
Binary1010001111100111010100
Octal243163124

Shades and tints

Shades of #A37354

#A37354
(163,115,84)
#95694D
(149,105,77)
#875F46
(135,95,70)
#79553F
(121,85,63)
#6B4B38
(107,75,56)
#5D4131
(93,65,49)
#4F372A
(79,55,42)
#412D23
(65,45,35)
#33231C
(51,35,28)
#251915
(37,25,21)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #A37354

#A37354
(163,115,84)
#AB7F63
(171,127,99)
#B38B72
(179,139,114)
#BB9781
(187,151,129)
#C3A390
(195,163,144)
#CBAF9F
(203,175,159)
#D3BBAE
(211,187,174)
#DBC7BD
(219,199,189)
#E3D3CC
(227,211,204)
#EBDFDB
(235,223,219)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37354 color. Also use rgb(163,115,84) instead hex code.

Text Font Color

.myTextColor { color: #A37354; }

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

This text font color is #A37354.


Background Color

.myBgColor { background-color: #A37354; }

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

This div background color is #A37354.


Border color

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

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

This div border color is #A37354.


Opacity

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

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

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

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

This text has shadow with #A37354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37354 on black background.


Color preview on white background

This text has color #A37354 on white background.



Black color preview on #A37354 background

This text has black color on #A37354 background.


White color preview on #A37354 background

This text has white color on #A37354 background.