COLOR #A37263

HEX: #A37263
RGB: (163,114,99)

Color info

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

RGB color model

#A37263 color RGB value is (163,114,99).

  • red value is 163;
  • green value is 114;
  • blue value is 99.
RGB:
(163,114,99)
(64%,45%,39%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 99 of 255 = 39%

163
114
99

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 99 = 376 (100%)
R 163 of 376 ~ 43.35%
G 114 of 376 ~ 30.32%
B 99 of 376 ~ 26.33%

%43.35
%30.32
%26.33

CMYK color model

#A37263 color CMYK value is (0,30,39,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 39.26%
  • key color value is 36.08%
CMYK:
(0,30,39,36)
C0M30Y39K36 
(0%,30%,39%,36%)
(0.00/0.30/0.39/0.36)	

CMYK percentages

%0
%30.06
%39.26
%36.08

Codes

Color #A37263 in popluar color models

A37263
RGB16311499
HSL14°25.81%51.37%
HSB/HSV14°39.26%63.92%
CMYK0.00%30.06%39.26%
36.08%

Color #A37263 in popluar number systems.

HEXA37263
Decimal16311499
Binary1010001111100101100011
Octal243162143

Shades and tints

Shades of #A37263

#A37263
(163,114,99)
#95685A
(149,104,90)
#875E51
(135,94,81)
#795448
(121,84,72)
#6B4A3F
(107,74,63)
#5D4036
(93,64,54)
#4F362D
(79,54,45)
#412C24
(65,44,36)
#33221B
(51,34,27)
#251812
(37,24,18)
#170E09
(23,14,9)
#000000
(0,0,0)

Tints of #A37263

#A37263
(163,114,99)
#AB7E71
(171,126,113)
#B38A7F
(179,138,127)
#BB968D
(187,150,141)
#C3A29B
(195,162,155)
#CBAEA9
(203,174,169)
#D3BAB7
(211,186,183)
#DBC6C5
(219,198,197)
#E3D2D3
(227,210,211)
#EBDEE1
(235,222,225)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37263 color. Also use rgb(163,114,99) instead hex code.

Text Font Color

.myTextColor { color: #A37263; }

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

This text font color is #A37263.


Background Color

.myBgColor { background-color: #A37263; }

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

This div background color is #A37263.


Border color

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

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

This div border color is #A37263.


Opacity

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

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

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

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

This text has shadow with #A37263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37263 on black background.


Color preview on white background

This text has color #A37263 on white background.



Black color preview on #A37263 background

This text has black color on #A37263 background.


White color preview on #A37263 background

This text has white color on #A37263 background.