COLOR #93C582

HEX: #93C582
RGB: (147,197,130)

Color info

#93C582 contains mainly red and green colors. Web safe color of #93C582 is #99CC99 (or #9C9).

RGB color model

#93C582 color RGB value is (147,197,130).

  • red value is 147;
  • green value is 197;
  • blue value is 130.
RGB:
(147,197,130)
(58%,77%,51%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 130 of 255 = 51%

147
197
130

R + G + B ~ 62%. #93C582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 197 + 130 = 474 (100%)
R 147 of 474 ~ 31.01%
G 197 of 474 ~ 41.56%
B 130 of 474 ~ 27.43%

%31.01
%41.56
%27.43

CMYK color model

#93C582 color CMYK value is (25,0,34,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 34.01%
  • key color value is 22.75%
CMYK:
(25,0,34,23)
C25M0Y34K23 
(25%,0%,34%,23%)
(0.25/0.00/0.34/0.23)	

CMYK percentages

%25.38
%0
%34.01
%22.75

Codes

Color #93C582 in popluar color models

93C582
RGB147197130
HSL105°36.61%64.12%
HSB/HSV105°34.01%77.25%
CMYK25.38%0.00%34.01%
22.75%

Color #93C582 in popluar number systems.

HEX93C582
Decimal147197130
Binary100100111100010110000010
Octal223305202

Shades and tints

Shades of #93C582

#93C582
(147,197,130)
#86B477
(134,180,119)
#79A36C
(121,163,108)
#6C9261
(108,146,97)
#5F8156
(95,129,86)
#52704B
(82,112,75)
#455F40
(69,95,64)
#384E35
(56,78,53)
#2B3D2A
(43,61,42)
#1E2C1F
(30,44,31)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #93C582

#93C582
(147,197,130)
#9CCA8D
(156,202,141)
#A5CF98
(165,207,152)
#AED4A3
(174,212,163)
#B7D9AE
(183,217,174)
#C0DEB9
(192,222,185)
#C9E3C4
(201,227,196)
#D2E8CF
(210,232,207)
#DBEDDA
(219,237,218)
#E4F2E5
(228,242,229)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C582 color. Also use rgb(147,197,130) instead hex code.

Text Font Color

.myTextColor { color: #93C582; }

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

This text font color is #93C582.


Background Color

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

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

This div background color is #93C582.


Border color

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

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

This div border color is #93C582.


Opacity

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

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

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

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

This text has shadow with #93C582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C582 on black background.


Color preview on white background

This text has color #93C582 on white background.



Black color preview on #93C582 background

This text has black color on #93C582 background.


White color preview on #93C582 background

This text has white color on #93C582 background.