COLOR #93A753

HEX: #93A753
RGB: (147,167,83)

Color info

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

RGB color model

#93A753 color RGB value is (147,167,83).

  • red value is 147;
  • green value is 167;
  • blue value is 83.
RGB:
(147,167,83)
(58%,65%,33%)

RGB channels and saturation

R 147 of 255 = 58%
G 167 of 255 = 65%
B 83 of 255 = 33%

147
167
83

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

Portions of RGB colors in percentages

R + G + B =
147 + 167 + 83 = 397 (100%)
R 147 of 397 ~ 37.03%
G 167 of 397 ~ 42.07%
B 83 of 397 ~ 20.91%

%37.03
%42.07
%20.91

CMYK color model

#93A753 color CMYK value is (12,0,50,35).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(12,0,50,35)
C12M0Y50K35 
(12%,0%,50%,35%)
(0.12/0.00/0.50/0.35)	

CMYK percentages

%11.98
%0
%50.3
%34.51

Codes

Color #93A753 in popluar color models

93A753
RGB14716783
HSL74°33.60%49.02%
HSB/HSV74°50.30%65.49%
CMYK11.98%0.00%50.30%
34.51%

Color #93A753 in popluar number systems.

HEX93A753
Decimal14716783
Binary10010011101001111010011
Octal223247123

Shades and tints

Shades of #93A753

#93A753
(147,167,83)
#86984C
(134,152,76)
#798945
(121,137,69)
#6C7A3E
(108,122,62)
#5F6B37
(95,107,55)
#525C30
(82,92,48)
#454D29
(69,77,41)
#383E22
(56,62,34)
#2B2F1B
(43,47,27)
#1E2014
(30,32,20)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #93A753

#93A753
(147,167,83)
#9CAF62
(156,175,98)
#A5B771
(165,183,113)
#AEBF80
(174,191,128)
#B7C78F
(183,199,143)
#C0CF9E
(192,207,158)
#C9D7AD
(201,215,173)
#D2DFBC
(210,223,188)
#DBE7CB
(219,231,203)
#E4EFDA
(228,239,218)
#EDF7E9
(237,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A753 color. Also use rgb(147,167,83) instead hex code.

Text Font Color

.myTextColor { color: #93A753; }

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

This text font color is #93A753.


Background Color

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

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

This div background color is #93A753.


Border color

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

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

This div border color is #93A753.


Opacity

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

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

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

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

This text has shadow with #93A753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A753 on black background.


Color preview on white background

This text has color #93A753 on white background.



Black color preview on #93A753 background

This text has black color on #93A753 background.


White color preview on #93A753 background

This text has white color on #93A753 background.