COLOR #93B47B

HEX: #93B47B RGB: (147,180,123)

Color info

#93B47B contains red, green and blue colors in about the same proportion. Web safe color of #93B47B is #99CC66 (or #9C6).

RGB color model

#93B47B color RGB value is (147,180,123).

RGB: (147,180,123) (58%, 71%, 48%)

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 123 of 255 = 48%

147
180
123

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

Portions of RGB colors in percentages

R + G + B = 147 + 180 + 123 = 450 (100%)
R 147 of 450 ~ 32.67%
G 180 of 450 ~ 40%
B 123 of 450 ~ 27.33'%

%32.67
%40
%27.33

CMYK color model

#93B47B color CMYK value is (18,0,32,29).

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

CMYK: (18,0,32,29)
C18M0Y32K29 (18%, 0%, 32%, 29%)
(0.18 / 0.00 / 0.32 / 0.29)

CMYK percentages

%18.33
%0
%31.67
%29.41

Codes

Color #93B47B in popluar color models

93 B4 7B
RGB 147 180 123
HSL 95° 27.54% 59.41%
HSB/HSV 95° 31.67% 70.59%
CMYK 18.33% 0.00% 31.67%
29.41%

Color #93B47B in popluar number systems.

HEX 93 B4 7B
Decimal 147 180 123
Binary 10010011 10110100 1111011
Octal 223 264 173

Shades and tints

Shades of #93B47B

#93B47B
(147,180,123)
#86A470
(134,164,112)
#799465
(121,148,101)
#6C845A
(108,132,90)
#5F744F
(95,116,79)
#526444
(82,100,68)
#455439
(69,84,57)
#38442E
(56,68,46)
#2B3423
(43,52,35)
#1E2418
(30,36,24)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #93B47B

#93B47B
(147,180,123)
#9CBA87
(156,186,135)
#A5C093
(165,192,147)
#AEC69F
(174,198,159)
#B7CCAB
(183,204,171)
#C0D2B7
(192,210,183)
#C9D8C3
(201,216,195)
#D2DECF
(210,222,207)
#DBE4DB
(219,228,219)
#E4EAE7
(228,234,231)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B47B; }

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

This text font color is #93B47B.

Background Color

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

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

This div background color is #93B47B.

Border color

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

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

This div border color is #93B47B.

Opacity

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

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

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

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

This text has shadow with #93B47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B47B.

Preview

Color preview on black background

This text has color #93B47B on black background.


Color preview on white background

This text has color #93B47B on white background.


Black color preview on #93B47B background

This text has black color on #93B47B background.


White color preview on #93B47B background

This text has white color on #93B47B background.


Related colors

Complementary color

Complementary color for #hex is #6C4B84.


I love getcolorcode.com

Triadic colors

1 #7B93B4 and #B47B93 with #93B47B are triadic colors.

2 #7BB493 and #B4937B with #93B47B are triadic colors.