COLOR #93A865

HEX: #93A865 RGB: (147,168,101)

Color info

#93A865 contains mainly red and green colors. Web safe color of #93A865 is #999966 (or #996).

RGB color model

#93A865 color RGB value is (147,168,101).

RGB: (147,168,101) (58%, 66%, 40%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 101 of 255 = 40%

147
168
101

R + G + B ~ 55%. #93A865 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 168 + 101 = 416 (100%)
R 147 of 416 ~ 35.34%
G 168 of 416 ~ 40.38%
B 101 of 416 ~ 24.28'%

%35.34
%40.38
%24.28

CMYK color model

#93A865 color CMYK value is (13,0,40,34).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 34.12%

CMYK: (13,0,40,34)
C13M0Y40K34 (13%, 0%, 40%, 34%)
(0.13 / 0.00 / 0.40 / 0.34)

CMYK percentages

%12.5
%0
%39.88
%34.12

Codes

Color #93A865 in popluar color models

93 A8 65
RGB 147 168 101
HSL 79° 27.80% 52.75%
HSB/HSV 79° 39.88% 65.88%
CMYK 12.50% 0.00% 39.88%
34.12%

Color #93A865 in popluar number systems.

HEX 93 A8 65
Decimal 147 168 101
Binary 10010011 10101000 1100101
Octal 223 250 145

Shades and tints

Shades of #93A865

#93A865
(147,168,101)
#86995C
(134,153,92)
#798A53
(121,138,83)
#6C7B4A
(108,123,74)
#5F6C41
(95,108,65)
#525D38
(82,93,56)
#454E2F
(69,78,47)
#383F26
(56,63,38)
#2B301D
(43,48,29)
#1E2114
(30,33,20)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #93A865

#93A865
(147,168,101)
#9CAF73
(156,175,115)
#A5B681
(165,182,129)
#AEBD8F
(174,189,143)
#B7C49D
(183,196,157)
#C0CBAB
(192,203,171)
#C9D2B9
(201,210,185)
#D2D9C7
(210,217,199)
#DBE0D5
(219,224,213)
#E4E7E3
(228,231,227)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A865 color. Also use rgb(147,168,101) instead hex code.

Text Font Color

.myTextColor { color: #93A865; }

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

This text font color is #93A865.

Background Color

.myBgColor { background-color: #93A865; }

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

This div background color is #93A865.

Border color

.myBorderColor { border: 1px solid #93A865; }

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

This div border color is #93A865.

Opacity

.myOpacity80 { color: #93A865; opacity: 0.8; }

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

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

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

This text has shadow with #93A865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A865.

Preview

Color preview on black background

This text has color #93A865 on black background.


Color preview on white background

This text has color #93A865 on white background.


Black color preview on #93A865 background

This text has black color on #93A865 background.


White color preview on #93A865 background

This text has white color on #93A865 background.


Related colors

Complementary color

Complementary color for #hex is #6C579A.


I love getcolorcode.com

Triadic colors

1 #6593A8 and #A86593 with #93A865 are triadic colors.

2 #65A893 and #A89365 with #93A865 are triadic colors.