COLOR #53984C

HEX: #53984C RGB: (83,152,76)

Color info

#53984C contains mainly green color. Web safe color of #53984C is #669933 (or #693).

RGB color model

#53984C color RGB value is (83,152,76).

RGB: (83,152,76) (33%, 60%, 30%)

RGB channels and saturation

R 83 of 255 = 33%
G 152 of 255 = 60%
B 76 of 255 = 30%

83
152
76

R + G + B ~ 41%. #53984C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 152 + 76 = 311 (100%)
R 83 of 311 ~ 26.69%
G 152 of 311 ~ 48.87%
B 76 of 311 ~ 24.44'%

%26.69
%48.87
%24.44

CMYK color model

#53984C color CMYK value is (45,0,50,40).

  • cyan value is 45.39%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 40.39%

CMYK: (45,0,50,40)
C45M0Y50K40 (45%, 0%, 50%, 40%)
(0.45 / 0.00 / 0.50 / 0.40)

CMYK percentages

%45.39
%0
%50
%40.39

Codes

Color #53984C in popluar color models

53 98 4C
RGB 83 152 76
HSL 114° 33.33% 44.71%
HSB/HSV 114° 50.00% 59.61%
CMYK 45.39% 0.00% 50.00%
40.39%

Color #53984C in popluar number systems.

HEX 53 98 4C
Decimal 83 152 76
Binary 1010011 10011000 1001100
Octal 123 230 114

Shades and tints

Shades of #53984C

#53984C
(83,152,76)
#4C8B46
(76,139,70)
#457E40
(69,126,64)
#3E713A
(62,113,58)
#376434
(55,100,52)
#30572E
(48,87,46)
#294A28
(41,74,40)
#223D22
(34,61,34)
#1B301C
(27,48,28)
#142316
(20,35,22)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #53984C

#53984C
(83,152,76)
#62A15C
(98,161,92)
#71AA6C
(113,170,108)
#80B37C
(128,179,124)
#8FBC8C
(143,188,140)
#9EC59C
(158,197,156)
#ADCEAC
(173,206,172)
#BCD7BC
(188,215,188)
#CBE0CC
(203,224,204)
#DAE9DC
(218,233,220)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53984C color. Also use rgb(83,152,76) instead hex code.

Text Font Color

.myTextColor { color: #53984C; }

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

This text font color is #53984C.

Background Color

.myBgColor { background-color: #53984C; }

<div style="background-color:#53984C">Inner text</div>

This div background color is #53984C.

Border color

.myBorderColor { border: 1px solid #53984C; }

<div style="border:3px solid #53984C">Div</div>

This div border color is #53984C.

Opacity

.myOpacity80 { color: #53984C; opacity: 0.8; }

<p style="color:#53984C;opacity:0.8;">80%</p>

Text with #53984C 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 #53984C;}

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

This text has shadow with #53984C color.


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

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

This text has shadow with #53984C primary color and red secondary color.


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

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

This text has shadow with #53984C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53984C.

Preview

Color preview on black background

This text has color #53984C on black background.


Color preview on white background

This text has color #53984C on white background.


Black color preview on #53984C background

This text has black color on #53984C background.


White color preview on #53984C background

This text has white color on #53984C background.


Related colors

Complementary color

Complementary color for #hex is #AC67B3.


I love getcolorcode.com

Triadic colors

1 #4C5398 and #984C53 with #53984C are triadic colors.

2 #4C9853 and #98534C with #53984C are triadic colors.