COLOR #53991C

HEX: #53991C RGB: (83,153,28)

Color info

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

RGB color model

#53991C color RGB value is (83,153,28).

RGB: (83,153,28) (33%, 60%, 11%)

RGB channels and saturation

R 83 of 255 = 33%
G 153 of 255 = 60%
B 28 of 255 = 11%

83
153
28

R + G + B ~ 35%. #53991C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 153 + 28 = 264 (100%)
R 83 of 264 ~ 31.44%
G 153 of 264 ~ 57.95%
B 28 of 264 ~ 10.61'%

%31.44
%57.95
%10.61

CMYK color model

#53991C color CMYK value is (46,0,82,40).

  • cyan value is 45.75%
  • magenta value is 0.00%
  • yellow value is 81.70%
  • key color value is 40.00%

CMYK: (46,0,82,40)
C46M0Y82K40 (46%, 0%, 82%, 40%)
(0.46 / 0.00 / 0.82 / 0.40)

CMYK percentages

%45.75
%0
%81.7
%40

Codes

Color #53991C in popluar color models

53 99 1C
RGB 83 153 28
HSL 94° 69.06% 35.49%
HSB/HSV 94° 81.70% 60.00%
CMYK 45.75% 0.00% 81.70%
40.00%

Color #53991C in popluar number systems.

HEX 53 99 1C
Decimal 83 153 28
Binary 1010011 10011001 11100
Octal 123 231 34

Shades and tints

Shades of #53991C

#53991C
(83,153,28)
#4C8C1A
(76,140,26)
#457F18
(69,127,24)
#3E7216
(62,114,22)
#376514
(55,101,20)
#305812
(48,88,18)
#294B10
(41,75,16)
#223E0E
(34,62,14)
#1B310C
(27,49,12)
#14240A
(20,36,10)
#0D1708
(13,23,8)
#000000
(0,0,0)

Tints of #53991C

#53991C
(83,153,28)
#62A230
(98,162,48)
#71AB44
(113,171,68)
#80B458
(128,180,88)
#8FBD6C
(143,189,108)
#9EC680
(158,198,128)
#ADCF94
(173,207,148)
#BCD8A8
(188,216,168)
#CBE1BC
(203,225,188)
#DAEAD0
(218,234,208)
#E9F3E4
(233,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53991C color. Also use rgb(83,153,28) instead hex code.

Text Font Color

.myTextColor { color: #53991C; }

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

This text font color is #53991C.

Background Color

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

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

This div background color is #53991C.

Border color

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

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

This div border color is #53991C.

Opacity

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

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

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

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

This text has shadow with #53991C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53991C.

Preview

Color preview on black background

This text has color #53991C on black background.


Color preview on white background

This text has color #53991C on white background.


Black color preview on #53991C background

This text has black color on #53991C background.


White color preview on #53991C background

This text has white color on #53991C background.


Related colors

Complementary color

Complementary color for #hex is #AC66E3.


I love getcolorcode.com

Triadic colors

1 #1C5399 and #991C53 with #53991C are triadic colors.

2 #1C9953 and #99531C with #53991C are triadic colors.