COLOR #93A481

HEX: #93A481 RGB: (147,164,129)

Color info

#93A481 contains red, green and blue colors in about the same proportion. Web safe color of #93A481 is #999999 (or #999).

RGB color model

#93A481 color RGB value is (147,164,129).

RGB: (147,164,129) (58%, 64%, 51%)

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 129 of 255 = 51%

147
164
129

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

Portions of RGB colors in percentages

R + G + B = 147 + 164 + 129 = 440 (100%)
R 147 of 440 ~ 33.41%
G 164 of 440 ~ 37.27%
B 129 of 440 ~ 29.32'%

%33.41
%37.27
%29.32

CMYK color model

#93A481 color CMYK value is (10,0,21,36).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%

CMYK: (10,0,21,36)
C10M0Y21K36 (10%, 0%, 21%, 36%)
(0.10 / 0.00 / 0.21 / 0.36)

CMYK percentages

%10.37
%0
%21.34
%35.69

Codes

Color #93A481 in popluar color models

93 A4 81
RGB 147 164 129
HSL 89° 16.13% 57.45%
HSB/HSV 89° 21.34% 64.31%
CMYK 10.37% 0.00% 21.34%
35.69%

Color #93A481 in popluar number systems.

HEX 93 A4 81
Decimal 147 164 129
Binary 10010011 10100100 10000001
Octal 223 244 201

Shades and tints

Shades of #93A481

#93A481
(147,164,129)
#869676
(134,150,118)
#79886B
(121,136,107)
#6C7A60
(108,122,96)
#5F6C55
(95,108,85)
#525E4A
(82,94,74)
#45503F
(69,80,63)
#384234
(56,66,52)
#2B3429
(43,52,41)
#1E261E
(30,38,30)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #93A481

#93A481
(147,164,129)
#9CAC8C
(156,172,140)
#A5B497
(165,180,151)
#AEBCA2
(174,188,162)
#B7C4AD
(183,196,173)
#C0CCB8
(192,204,184)
#C9D4C3
(201,212,195)
#D2DCCE
(210,220,206)
#DBE4D9
(219,228,217)
#E4ECE4
(228,236,228)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A481 color. Also use rgb(147,164,129) instead hex code.

Text Font Color

.myTextColor { color: #93A481; }

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

This text font color is #93A481.

Background Color

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

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

This div background color is #93A481.

Border color

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

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

This div border color is #93A481.

Opacity

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

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

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

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

This text has shadow with #93A481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A481.

Preview

Color preview on black background

This text has color #93A481 on black background.


Color preview on white background

This text has color #93A481 on white background.


Black color preview on #93A481 background

This text has black color on #93A481 background.


White color preview on #93A481 background

This text has white color on #93A481 background.


Related colors

Complementary color

Complementary color for #hex is #6C5B7E.


I love getcolorcode.com

Triadic colors

1 #8193A4 and #A48193 with #93A481 are triadic colors.

2 #81A493 and #A49381 with #93A481 are triadic colors.