COLOR #53782E

HEX: #53782E
RGB: (83,120,46)

Color info

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

RGB color model

#53782E color RGB value is (83,120,46).

  • red value is 83;
  • green value is 120;
  • blue value is 46.
RGB:
(83,120,46)
(33%,47%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 46 of 255 = 18%

83
120
46

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

Portions of RGB colors in percentages

R + G + B =
83 + 120 + 46 = 249 (100%)
R 83 of 249 ~ 33.33%
G 120 of 249 ~ 48.19%
B 46 of 249 ~ 18.47%

%33.33
%48.19
%18.47

CMYK color model

#53782E color CMYK value is (31,0,62,53).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 52.94%
CMYK:
(31,0,62,53)
C31M0Y62K53 
(31%,0%,62%,53%)
(0.31/0.00/0.62/0.53)	

CMYK percentages

%30.83
%0
%61.67
%52.94

Codes

Color #53782E in popluar color models

53782E
RGB8312046
HSL90°44.58%32.55%
HSB/HSV90°61.67%47.06%
CMYK30.83%0.00%61.67%
52.94%

Color #53782E in popluar number systems.

HEX53782E
Decimal8312046
Binary10100111111000101110
Octal12317056

Shades and tints

Shades of #53782E

#53782E
(83,120,46)
#4C6E2A
(76,110,42)
#456426
(69,100,38)
#3E5A22
(62,90,34)
#37501E
(55,80,30)
#30461A
(48,70,26)
#293C16
(41,60,22)
#223212
(34,50,18)
#1B280E
(27,40,14)
#141E0A
(20,30,10)
#0D1406
(13,20,6)
#000000
(0,0,0)

Tints of #53782E

#53782E
(83,120,46)
#628441
(98,132,65)
#719054
(113,144,84)
#809C67
(128,156,103)
#8FA87A
(143,168,122)
#9EB48D
(158,180,141)
#ADC0A0
(173,192,160)
#BCCCB3
(188,204,179)
#CBD8C6
(203,216,198)
#DAE4D9
(218,228,217)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53782E color. Also use rgb(83,120,46) instead hex code.

Text Font Color

.myTextColor { color: #53782E; }

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

This text font color is #53782E.


Background Color

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

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

This div background color is #53782E.


Border color

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

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

This div border color is #53782E.


Opacity

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

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

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

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

This text has shadow with #53782E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53782E on black background.


Color preview on white background

This text has color #53782E on white background.



Black color preview on #53782E background

This text has black color on #53782E background.


White color preview on #53782E background

This text has white color on #53782E background.