COLOR #A37C67

HEX: #A37C67
RGB: (163,124,103)

Color info

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

RGB color model

#A37C67 color RGB value is (163,124,103).

  • red value is 163;
  • green value is 124;
  • blue value is 103.
RGB:
(163,124,103)
(64%,49%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 103 of 255 = 40%

163
124
103

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 103 = 390 (100%)
R 163 of 390 ~ 41.79%
G 124 of 390 ~ 31.79%
B 103 of 390 ~ 26.41%

%41.79
%31.79
%26.41

CMYK color model

#A37C67 color CMYK value is (0,24,37,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 36.81%
  • key color value is 36.08%
CMYK:
(0,24,37,36)
C0M24Y37K36 
(0%,24%,37%,36%)
(0.00/0.24/0.37/0.36)	

CMYK percentages

%0
%23.93
%36.81
%36.08

Codes

Color #A37C67 in popluar color models

A37C67
RGB163124103
HSL21°24.59%52.16%
HSB/HSV21°36.81%63.92%
CMYK0.00%23.93%36.81%
36.08%

Color #A37C67 in popluar number systems.

HEXA37C67
Decimal163124103
Binary1010001111111001100111
Octal243174147

Shades and tints

Shades of #A37C67

#A37C67
(163,124,103)
#95715E
(149,113,94)
#876655
(135,102,85)
#795B4C
(121,91,76)
#6B5043
(107,80,67)
#5D453A
(93,69,58)
#4F3A31
(79,58,49)
#412F28
(65,47,40)
#33241F
(51,36,31)
#251916
(37,25,22)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #A37C67

#A37C67
(163,124,103)
#AB8774
(171,135,116)
#B39281
(179,146,129)
#BB9D8E
(187,157,142)
#C3A89B
(195,168,155)
#CBB3A8
(203,179,168)
#D3BEB5
(211,190,181)
#DBC9C2
(219,201,194)
#E3D4CF
(227,212,207)
#EBDFDC
(235,223,220)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37C67 color. Also use rgb(163,124,103) instead hex code.

Text Font Color

.myTextColor { color: #A37C67; }

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

This text font color is #A37C67.


Background Color

.myBgColor { background-color: #A37C67; }

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

This div background color is #A37C67.


Border color

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

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

This div border color is #A37C67.


Opacity

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

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

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

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

This text has shadow with #A37C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C67 on black background.


Color preview on white background

This text has color #A37C67 on white background.



Black color preview on #A37C67 background

This text has black color on #A37C67 background.


White color preview on #A37C67 background

This text has white color on #A37C67 background.