COLOR #A3B77B

HEX: #A3B77B RGB: (163,183,123)

Color info

#A3B77B contains mainly red and green colors. Web safe color of #A3B77B is #99CC66 (or #9C6).

RGB color model

#A3B77B color RGB value is (163,183,123).

RGB: (163,183,123) (64%, 72%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 123 of 255 = 48%

163
183
123

R + G + B ~ 61%. #A3B77B is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 183 + 123 = 469 (100%)
R 163 of 469 ~ 34.75%
G 183 of 469 ~ 39.02%
B 123 of 469 ~ 26.23'%

%34.75
%39.02
%26.23

CMYK color model

#A3B77B color CMYK value is (11,0,33,28).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 28.24%

CMYK: (11,0,33,28)
C11M0Y33K28 (11%, 0%, 33%, 28%)
(0.11 / 0.00 / 0.33 / 0.28)

CMYK percentages

%10.93
%0
%32.79
%28.24

Codes

Color #A3B77B in popluar color models

A3 B7 7B
RGB 163 183 123
HSL 80° 29.41% 60.00%
HSB/HSV 80° 32.79% 71.76%
CMYK 10.93% 0.00% 32.79%
28.24%

Color #A3B77B in popluar number systems.

HEX A3 B7 7B
Decimal 163 183 123
Binary 10100011 10110111 1111011
Octal 243 267 173

Shades and tints

Shades of #A3B77B

#A3B77B
(163,183,123)
#95A770
(149,167,112)
#879765
(135,151,101)
#79875A
(121,135,90)
#6B774F
(107,119,79)
#5D6744
(93,103,68)
#4F5739
(79,87,57)
#41472E
(65,71,46)
#333723
(51,55,35)
#252718
(37,39,24)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #A3B77B

#A3B77B
(163,183,123)
#ABBD87
(171,189,135)
#B3C393
(179,195,147)
#BBC99F
(187,201,159)
#C3CFAB
(195,207,171)
#CBD5B7
(203,213,183)
#D3DBC3
(211,219,195)
#DBE1CF
(219,225,207)
#E3E7DB
(227,231,219)
#EBEDE7
(235,237,231)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B77B; }

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

This text font color is #A3B77B.

Background Color

.myBgColor { background-color: #A3B77B; }

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

This div background color is #A3B77B.

Border color

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

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

This div border color is #A3B77B.

Opacity

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

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

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

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

This text has shadow with #A3B77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B77B.

Preview

Color preview on black background

This text has color #A3B77B on black background.


Color preview on white background

This text has color #A3B77B on white background.


Black color preview on #A3B77B background

This text has black color on #A3B77B background.


White color preview on #A3B77B background

This text has white color on #A3B77B background.


Related colors

Complementary color

Complementary color for #hex is #5C4884.


I love getcolorcode.com

Triadic colors

1 #7BA3B7 and #B77BA3 with #A3B77B are triadic colors.

2 #7BB7A3 and #B7A37B with #A3B77B are triadic colors.