COLOR #93A858

HEX: #93A858 RGB: (147,168,88)

Color info

#93A858 contains mainly red and green colors. Web safe color of #93A858 is #999966 (or #996).

RGB color model

#93A858 color RGB value is (147,168,88).

RGB: (147,168,88) (58%, 66%, 35%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 88 of 255 = 35%

147
168
88

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

Portions of RGB colors in percentages

R + G + B = 147 + 168 + 88 = 403 (100%)
R 147 of 403 ~ 36.48%
G 168 of 403 ~ 41.69%
B 88 of 403 ~ 21.84'%

%36.48
%41.69
%21.84

CMYK color model

#93A858 color CMYK value is (13,0,48,34).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 34.12%

CMYK: (13,0,48,34)
C13M0Y48K34 (13%, 0%, 48%, 34%)
(0.13 / 0.00 / 0.48 / 0.34)

CMYK percentages

%12.5
%0
%47.62
%34.12

Codes

Color #93A858 in popluar color models

93 A8 58
RGB 147 168 88
HSL 76° 31.50% 50.20%
HSB/HSV 76° 47.62% 65.88%
CMYK 12.50% 0.00% 47.62%
34.12%

Color #93A858 in popluar number systems.

HEX 93 A8 58
Decimal 147 168 88
Binary 10010011 10101000 1011000
Octal 223 250 130

Shades and tints

Shades of #93A858

#93A858
(147,168,88)
#869950
(134,153,80)
#798A48
(121,138,72)
#6C7B40
(108,123,64)
#5F6C38
(95,108,56)
#525D30
(82,93,48)
#454E28
(69,78,40)
#383F20
(56,63,32)
#2B3018
(43,48,24)
#1E2110
(30,33,16)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #93A858

#93A858
(147,168,88)
#9CAF67
(156,175,103)
#A5B676
(165,182,118)
#AEBD85
(174,189,133)
#B7C494
(183,196,148)
#C0CBA3
(192,203,163)
#C9D2B2
(201,210,178)
#D2D9C1
(210,217,193)
#DBE0D0
(219,224,208)
#E4E7DF
(228,231,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A858 color. Also use rgb(147,168,88) instead hex code.

Text Font Color

.myTextColor { color: #93A858; }

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

This text font color is #93A858.

Background Color

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

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

This div background color is #93A858.

Border color

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

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

This div border color is #93A858.

Opacity

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

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

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

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

This text has shadow with #93A858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A858.

Preview

Color preview on black background

This text has color #93A858 on black background.


Color preview on white background

This text has color #93A858 on white background.


Black color preview on #93A858 background

This text has black color on #93A858 background.


White color preview on #93A858 background

This text has white color on #93A858 background.


Related colors

Complementary color

Complementary color for #hex is #6C57A7.


I love getcolorcode.com

Triadic colors

1 #5893A8 and #A85893 with #93A858 are triadic colors.

2 #58A893 and #A89358 with #93A858 are triadic colors.