COLOR #53806C

HEX: #53806C RGB: (83,128,108)

Color info

#53806C contains red, green and blue colors in about the same proportion. Web safe color of #53806C is #666666 (or #666).

RGB color model

#53806C color RGB value is (83,128,108).

RGB: (83,128,108) (33%, 50%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 108 of 255 = 42%

83
128
108

R + G + B ~ 42%. #53806C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 128 + 108 = 319 (100%)
R 83 of 319 ~ 26.02%
G 128 of 319 ~ 40.13%
B 108 of 319 ~ 33.86'%

%26.02
%40.13
%33.86

CMYK color model

#53806C color CMYK value is (35,0,16,50).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%

CMYK: (35,0,16,50)
C35M0Y16K50 (35%, 0%, 16%, 50%)
(0.35 / 0.00 / 0.16 / 0.50)

CMYK percentages

%35.16
%0
%15.63
%49.8

Codes

Color #53806C in popluar color models

53 80 6C
RGB 83 128 108
HSL 153° 21.33% 41.37%
HSB/HSV 153° 35.16% 50.20%
CMYK 35.16% 0.00% 15.63%
49.80%

Color #53806C in popluar number systems.

HEX 53 80 6C
Decimal 83 128 108
Binary 1010011 10000000 1101100
Octal 123 200 154

Shades and tints

Shades of #53806C

#53806C
(83,128,108)
#4C7563
(76,117,99)
#456A5A
(69,106,90)
#3E5F51
(62,95,81)
#375448
(55,84,72)
#30493F
(48,73,63)
#293E36
(41,62,54)
#22332D
(34,51,45)
#1B2824
(27,40,36)
#141D1B
(20,29,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53806C

#53806C
(83,128,108)
#628B79
(98,139,121)
#719686
(113,150,134)
#80A193
(128,161,147)
#8FACA0
(143,172,160)
#9EB7AD
(158,183,173)
#ADC2BA
(173,194,186)
#BCCDC7
(188,205,199)
#CBD8D4
(203,216,212)
#DAE3E1
(218,227,225)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53806C; }

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

This text font color is #53806C.

Background Color

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

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

This div background color is #53806C.

Border color

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

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

This div border color is #53806C.

Opacity

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

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

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

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

This text has shadow with #53806C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53806C.

Preview

Color preview on black background

This text has color #53806C on black background.


Color preview on white background

This text has color #53806C on white background.


Black color preview on #53806C background

This text has black color on #53806C background.


White color preview on #53806C background

This text has white color on #53806C background.


Related colors

Complementary color

Complementary color for #hex is #AC7F93.


I love getcolorcode.com

Triadic colors

1 #6C5380 and #806C53 with #53806C are triadic colors.

2 #6C8053 and #80536C with #53806C are triadic colors.