COLOR #93B37D

HEX: #93B37D RGB: (147,179,125)

Color info

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

RGB color model

#93B37D color RGB value is (147,179,125).

RGB: (147,179,125) (58%, 70%, 49%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 125 of 255 = 49%

147
179
125

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

Portions of RGB colors in percentages

R + G + B = 147 + 179 + 125 = 451 (100%)
R 147 of 451 ~ 32.59%
G 179 of 451 ~ 39.69%
B 125 of 451 ~ 27.72'%

%32.59
%39.69
%27.72

CMYK color model

#93B37D color CMYK value is (18,0,30,30).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 29.80%
CMYK: (18,0,30,30) C18M0Y30K30 (18%,0%,30%,30%) (0.18/0.00/0.30/0.30) 

CMYK percentages

%17.88
%0
%30.17
%29.8

Codes

Color #93B37D in popluar color models

93 B3 7D
RGB 147 179 125
HSL 96° 26.21% 59.61%
HSB/HSV 96° 30.17% 70.20%
CMYK 17.88% 0.00% 30.17%
29.80%

Color #93B37D in popluar number systems.

HEX 93 B3 7D
Decimal 147 179 125
Binary 10010011 10110011 1111101
Octal 223 263 175

Shades and tints

Shades of #93B37D

#93B37D
(147,179,125)
#86A372
(134,163,114)
#799367
(121,147,103)
#6C835C
(108,131,92)
#5F7351
(95,115,81)
#526346
(82,99,70)
#45533B
(69,83,59)
#384330
(56,67,48)
#2B3325
(43,51,37)
#1E231A
(30,35,26)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #93B37D

#93B37D
(147,179,125)
#9CB988
(156,185,136)
#A5BF93
(165,191,147)
#AEC59E
(174,197,158)
#B7CBA9
(183,203,169)
#C0D1B4
(192,209,180)
#C9D7BF
(201,215,191)
#D2DDCA
(210,221,202)
#DBE3D5
(219,227,213)
#E4E9E0
(228,233,224)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B37D color. Also use rgb(147,179,125) instead hex code.

Text Font Color

.myTextColor { color: #93B37D; }

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

This text font color is #93B37D.

Background Color

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

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

This div background color is #93B37D.

Border color

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

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

This div border color is #93B37D.

Opacity

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

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

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

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

This text has shadow with #93B37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B37D.

Preview

Color preview on black background

This text has color #93B37D on black background.


Color preview on white background

This text has color #93B37D on white background.


Black color preview on #93B37D background

This text has black color on #93B37D background.


White color preview on #93B37D background

This text has white color on #93B37D background.


Related colors

Complementary color

Complementary color for #hex is #6C4C82.


I love getcolorcode.com

Triadic colors

1 #7D93B3 and #B37D93 with #93B37D are triadic colors.

2 #7DB393 and #B3937D with #93B37D are triadic colors.