COLOR #93A591

HEX: #93A591
RGB: (147,165,145)

Color info

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

RGB color model

#93A591 color RGB value is (147,165,145).

  • red value is 147;
  • green value is 165;
  • blue value is 145.
RGB:
(147,165,145)
(58%,65%,57%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 145 of 255 = 57%

147
165
145

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

Portions of RGB colors in percentages

R + G + B =
147 + 165 + 145 = 457 (100%)
R 147 of 457 ~ 32.17%
G 165 of 457 ~ 36.11%
B 145 of 457 ~ 31.73%

%32.17
%36.11
%31.73

CMYK color model

#93A591 color CMYK value is (11,0,12,35).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(11,0,12,35)
C11M0Y12K35 
(11%,0%,12%,35%)
(0.11/0.00/0.12/0.35)	

CMYK percentages

%10.91
%0
%12.12
%35.29

Codes

Color #93A591 in popluar color models

93A591
RGB147165145
HSL114°10.00%60.78%
HSB/HSV114°12.12%64.71%
CMYK10.91%0.00%12.12%
35.29%

Color #93A591 in popluar number systems.

HEX93A591
Decimal147165145
Binary100100111010010110010001
Octal223245221

Shades and tints

Shades of #93A591

#93A591
(147,165,145)
#869684
(134,150,132)
#798777
(121,135,119)
#6C786A
(108,120,106)
#5F695D
(95,105,93)
#525A50
(82,90,80)
#454B43
(69,75,67)
#383C36
(56,60,54)
#2B2D29
(43,45,41)
#1E1E1C
(30,30,28)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #93A591

#93A591
(147,165,145)
#9CAD9B
(156,173,155)
#A5B5A5
(165,181,165)
#AEBDAF
(174,189,175)
#B7C5B9
(183,197,185)
#C0CDC3
(192,205,195)
#C9D5CD
(201,213,205)
#D2DDD7
(210,221,215)
#DBE5E1
(219,229,225)
#E4EDEB
(228,237,235)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A591 color. Also use rgb(147,165,145) instead hex code.

Text Font Color

.myTextColor { color: #93A591; }

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

This text font color is #93A591.


Background Color

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

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

This div background color is #93A591.


Border color

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

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

This div border color is #93A591.


Opacity

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

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

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

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

This text has shadow with #93A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A591 on black background.


Color preview on white background

This text has color #93A591 on white background.



Black color preview on #93A591 background

This text has black color on #93A591 background.


White color preview on #93A591 background

This text has white color on #93A591 background.