COLOR #53776A

HEX: #53776A
RGB: (83,119,106)

Color info

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

RGB color model

#53776A color RGB value is (83,119,106).

  • red value is 83;
  • green value is 119;
  • blue value is 106.
RGB:
(83,119,106)
(33%,47%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 119 of 255 = 47%
B 106 of 255 = 42%

83
119
106

R + G + B ~ 41%. #53776A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 106 = 308 (100%)
R 83 of 308 ~ 26.95%
G 119 of 308 ~ 38.64%
B 106 of 308 ~ 34.42%

%26.95
%38.64
%34.42

CMYK color model

#53776A color CMYK value is (30,0,11,53).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(30,0,11,53)
C30M0Y11K53 
(30%,0%,11%,53%)
(0.30/0.00/0.11/0.53)	

CMYK percentages

%30.25
%0
%10.92
%53.33

Codes

Color #53776A in popluar color models

53776A
RGB83119106
HSL158°17.82%39.61%
HSB/HSV158°30.25%46.67%
CMYK30.25%0.00%10.92%
53.33%

Color #53776A in popluar number systems.

HEX53776A
Decimal83119106
Binary101001111101111101010
Octal123167152

Shades and tints

Shades of #53776A

#53776A
(83,119,106)
#4C6D61
(76,109,97)
#456358
(69,99,88)
#3E594F
(62,89,79)
#374F46
(55,79,70)
#30453D
(48,69,61)
#293B34
(41,59,52)
#22312B
(34,49,43)
#1B2722
(27,39,34)
#141D19
(20,29,25)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #53776A

#53776A
(83,119,106)
#628377
(98,131,119)
#718F84
(113,143,132)
#809B91
(128,155,145)
#8FA79E
(143,167,158)
#9EB3AB
(158,179,171)
#ADBFB8
(173,191,184)
#BCCBC5
(188,203,197)
#CBD7D2
(203,215,210)
#DAE3DF
(218,227,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53776A color. Also use rgb(83,119,106) instead hex code.

Text Font Color

.myTextColor { color: #53776A; }

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

This text font color is #53776A.


Background Color

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

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

This div background color is #53776A.


Border color

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

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

This div border color is #53776A.


Opacity

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

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

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

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

This text has shadow with #53776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53776A on black background.


Color preview on white background

This text has color #53776A on white background.



Black color preview on #53776A background

This text has black color on #53776A background.


White color preview on #53776A background

This text has white color on #53776A background.