COLOR #53882A

HEX: #53882A
RGB: (83,136,42)

Color info

#53882A contains mainly red and green colors. Web safe color of #53882A is #669933 (or #693).

RGB color model

#53882A color RGB value is (83,136,42).

  • red value is 83;
  • green value is 136;
  • blue value is 42.
RGB:
(83,136,42)
(33%,53%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 42 of 255 = 16%

83
136
42

R + G + B ~ 34%. #53882A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 42 = 261 (100%)
R 83 of 261 ~ 31.8%
G 136 of 261 ~ 52.11%
B 42 of 261 ~ 16.09%

%31.8
%52.11
%16.09

CMYK color model

#53882A color CMYK value is (39,0,69,47).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(39,0,69,47)
C39M0Y69K47 
(39%,0%,69%,47%)
(0.39/0.00/0.69/0.47)	

CMYK percentages

%38.97
%0
%69.12
%46.67

Codes

Color #53882A in popluar color models

53882A
RGB8313642
HSL94°52.81%34.90%
HSB/HSV94°69.12%53.33%
CMYK38.97%0.00%69.12%
46.67%

Color #53882A in popluar number systems.

HEX53882A
Decimal8313642
Binary101001110001000101010
Octal12321052

Shades and tints

Shades of #53882A

#53882A
(83,136,42)
#4C7C27
(76,124,39)
#457024
(69,112,36)
#3E6421
(62,100,33)
#37581E
(55,88,30)
#304C1B
(48,76,27)
#294018
(41,64,24)
#223415
(34,52,21)
#1B2812
(27,40,18)
#141C0F
(20,28,15)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #53882A

#53882A
(83,136,42)
#62923D
(98,146,61)
#719C50
(113,156,80)
#80A663
(128,166,99)
#8FB076
(143,176,118)
#9EBA89
(158,186,137)
#ADC49C
(173,196,156)
#BCCEAF
(188,206,175)
#CBD8C2
(203,216,194)
#DAE2D5
(218,226,213)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53882A color. Also use rgb(83,136,42) instead hex code.

Text Font Color

.myTextColor { color: #53882A; }

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

This text font color is #53882A.


Background Color

.myBgColor { background-color: #53882A; }

<div style="background-color:#53882A">Inner text</div>

This div background color is #53882A.


Border color

.myBorderColor { border: 1px solid #53882A; }

<div style="border:3px solid #53882A">Div</div>

This div border color is #53882A.


Opacity

.myOpacity80 { color: #53882A; opacity: 0.8; }

<p style="color:#53882A;opacity:0.8;">80%</p>

Text with #53882A 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 #53882A;}

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

This text has shadow with #53882A color.

.textShadow {text-shadow: 3px 3px 1px #53882A, 3px 3px 1px red;}

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

This text has shadow with #53882A primary color and red secondary color.


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

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

This text has shadow with #53882A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53882A on black background.


Color preview on white background

This text has color #53882A on white background.



Black color preview on #53882A background

This text has black color on #53882A background.


White color preview on #53882A background

This text has white color on #53882A background.