COLOR #A3767D

HEX: #A3767D
RGB: (163,118,125)

Color info

#A3767D contains red, green and blue colors in about the same proportion. Web safe color of #A3767D is #996666 (or #966).

RGB color model

#A3767D color RGB value is (163,118,125).

  • red value is 163;
  • green value is 118;
  • blue value is 125.
RGB:
(163,118,125)
(64%,46%,49%)

RGB channels and saturation

R 163 of 255 = 64%
G 118 of 255 = 46%
B 125 of 255 = 49%

163
118
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 118 + 125 = 406 (100%)
R 163 of 406 ~ 40.15%
G 118 of 406 ~ 29.06%
B 125 of 406 ~ 30.79%

%40.15
%29.06
%30.79

CMYK color model

#A3767D color CMYK value is (0,28,23,36).

  • cyan value is 0.00%
  • magenta value is 27.61%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(0,28,23,36)
C0M28Y23K36 
(0%,28%,23%,36%)
(0.00/0.28/0.23/0.36)	

CMYK percentages

%0
%27.61
%23.31
%36.08

Codes

Color #A3767D in popluar color models

A3767D
RGB163118125
HSL351°19.65%55.10%
HSB/HSV351°27.61%63.92%
CMYK0.00%27.61%23.31%
36.08%

Color #A3767D in popluar number systems.

HEXA3767D
Decimal163118125
Binary1010001111101101111101
Octal243166175

Shades and tints

Shades of #A3767D

#A3767D
(163,118,125)
#956C72
(149,108,114)
#876267
(135,98,103)
#79585C
(121,88,92)
#6B4E51
(107,78,81)
#5D4446
(93,68,70)
#4F3A3B
(79,58,59)
#413030
(65,48,48)
#332625
(51,38,37)
#251C1A
(37,28,26)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A3767D

#A3767D
(163,118,125)
#AB8288
(171,130,136)
#B38E93
(179,142,147)
#BB9A9E
(187,154,158)
#C3A6A9
(195,166,169)
#CBB2B4
(203,178,180)
#D3BEBF
(211,190,191)
#DBCACA
(219,202,202)
#E3D6D5
(227,214,213)
#EBE2E0
(235,226,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3767D color. Also use rgb(163,118,125) instead hex code.

Text Font Color

.myTextColor { color: #A3767D; }

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

This text font color is #A3767D.


Background Color

.myBgColor { background-color: #A3767D; }

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

This div background color is #A3767D.


Border color

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

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

This div border color is #A3767D.


Opacity

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

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

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

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

This text has shadow with #A3767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3767D on black background.


Color preview on white background

This text has color #A3767D on white background.



Black color preview on #A3767D background

This text has black color on #A3767D background.


White color preview on #A3767D background

This text has white color on #A3767D background.