COLOR #93B05A

HEX: #93B05A RGB: (147,176,90)

Color info

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

RGB color model

#93B05A color RGB value is (147,176,90).

RGB: (147,176,90) (58%, 69%, 35%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 90 of 255 = 35%

147
176
90

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

Portions of RGB colors in percentages

R + G + B = 147 + 176 + 90 = 413 (100%)
R 147 of 413 ~ 35.59%
G 176 of 413 ~ 42.62%
B 90 of 413 ~ 21.79'%

%35.59
%42.62
%21.79

CMYK color model

#93B05A color CMYK value is (16,0,49,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 30.98%
CMYK: (16,0,49,31) C16M0Y49K31 (16%,0%,49%,31%) (0.16/0.00/0.49/0.31) 

CMYK percentages

%16.48
%0
%48.86
%30.98

Codes

Color #93B05A in popluar color models

93 B0 5A
RGB 147 176 90
HSL 80° 35.25% 52.16%
HSB/HSV 80° 48.86% 69.02%
CMYK 16.48% 0.00% 48.86%
30.98%

Color #93B05A in popluar number systems.

HEX 93 B0 5A
Decimal 147 176 90
Binary 10010011 10110000 1011010
Octal 223 260 132

Shades and tints

Shades of #93B05A

#93B05A
(147,176,90)
#86A052
(134,160,82)
#79904A
(121,144,74)
#6C8042
(108,128,66)
#5F703A
(95,112,58)
#526032
(82,96,50)
#45502A
(69,80,42)
#384022
(56,64,34)
#2B301A
(43,48,26)
#1E2012
(30,32,18)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #93B05A

#93B05A
(147,176,90)
#9CB769
(156,183,105)
#A5BE78
(165,190,120)
#AEC587
(174,197,135)
#B7CC96
(183,204,150)
#C0D3A5
(192,211,165)
#C9DAB4
(201,218,180)
#D2E1C3
(210,225,195)
#DBE8D2
(219,232,210)
#E4EFE1
(228,239,225)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B05A color. Also use rgb(147,176,90) instead hex code.

Text Font Color

.myTextColor { color: #93B05A; }

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

This text font color is #93B05A.

Background Color

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

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

This div background color is #93B05A.

Border color

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

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

This div border color is #93B05A.

Opacity

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

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

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

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

This text has shadow with #93B05A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B05A.

Preview

Color preview on black background

This text has color #93B05A on black background.


Color preview on white background

This text has color #93B05A on white background.


Black color preview on #93B05A background

This text has black color on #93B05A background.


White color preview on #93B05A background

This text has white color on #93B05A background.


Related colors

Complementary color

Complementary color for #hex is #6C4FA5.


I love getcolorcode.com

Triadic colors

1 #5A93B0 and #B05A93 with #93B05A are triadic colors.

2 #5AB093 and #B0935A with #93B05A are triadic colors.