COLOR #93B589

HEX: #93B589 RGB: (147,181,137)

Color info

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

RGB color model

#93B589 color RGB value is (147,181,137).

RGB: (147,181,137) (58%, 71%, 54%)

RGB channels and saturation

R 147 of 255 = 58%
G 181 of 255 = 71%
B 137 of 255 = 54%

147
181
137

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

Portions of RGB colors in percentages

R + G + B = 147 + 181 + 137 = 465 (100%)
R 147 of 465 ~ 31.61%
G 181 of 465 ~ 38.92%
B 137 of 465 ~ 29.46'%

%31.61
%38.92
%29.46

CMYK color model

#93B589 color CMYK value is (19,0,24,29).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 29.02%

CMYK: (19,0,24,29)
C19M0Y24K29 (19%, 0%, 24%, 29%)
(0.19 / 0.00 / 0.24 / 0.29)

CMYK percentages

%18.78
%0
%24.31
%29.02

Codes

Color #93B589 in popluar color models

93 B5 89
RGB 147 181 137
HSL 106° 22.92% 62.35%
HSB/HSV 106° 24.31% 70.98%
CMYK 18.78% 0.00% 24.31%
29.02%

Color #93B589 in popluar number systems.

HEX 93 B5 89
Decimal 147 181 137
Binary 10010011 10110101 10001001
Octal 223 265 211

Shades and tints

Shades of #93B589

#93B589
(147,181,137)
#86A57D
(134,165,125)
#799571
(121,149,113)
#6C8565
(108,133,101)
#5F7559
(95,117,89)
#52654D
(82,101,77)
#455541
(69,85,65)
#384535
(56,69,53)
#2B3529
(43,53,41)
#1E251D
(30,37,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #93B589

#93B589
(147,181,137)
#9CBB93
(156,187,147)
#A5C19D
(165,193,157)
#AEC7A7
(174,199,167)
#B7CDB1
(183,205,177)
#C0D3BB
(192,211,187)
#C9D9C5
(201,217,197)
#D2DFCF
(210,223,207)
#DBE5D9
(219,229,217)
#E4EBE3
(228,235,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B589; }

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

This text font color is #93B589.

Background Color

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

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

This div background color is #93B589.

Border color

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

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

This div border color is #93B589.

Opacity

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

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

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

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

This text has shadow with #93B589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B589.

Preview

Color preview on black background

This text has color #93B589 on black background.


Color preview on white background

This text has color #93B589 on white background.


Black color preview on #93B589 background

This text has black color on #93B589 background.


White color preview on #93B589 background

This text has white color on #93B589 background.


Related colors

Complementary color

Complementary color for #hex is #6C4A76.


I love getcolorcode.com

Triadic colors

1 #8993B5 and #B58993 with #93B589 are triadic colors.

2 #89B593 and #B59389 with #93B589 are triadic colors.