COLOR #A3BE75

HEX: #A3BE75 RGB: (163,190,117)

Color info

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

RGB color model

#A3BE75 color RGB value is (163,190,117).

RGB: (163,190,117) (64%, 75%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 117 of 255 = 46%

163
190
117

R + G + B ~ 62%. #A3BE75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 190 + 117 = 470 (100%)
R 163 of 470 ~ 34.68%
G 190 of 470 ~ 40.43%
B 117 of 470 ~ 24.89'%

%34.68
%40.43
%24.89

CMYK color model

#A3BE75 color CMYK value is (14,0,38,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK: (14,0,38,25) C14M0Y38K25 (14%,0%,38%,25%) (0.14/0.00/0.38/0.25) 

CMYK percentages

%14.21
%0
%38.42
%25.49

Codes

Color #A3BE75 in popluar color models

A3 BE 75
RGB 163 190 117
HSL 82° 35.96% 60.20%
HSB/HSV 82° 38.42% 74.51%
CMYK 14.21% 0.00% 38.42%
25.49%

Color #A3BE75 in popluar number systems.

HEX A3 BE 75
Decimal 163 190 117
Binary 10100011 10111110 1110101
Octal 243 276 165

Shades and tints

Shades of #A3BE75

#A3BE75
(163,190,117)
#95AD6B
(149,173,107)
#879C61
(135,156,97)
#798B57
(121,139,87)
#6B7A4D
(107,122,77)
#5D6943
(93,105,67)
#4F5839
(79,88,57)
#41472F
(65,71,47)
#333625
(51,54,37)
#25251B
(37,37,27)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3BE75

#A3BE75
(163,190,117)
#ABC381
(171,195,129)
#B3C88D
(179,200,141)
#BBCD99
(187,205,153)
#C3D2A5
(195,210,165)
#CBD7B1
(203,215,177)
#D3DCBD
(211,220,189)
#DBE1C9
(219,225,201)
#E3E6D5
(227,230,213)
#EBEBE1
(235,235,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BE75 color. Also use rgb(163,190,117) instead hex code.

Text Font Color

.myTextColor { color: #A3BE75; }

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

This text font color is #A3BE75.

Background Color

.myBgColor { background-color: #A3BE75; }

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

This div background color is #A3BE75.

Border color

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

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

This div border color is #A3BE75.

Opacity

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

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

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

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

This text has shadow with #A3BE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BE75.

Preview

Color preview on black background

This text has color #A3BE75 on black background.


Color preview on white background

This text has color #A3BE75 on white background.


Black color preview on #A3BE75 background

This text has black color on #A3BE75 background.


White color preview on #A3BE75 background

This text has white color on #A3BE75 background.


Related colors

Complementary color

Complementary color for #hex is #5C418A.


I love getcolorcode.com

Triadic colors

1 #75A3BE and #BE75A3 with #A3BE75 are triadic colors.

2 #75BEA3 and #BEA375 with #A3BE75 are triadic colors.