COLOR #93AC75

HEX: #93AC75
RGB: (147,172,117)

Color info

#93AC75 contains red, green and blue colors in about the same proportion. Web safe color of #93AC75 is #999966 (or #996).

RGB color model

#93AC75 color RGB value is (147,172,117).

  • red value is 147;
  • green value is 172;
  • blue value is 117.
RGB:
(147,172,117)
(58%,67%,46%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 117 of 255 = 46%

147
172
117

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

Portions of RGB colors in percentages

R + G + B =
147 + 172 + 117 = 436 (100%)
R 147 of 436 ~ 33.72%
G 172 of 436 ~ 39.45%
B 117 of 436 ~ 26.83%

%33.72
%39.45
%26.83

CMYK color model

#93AC75 color CMYK value is (15,0,32,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 32.55%
CMYK:
(15,0,32,33)
C15M0Y32K33 
(15%,0%,32%,33%)
(0.15/0.00/0.32/0.33)	

CMYK percentages

%14.53
%0
%31.98
%32.55

Codes

Color #93AC75 in popluar color models

93AC75
RGB147172117
HSL87°24.89%56.67%
HSB/HSV87°31.98%67.45%
CMYK14.53%0.00%31.98%
32.55%

Color #93AC75 in popluar number systems.

HEX93AC75
Decimal147172117
Binary10010011101011001110101
Octal223254165

Shades and tints

Shades of #93AC75

#93AC75
(147,172,117)
#869D6B
(134,157,107)
#798E61
(121,142,97)
#6C7F57
(108,127,87)
#5F704D
(95,112,77)
#526143
(82,97,67)
#455239
(69,82,57)
#38432F
(56,67,47)
#2B3425
(43,52,37)
#1E251B
(30,37,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #93AC75

#93AC75
(147,172,117)
#9CB381
(156,179,129)
#A5BA8D
(165,186,141)
#AEC199
(174,193,153)
#B7C8A5
(183,200,165)
#C0CFB1
(192,207,177)
#C9D6BD
(201,214,189)
#D2DDC9
(210,221,201)
#DBE4D5
(219,228,213)
#E4EBE1
(228,235,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AC75 color. Also use rgb(147,172,117) instead hex code.

Text Font Color

.myTextColor { color: #93AC75; }

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

This text font color is #93AC75.


Background Color

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

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

This div background color is #93AC75.


Border color

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

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

This div border color is #93AC75.


Opacity

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

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

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

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

This text has shadow with #93AC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AC75 on black background.


Color preview on white background

This text has color #93AC75 on white background.



Black color preview on #93AC75 background

This text has black color on #93AC75 background.


White color preview on #93AC75 background

This text has white color on #93AC75 background.