COLOR #93A35C

HEX: #93A35C
RGB: (147,163,92)

Color info

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

RGB color model

#93A35C color RGB value is (147,163,92).

  • red value is 147;
  • green value is 163;
  • blue value is 92.
RGB:
(147,163,92)
(58%,64%,36%)

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 92 of 255 = 36%

147
163
92

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

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 92 = 402 (100%)
R 147 of 402 ~ 36.57%
G 163 of 402 ~ 40.55%
B 92 of 402 ~ 22.89%

%36.57
%40.55
%22.89

CMYK color model

#93A35C color CMYK value is (10,0,44,36).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(10,0,44,36)
C10M0Y44K36 
(10%,0%,44%,36%)
(0.10/0.00/0.44/0.36)	

CMYK percentages

%9.82
%0
%43.56
%36.08

Codes

Color #93A35C in popluar color models

93A35C
RGB14716392
HSL74°27.84%50.00%
HSB/HSV74°43.56%63.92%
CMYK9.82%0.00%43.56%
36.08%

Color #93A35C in popluar number systems.

HEX93A35C
Decimal14716392
Binary10010011101000111011100
Octal223243134

Shades and tints

Shades of #93A35C

#93A35C
(147,163,92)
#869554
(134,149,84)
#79874C
(121,135,76)
#6C7944
(108,121,68)
#5F6B3C
(95,107,60)
#525D34
(82,93,52)
#454F2C
(69,79,44)
#384124
(56,65,36)
#2B331C
(43,51,28)
#1E2514
(30,37,20)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #93A35C

#93A35C
(147,163,92)
#9CAB6A
(156,171,106)
#A5B378
(165,179,120)
#AEBB86
(174,187,134)
#B7C394
(183,195,148)
#C0CBA2
(192,203,162)
#C9D3B0
(201,211,176)
#D2DBBE
(210,219,190)
#DBE3CC
(219,227,204)
#E4EBDA
(228,235,218)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A35C color. Also use rgb(147,163,92) instead hex code.

Text Font Color

.myTextColor { color: #93A35C; }

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

This text font color is #93A35C.


Background Color

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

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

This div background color is #93A35C.


Border color

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

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

This div border color is #93A35C.


Opacity

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

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

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

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

This text has shadow with #93A35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A35C on black background.


Color preview on white background

This text has color #93A35C on white background.



Black color preview on #93A35C background

This text has black color on #93A35C background.


White color preview on #93A35C background

This text has white color on #93A35C background.