COLOR #A35B7B

HEX: #A35B7B
RGB: (163,91,123)

Color info

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

RGB color model

#A35B7B color RGB value is (163,91,123).

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

RGB channels and saturation

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

163
91
123

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

Portions of RGB colors in percentages

R + G + B =
163 + 91 + 123 = 377 (100%)
R 163 of 377 ~ 43.24%
G 91 of 377 ~ 24.14%
B 123 of 377 ~ 32.63%

%43.24
%24.14
%32.63

CMYK color model

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

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

CMYK percentages

%0
%44.17
%24.54
%36.08

Codes

Color #A35B7B in popluar color models

A35B7B
RGB16391123
HSL333°28.35%49.80%
HSB/HSV333°44.17%63.92%
CMYK0.00%44.17%24.54%
36.08%

Color #A35B7B in popluar number systems.

HEXA35B7B
Decimal16391123
Binary1010001110110111111011
Octal243133173

Shades and tints

Shades of #A35B7B

#A35B7B
(163,91,123)
#955370
(149,83,112)
#874B65
(135,75,101)
#79435A
(121,67,90)
#6B3B4F
(107,59,79)
#5D3344
(93,51,68)
#4F2B39
(79,43,57)
#41232E
(65,35,46)
#331B23
(51,27,35)
#251318
(37,19,24)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #A35B7B

#A35B7B
(163,91,123)
#AB6987
(171,105,135)
#B37793
(179,119,147)
#BB859F
(187,133,159)
#C393AB
(195,147,171)
#CBA1B7
(203,161,183)
#D3AFC3
(211,175,195)
#DBBDCF
(219,189,207)
#E3CBDB
(227,203,219)
#EBD9E7
(235,217,231)
#F3E7F3
(243,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35B7B; }

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

This text font color is #A35B7B.


Background Color

.myBgColor { background-color: #A35B7B; }

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

This div background color is #A35B7B.


Border color

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

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

This div border color is #A35B7B.


Opacity

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

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

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

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

This text has shadow with #A35B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35B7B on black background.


Color preview on white background

This text has color #A35B7B on white background.



Black color preview on #A35B7B background

This text has black color on #A35B7B background.


White color preview on #A35B7B background

This text has white color on #A35B7B background.