COLOR #93B38F

HEX: #93B38F
RGB: (147,179,143)

Color info

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

RGB color model

#93B38F color RGB value is (147,179,143).

  • red value is 147;
  • green value is 179;
  • blue value is 143.
RGB:
(147,179,143)
(58%,70%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 143 of 255 = 56%

147
179
143

R + G + B ~ 61%. #93B38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 143 = 469 (100%)
R 147 of 469 ~ 31.34%
G 179 of 469 ~ 38.17%
B 143 of 469 ~ 30.49%

%31.34
%38.17
%30.49

CMYK color model

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

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(18,0,20,30)
C18M0Y20K30 
(18%,0%,20%,30%)
(0.18/0.00/0.20/0.30)	

CMYK percentages

%17.88
%0
%20.11
%29.8

Codes

Color #93B38F in popluar color models

93B38F
RGB147179143
HSL113°19.15%63.14%
HSB/HSV113°20.11%70.20%
CMYK17.88%0.00%20.11%
29.80%

Color #93B38F in popluar number systems.

HEX93B38F
Decimal147179143
Binary100100111011001110001111
Octal223263217

Shades and tints

Shades of #93B38F

#93B38F
(147,179,143)
#86A382
(134,163,130)
#799375
(121,147,117)
#6C8368
(108,131,104)
#5F735B
(95,115,91)
#52634E
(82,99,78)
#455341
(69,83,65)
#384334
(56,67,52)
#2B3327
(43,51,39)
#1E231A
(30,35,26)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #93B38F

#93B38F
(147,179,143)
#9CB999
(156,185,153)
#A5BFA3
(165,191,163)
#AEC5AD
(174,197,173)
#B7CBB7
(183,203,183)
#C0D1C1
(192,209,193)
#C9D7CB
(201,215,203)
#D2DDD5
(210,221,213)
#DBE3DF
(219,227,223)
#E4E9E9
(228,233,233)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B38F; }

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

This text font color is #93B38F.


Background Color

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

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

This div background color is #93B38F.


Border color

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

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

This div border color is #93B38F.


Opacity

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

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

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

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

This text has shadow with #93B38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B38F on black background.


Color preview on white background

This text has color #93B38F on white background.



Black color preview on #93B38F background

This text has black color on #93B38F background.


White color preview on #93B38F background

This text has white color on #93B38F background.