COLOR #93B477

HEX: #93B477 RGB: (147,180,119)

Color info

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

RGB color model

#93B477 color RGB value is (147,180,119).

RGB: (147,180,119) (58%, 71%, 47%)

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 119 of 255 = 47%

147
180
119

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

Portions of RGB colors in percentages

R + G + B = 147 + 180 + 119 = 446 (100%)
R 147 of 446 ~ 32.96%
G 180 of 446 ~ 40.36%
B 119 of 446 ~ 26.68'%

%32.96
%40.36
%26.68

CMYK color model

#93B477 color CMYK value is (18,0,34,29).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 33.89%
  • key color value is 29.41%

CMYK: (18,0,34,29)
C18M0Y34K29 (18%, 0%, 34%, 29%)
(0.18 / 0.00 / 0.34 / 0.29)

CMYK percentages

%18.33
%0
%33.89
%29.41

Codes

Color #93B477 in popluar color models

93 B4 77
RGB 147 180 119
HSL 92° 28.91% 58.63%
HSB/HSV 92° 33.89% 70.59%
CMYK 18.33% 0.00% 33.89%
29.41%

Color #93B477 in popluar number systems.

HEX 93 B4 77
Decimal 147 180 119
Binary 10010011 10110100 1110111
Octal 223 264 167

Shades and tints

Shades of #93B477

#93B477
(147,180,119)
#86A46D
(134,164,109)
#799463
(121,148,99)
#6C8459
(108,132,89)
#5F744F
(95,116,79)
#526445
(82,100,69)
#45543B
(69,84,59)
#384431
(56,68,49)
#2B3427
(43,52,39)
#1E241D
(30,36,29)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #93B477

#93B477
(147,180,119)
#9CBA83
(156,186,131)
#A5C08F
(165,192,143)
#AEC69B
(174,198,155)
#B7CCA7
(183,204,167)
#C0D2B3
(192,210,179)
#C9D8BF
(201,216,191)
#D2DECB
(210,222,203)
#DBE4D7
(219,228,215)
#E4EAE3
(228,234,227)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B477 color. Also use rgb(147,180,119) instead hex code.

Text Font Color

.myTextColor { color: #93B477; }

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

This text font color is #93B477.

Background Color

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

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

This div background color is #93B477.

Border color

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

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

This div border color is #93B477.

Opacity

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

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

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

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

This text has shadow with #93B477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B477.

Preview

Color preview on black background

This text has color #93B477 on black background.


Color preview on white background

This text has color #93B477 on white background.


Black color preview on #93B477 background

This text has black color on #93B477 background.


White color preview on #93B477 background

This text has white color on #93B477 background.


Related colors

Complementary color

Complementary color for #hex is #6C4B88.


I love getcolorcode.com

Triadic colors

1 #7793B4 and #B47793 with #93B477 are triadic colors.

2 #77B493 and #B49377 with #93B477 are triadic colors.