COLOR #A3B78C

HEX: #A3B78C
RGB: (163,183,140)

Color info

#A3B78C contains red, green and blue colors in about the same proportion. Web safe color of #A3B78C is #99CC99 (or #9C9).

RGB color model

#A3B78C color RGB value is (163,183,140).

  • red value is 163;
  • green value is 183;
  • blue value is 140.
RGB:
(163,183,140)
(64%,72%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 140 of 255 = 55%

163
183
140

R + G + B ~ 64%. #A3B78C is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 183 + 140 = 486 (100%)
R 163 of 486 ~ 33.54%
G 183 of 486 ~ 37.65%
B 140 of 486 ~ 28.81%

%33.54
%37.65
%28.81

CMYK color model

#A3B78C color CMYK value is (11,0,23,28).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 28.24%
CMYK:
(11,0,23,28)
C11M0Y23K28 
(11%,0%,23%,28%)
(0.11/0.00/0.23/0.28)	

CMYK percentages

%10.93
%0
%23.5
%28.24

Codes

Color #A3B78C in popluar color models

A3B78C
RGB163183140
HSL88°22.99%63.33%
HSB/HSV88°23.50%71.76%
CMYK10.93%0.00%23.50%
28.24%

Color #A3B78C in popluar number systems.

HEXA3B78C
Decimal163183140
Binary101000111011011110001100
Octal243267214

Shades and tints

Shades of #A3B78C

#A3B78C
(163,183,140)
#95A780
(149,167,128)
#879774
(135,151,116)
#798768
(121,135,104)
#6B775C
(107,119,92)
#5D6750
(93,103,80)
#4F5744
(79,87,68)
#414738
(65,71,56)
#33372C
(51,55,44)
#252720
(37,39,32)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3B78C

#A3B78C
(163,183,140)
#ABBD96
(171,189,150)
#B3C3A0
(179,195,160)
#BBC9AA
(187,201,170)
#C3CFB4
(195,207,180)
#CBD5BE
(203,213,190)
#D3DBC8
(211,219,200)
#DBE1D2
(219,225,210)
#E3E7DC
(227,231,220)
#EBEDE6
(235,237,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B78C color. Also use rgb(163,183,140) instead hex code.

Text Font Color

.myTextColor { color: #A3B78C; }

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

This text font color is #A3B78C.


Background Color

.myBgColor { background-color: #A3B78C; }

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

This div background color is #A3B78C.


Border color

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

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

This div border color is #A3B78C.


Opacity

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

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

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

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

This text has shadow with #A3B78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B78C on black background.


Color preview on white background

This text has color #A3B78C on white background.



Black color preview on #A3B78C background

This text has black color on #A3B78C background.


White color preview on #A3B78C background

This text has white color on #A3B78C background.