COLOR #53980E

HEX: #53980E RGB: (83,152,14)

Color info

#53980E contains mainly green color. Web safe color of #53980E is #669900 (or #690).

RGB color model

#53980E color RGB value is (83,152,14).

RGB: (83,152,14) (33%, 60%, 5%)

RGB channels and saturation

R 83 of 255 = 33%
G 152 of 255 = 60%
B 14 of 255 = 5%

83
152
14

R + G + B ~ 33%. #53980E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 152 + 14 = 249 (100%)
R 83 of 249 ~ 33.33%
G 152 of 249 ~ 61.04%
B 14 of 249 ~ 5.62'%

%33.33
%61.04

CMYK color model

#53980E color CMYK value is (45,0,91,40).

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

CMYK: (45,0,91,40)
C45M0Y91K40 (45%, 0%, 91%, 40%)
(0.45 / 0.00 / 0.91 / 0.40)

CMYK percentages

%45.39
%0
%90.79
%40.39

Codes

Color #53980E in popluar color models

53 98 0E
RGB 83 152 14
HSL 90° 83.13% 32.55%
HSB/HSV 90° 90.79% 59.61%
CMYK 45.39% 0.00% 90.79%
40.39%

Color #53980E in popluar number systems.

HEX 53 98 0E
Decimal 83 152 14
Binary 1010011 10011000 1110
Octal 123 230 16

Shades and tints

Shades of #53980E

#53980E
(83,152,14)
#4C8B0D
(76,139,13)
#457E0C
(69,126,12)
#3E710B
(62,113,11)
#37640A
(55,100,10)
#305709
(48,87,9)
#294A08
(41,74,8)
#223D07
(34,61,7)
#1B3006
(27,48,6)
#142305
(20,35,5)
#0D1604
(13,22,4)
#000000
(0,0,0)

Tints of #53980E

#53980E
(83,152,14)
#62A123
(98,161,35)
#71AA38
(113,170,56)
#80B34D
(128,179,77)
#8FBC62
(143,188,98)
#9EC577
(158,197,119)
#ADCE8C
(173,206,140)
#BCD7A1
(188,215,161)
#CBE0B6
(203,224,182)
#DAE9CB
(218,233,203)
#E9F2E0
(233,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53980E color. Also use rgb(83,152,14) instead hex code.

Text Font Color

.myTextColor { color: #53980E; }

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

This text font color is #53980E.

Background Color

.myBgColor { background-color: #53980E; }

<div style="background-color:#53980E">Inner text</div>

This div background color is #53980E.

Border color

.myBorderColor { border: 1px solid #53980E; }

<div style="border:3px solid #53980E">Div</div>

This div border color is #53980E.

Opacity

.myOpacity80 { color: #53980E; opacity: 0.8; }

<p style="color:#53980E;opacity:0.8;">80%</p>

Text with #53980E 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 #53980E;}

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

This text has shadow with #53980E color.


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

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

This text has shadow with #53980E primary color and red secondary color.


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

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

This text has shadow with #53980E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53980E.

Preview

Color preview on black background

This text has color #53980E on black background.


Color preview on white background

This text has color #53980E on white background.


Black color preview on #53980E background

This text has black color on #53980E background.


White color preview on #53980E background

This text has white color on #53980E background.


Related colors

Complementary color

Complementary color for #hex is #AC67F1.


I love getcolorcode.com

Triadic colors

1 #0E5398 and #980E53 with #53980E are triadic colors.

2 #0E9853 and #98530E with #53980E are triadic colors.