COLOR #93AF7C

HEX: #93AF7C RGB: (147,175,124)

Color info

#93AF7C contains red, green and blue colors in about the same proportion. Web safe color of #93AF7C is #999966 (or #996).

RGB color model

#93AF7C color RGB value is (147,175,124).

RGB: (147,175,124) (58%, 69%, 49%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 124 of 255 = 49%

147
175
124

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

Portions of RGB colors in percentages

R + G + B = 147 + 175 + 124 = 446 (100%)
R 147 of 446 ~ 32.96%
G 175 of 446 ~ 39.24%
B 124 of 446 ~ 27.8'%

%32.96
%39.24
%27.8

CMYK color model

#93AF7C color CMYK value is (16,0,29,31).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 31.37%

CMYK: (16,0,29,31)
C16M0Y29K31 (16%, 0%, 29%, 31%)
(0.16 / 0.00 / 0.29 / 0.31)

CMYK percentages

%16
%0
%29.14
%31.37

Codes

Color #93AF7C in popluar color models

93 AF 7C
RGB 147 175 124
HSL 93° 24.17% 58.63%
HSB/HSV 93° 29.14% 68.63%
CMYK 16.00% 0.00% 29.14%
31.37%

Color #93AF7C in popluar number systems.

HEX 93 AF 7C
Decimal 147 175 124
Binary 10010011 10101111 1111100
Octal 223 257 174

Shades and tints

Shades of #93AF7C

#93AF7C
(147,175,124)
#86A071
(134,160,113)
#799166
(121,145,102)
#6C825B
(108,130,91)
#5F7350
(95,115,80)
#526445
(82,100,69)
#45553A
(69,85,58)
#38462F
(56,70,47)
#2B3724
(43,55,36)
#1E2819
(30,40,25)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #93AF7C

#93AF7C
(147,175,124)
#9CB687
(156,182,135)
#A5BD92
(165,189,146)
#AEC49D
(174,196,157)
#B7CBA8
(183,203,168)
#C0D2B3
(192,210,179)
#C9D9BE
(201,217,190)
#D2E0C9
(210,224,201)
#DBE7D4
(219,231,212)
#E4EEDF
(228,238,223)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AF7C color. Also use rgb(147,175,124) instead hex code.

Text Font Color

.myTextColor { color: #93AF7C; }

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

This text font color is #93AF7C.

Background Color

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

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

This div background color is #93AF7C.

Border color

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

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

This div border color is #93AF7C.

Opacity

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

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

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

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

This text has shadow with #93AF7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AF7C.

Preview

Color preview on black background

This text has color #93AF7C on black background.


Color preview on white background

This text has color #93AF7C on white background.


Black color preview on #93AF7C background

This text has black color on #93AF7C background.


White color preview on #93AF7C background

This text has white color on #93AF7C background.


Related colors

Complementary color

Complementary color for #hex is #6C5083.


I love getcolorcode.com

Triadic colors

1 #7C93AF and #AF7C93 with #93AF7C are triadic colors.

2 #7CAF93 and #AF937C with #93AF7C are triadic colors.