COLOR #93B473

HEX: #93B473 RGB: (147,180,115)

Color info

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

RGB color model

#93B473 color RGB value is (147,180,115).

RGB: (147,180,115) (58%, 71%, 45%)

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 115 of 255 = 45%

147
180
115

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

Portions of RGB colors in percentages

R + G + B = 147 + 180 + 115 = 442 (100%)
R 147 of 442 ~ 33.26%
G 180 of 442 ~ 40.72%
B 115 of 442 ~ 26.02'%

%33.26
%40.72
%26.02

CMYK color model

#93B473 color CMYK value is (18,0,36,29).

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

CMYK: (18,0,36,29)
C18M0Y36K29 (18%, 0%, 36%, 29%)
(0.18 / 0.00 / 0.36 / 0.29)

CMYK percentages

%18.33
%0
%36.11
%29.41

Codes

Color #93B473 in popluar color models

93 B4 73
RGB 147 180 115
HSL 90° 30.23% 57.84%
HSB/HSV 90° 36.11% 70.59%
CMYK 18.33% 0.00% 36.11%
29.41%

Color #93B473 in popluar number systems.

HEX 93 B4 73
Decimal 147 180 115
Binary 10010011 10110100 1110011
Octal 223 264 163

Shades and tints

Shades of #93B473

#93B473
(147,180,115)
#86A469
(134,164,105)
#79945F
(121,148,95)
#6C8455
(108,132,85)
#5F744B
(95,116,75)
#526441
(82,100,65)
#455437
(69,84,55)
#38442D
(56,68,45)
#2B3423
(43,52,35)
#1E2419
(30,36,25)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93B473

#93B473
(147,180,115)
#9CBA7F
(156,186,127)
#A5C08B
(165,192,139)
#AEC697
(174,198,151)
#B7CCA3
(183,204,163)
#C0D2AF
(192,210,175)
#C9D8BB
(201,216,187)
#D2DEC7
(210,222,199)
#DBE4D3
(219,228,211)
#E4EADF
(228,234,223)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B473; }

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

This text font color is #93B473.

Background Color

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

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

This div background color is #93B473.

Border color

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

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

This div border color is #93B473.

Opacity

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

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

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

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

This text has shadow with #93B473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B473.

Preview

Color preview on black background

This text has color #93B473 on black background.


Color preview on white background

This text has color #93B473 on white background.


Black color preview on #93B473 background

This text has black color on #93B473 background.


White color preview on #93B473 background

This text has white color on #93B473 background.


Related colors

Complementary color

Complementary color for #hex is #6C4B8C.


I love getcolorcode.com

Triadic colors

1 #7393B4 and #B47393 with #93B473 are triadic colors.

2 #73B493 and #B49373 with #93B473 are triadic colors.