COLOR #53781F

HEX: #53781F RGB: (83,120,31)

Color info

#53781F contains mainly red and green colors. Web safe color of #53781F is #666633 (or #663).

RGB color model

#53781F color RGB value is (83,120,31).

RGB: (83,120,31) (33%, 47%, 12%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 31 of 255 = 12%

83
120
31

R + G + B ~ 31%. #53781F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 120 + 31 = 234 (100%)
R 83 of 234 ~ 35.47%
G 120 of 234 ~ 51.28%
B 31 of 234 ~ 13.25'%

%35.47
%51.28
%13.25

CMYK color model

#53781F color CMYK value is (31,0,74,53).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 74.17%
  • key color value is 52.94%
CMYK: (31,0,74,53) C31M0Y74K53 (31%,0%,74%,53%) (0.31/0.00/0.74/0.53) 

CMYK percentages

%30.83
%0
%74.17
%52.94

Codes

Color #53781F in popluar color models

53 78 1F
RGB 83 120 31
HSL 85° 58.94% 29.61%
HSB/HSV 85° 74.17% 47.06%
CMYK 30.83% 0.00% 74.17%
52.94%

Color #53781F in popluar number systems.

HEX 53 78 1F
Decimal 83 120 31
Binary 1010011 1111000 11111
Octal 123 170 37

Shades and tints

Shades of #53781F

#53781F
(83,120,31)
#4C6E1D
(76,110,29)
#45641B
(69,100,27)
#3E5A19
(62,90,25)
#375017
(55,80,23)
#304615
(48,70,21)
#293C13
(41,60,19)
#223211
(34,50,17)
#1B280F
(27,40,15)
#141E0D
(20,30,13)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #53781F

#53781F
(83,120,31)
#628433
(98,132,51)
#719047
(113,144,71)
#809C5B
(128,156,91)
#8FA86F
(143,168,111)
#9EB483
(158,180,131)
#ADC097
(173,192,151)
#BCCCAB
(188,204,171)
#CBD8BF
(203,216,191)
#DAE4D3
(218,228,211)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53781F color. Also use rgb(83,120,31) instead hex code.

Text Font Color

.myTextColor { color: #53781F; }

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

This text font color is #53781F.

Background Color

.myBgColor { background-color: #53781F; }

<div style="background-color:#53781F">Inner text</div>

This div background color is #53781F.

Border color

.myBorderColor { border: 1px solid #53781F; }

<div style="border:3px solid #53781F">Div</div>

This div border color is #53781F.

Opacity

.myOpacity80 { color: #53781F; opacity: 0.8; }

<p style="color:#53781F;opacity:0.8;">80%</p>

Text with #53781F 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 #53781F;}

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

This text has shadow with #53781F color.


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

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

This text has shadow with #53781F primary color and red secondary color.


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

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

This text has shadow with #53781F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53781F.

Preview

Color preview on black background

This text has color #53781F on black background.


Color preview on white background

This text has color #53781F on white background.


Black color preview on #53781F background

This text has black color on #53781F background.


White color preview on #53781F background

This text has white color on #53781F background.


Related colors

Complementary color

Complementary color for #hex is #AC87E0.


I love getcolorcode.com

Triadic colors

1 #1F5378 and #781F53 with #53781F are triadic colors.

2 #1F7853 and #78531F with #53781F are triadic colors.