COLOR #93B585

HEX: #93B585
RGB: (147,181,133)

Color info

#93B585 contains red, green and blue colors in about the same proportion. Web safe color of #93B585 is #99CC99 (or #9C9).

RGB color model

#93B585 color RGB value is (147,181,133).

  • red value is 147;
  • green value is 181;
  • blue value is 133.
RGB:
(147,181,133)
(58%,71%,52%)

RGB channels and saturation

R 147 of 255 = 58%
G 181 of 255 = 71%
B 133 of 255 = 52%

147
181
133

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

Portions of RGB colors in percentages

R + G + B =
147 + 181 + 133 = 461 (100%)
R 147 of 461 ~ 31.89%
G 181 of 461 ~ 39.26%
B 133 of 461 ~ 28.85%

%31.89
%39.26
%28.85

CMYK color model

#93B585 color CMYK value is (19,0,27,29).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(19,0,27,29)
C19M0Y27K29 
(19%,0%,27%,29%)
(0.19/0.00/0.27/0.29)	

CMYK percentages

%18.78
%0
%26.52
%29.02

Codes

Color #93B585 in popluar color models

93B585
RGB147181133
HSL103°24.49%61.57%
HSB/HSV103°26.52%70.98%
CMYK18.78%0.00%26.52%
29.02%

Color #93B585 in popluar number systems.

HEX93B585
Decimal147181133
Binary100100111011010110000101
Octal223265205

Shades and tints

Shades of #93B585

#93B585
(147,181,133)
#86A579
(134,165,121)
#79956D
(121,149,109)
#6C8561
(108,133,97)
#5F7555
(95,117,85)
#526549
(82,101,73)
#45553D
(69,85,61)
#384531
(56,69,49)
#2B3525
(43,53,37)
#1E2519
(30,37,25)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #93B585

#93B585
(147,181,133)
#9CBB90
(156,187,144)
#A5C19B
(165,193,155)
#AEC7A6
(174,199,166)
#B7CDB1
(183,205,177)
#C0D3BC
(192,211,188)
#C9D9C7
(201,217,199)
#D2DFD2
(210,223,210)
#DBE5DD
(219,229,221)
#E4EBE8
(228,235,232)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B585 color. Also use rgb(147,181,133) instead hex code.

Text Font Color

.myTextColor { color: #93B585; }

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

This text font color is #93B585.


Background Color

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

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

This div background color is #93B585.


Border color

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

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

This div border color is #93B585.


Opacity

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

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

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

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

This text has shadow with #93B585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B585 on black background.


Color preview on white background

This text has color #93B585 on white background.



Black color preview on #93B585 background

This text has black color on #93B585 background.


White color preview on #93B585 background

This text has white color on #93B585 background.