COLOR #93A253

HEX: #93A253 RGB: (147,162,83)

Color info

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

RGB color model

#93A253 color RGB value is (147,162,83).

RGB: (147,162,83) (58%, 64%, 33%)

RGB channels and saturation

R 147 of 255 = 58%
G 162 of 255 = 64%
B 83 of 255 = 33%

147
162
83

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

Portions of RGB colors in percentages

R + G + B = 147 + 162 + 83 = 392 (100%)
R 147 of 392 ~ 37.5%
G 162 of 392 ~ 41.33%
B 83 of 392 ~ 21.17'%

%37.5
%41.33
%21.17

CMYK color model

#93A253 color CMYK value is (9,0,49,36).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 36.47%

CMYK: (9,0,49,36)
C9M0Y49K36 (9%, 0%, 49%, 36%)
(0.09 / 0.00 / 0.49 / 0.36)

CMYK percentages

%9.26
%0
%48.77
%36.47

Codes

Color #93A253 in popluar color models

93 A2 53
RGB 147 162 83
HSL 71° 32.24% 48.04%
HSB/HSV 71° 48.77% 63.53%
CMYK 9.26% 0.00% 48.77%
36.47%

Color #93A253 in popluar number systems.

HEX 93 A2 53
Decimal 147 162 83
Binary 10010011 10100010 1010011
Octal 223 242 123

Shades and tints

Shades of #93A253

#93A253
(147,162,83)
#86944C
(134,148,76)
#798645
(121,134,69)
#6C783E
(108,120,62)
#5F6A37
(95,106,55)
#525C30
(82,92,48)
#454E29
(69,78,41)
#384022
(56,64,34)
#2B321B
(43,50,27)
#1E2414
(30,36,20)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #93A253

#93A253
(147,162,83)
#9CAA62
(156,170,98)
#A5B271
(165,178,113)
#AEBA80
(174,186,128)
#B7C28F
(183,194,143)
#C0CA9E
(192,202,158)
#C9D2AD
(201,210,173)
#D2DABC
(210,218,188)
#DBE2CB
(219,226,203)
#E4EADA
(228,234,218)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A253; }

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

This text font color is #93A253.

Background Color

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

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

This div background color is #93A253.

Border color

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

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

This div border color is #93A253.

Opacity

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

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

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

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

This text has shadow with #93A253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A253.

Preview

Color preview on black background

This text has color #93A253 on black background.


Color preview on white background

This text has color #93A253 on white background.


Black color preview on #93A253 background

This text has black color on #93A253 background.


White color preview on #93A253 background

This text has white color on #93A253 background.


Related colors

Complementary color

Complementary color for #hex is #6C5DAC.


I love getcolorcode.com

Triadic colors

1 #5393A2 and #A25393 with #93A253 are triadic colors.

2 #53A293 and #A29353 with #93A253 are triadic colors.