COLOR #53806E

HEX: #53806E
RGB: (83,128,110)

Color info

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

RGB color model

#53806E color RGB value is (83,128,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 110 of 255 = 43%

83
128
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 110 = 321 (100%)
R 83 of 321 ~ 25.86%
G 128 of 321 ~ 39.88%
B 110 of 321 ~ 34.27%

%25.86
%39.88
%34.27

CMYK color model

#53806E color CMYK value is (35,0,14,50).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 49.80%
CMYK:
(35,0,14,50)
C35M0Y14K50 
(35%,0%,14%,50%)
(0.35/0.00/0.14/0.50)	

CMYK percentages

%35.16
%0
%14.06
%49.8

Codes

Color #53806E in popluar color models

53806E
RGB83128110
HSL156°21.33%41.37%
HSB/HSV156°35.16%50.20%
CMYK35.16%0.00%14.06%
49.80%

Color #53806E in popluar number systems.

HEX53806E
Decimal83128110
Binary1010011100000001101110
Octal123200156

Shades and tints

Shades of #53806E

#53806E
(83,128,110)
#4C7564
(76,117,100)
#456A5A
(69,106,90)
#3E5F50
(62,95,80)
#375446
(55,84,70)
#30493C
(48,73,60)
#293E32
(41,62,50)
#223328
(34,51,40)
#1B281E
(27,40,30)
#141D14
(20,29,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #53806E

#53806E
(83,128,110)
#628B7B
(98,139,123)
#719688
(113,150,136)
#80A195
(128,161,149)
#8FACA2
(143,172,162)
#9EB7AF
(158,183,175)
#ADC2BC
(173,194,188)
#BCCDC9
(188,205,201)
#CBD8D6
(203,216,214)
#DAE3E3
(218,227,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53806E; }

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

This text font color is #53806E.


Background Color

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

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

This div background color is #53806E.


Border color

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

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

This div border color is #53806E.


Opacity

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

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

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

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

This text has shadow with #53806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53806E on black background.


Color preview on white background

This text has color #53806E on white background.



Black color preview on #53806E background

This text has black color on #53806E background.


White color preview on #53806E background

This text has white color on #53806E background.