COLOR #53804C

HEX: #53804C
RGB: (83,128,76)

Color info

#53804C contains red, green and blue colors in about the same proportion. Web safe color of #53804C is #666633 (or #663).

RGB color model

#53804C color RGB value is (83,128,76).

  • red value is 83;
  • green value is 128;
  • blue value is 76.
RGB:
(83,128,76)
(33%,50%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 76 of 255 = 30%

83
128
76

R + G + B ~ 38%. #53804C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 76 = 287 (100%)
R 83 of 287 ~ 28.92%
G 128 of 287 ~ 44.6%
B 76 of 287 ~ 26.48%

%28.92
%44.6
%26.48

CMYK color model

#53804C color CMYK value is (35,0,41,50).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 49.80%
CMYK:
(35,0,41,50)
C35M0Y41K50 
(35%,0%,41%,50%)
(0.35/0.00/0.41/0.50)	

CMYK percentages

%35.16
%0
%40.63
%49.8

Codes

Color #53804C in popluar color models

53804C
RGB8312876
HSL112°25.49%40.00%
HSB/HSV112°40.63%50.20%
CMYK35.16%0.00%40.63%
49.80%

Color #53804C in popluar number systems.

HEX53804C
Decimal8312876
Binary1010011100000001001100
Octal123200114

Shades and tints

Shades of #53804C

#53804C
(83,128,76)
#4C7546
(76,117,70)
#456A40
(69,106,64)
#3E5F3A
(62,95,58)
#375434
(55,84,52)
#30492E
(48,73,46)
#293E28
(41,62,40)
#223322
(34,51,34)
#1B281C
(27,40,28)
#141D16
(20,29,22)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #53804C

#53804C
(83,128,76)
#628B5C
(98,139,92)
#71966C
(113,150,108)
#80A17C
(128,161,124)
#8FAC8C
(143,172,140)
#9EB79C
(158,183,156)
#ADC2AC
(173,194,172)
#BCCDBC
(188,205,188)
#CBD8CC
(203,216,204)
#DAE3DC
(218,227,220)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53804C color. Also use rgb(83,128,76) instead hex code.

Text Font Color

.myTextColor { color: #53804C; }

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

This text font color is #53804C.


Background Color

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

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

This div background color is #53804C.


Border color

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

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

This div border color is #53804C.


Opacity

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

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

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

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

This text has shadow with #53804C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53804C on black background.


Color preview on white background

This text has color #53804C on white background.



Black color preview on #53804C background

This text has black color on #53804C background.


White color preview on #53804C background

This text has white color on #53804C background.