COLOR #53736E

HEX: #53736E RGB: (83,115,110)

Color info

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

RGB color model

#53736E color RGB value is (83,115,110).

RGB: (83,115,110) (33%, 45%, 43%)

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 110 of 255 = 43%

83
115
110

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

Portions of RGB colors in percentages

R + G + B = 83 + 115 + 110 = 308 (100%)
R 83 of 308 ~ 26.95%
G 115 of 308 ~ 37.34%
B 110 of 308 ~ 35.71'%

%26.95
%37.34
%35.71

CMYK color model

#53736E color CMYK value is (28,0,4,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%

CMYK: (28,0,4,55)
C28M0Y4K55 (28%, 0%, 4%, 55%)
(0.28 / 0.00 / 0.04 / 0.55)

CMYK percentages

%27.83
%0
%4.35
%54.9

Codes

Color #53736E in popluar color models

53 73 6E
RGB 83 115 110
HSL 171° 16.16% 38.82%
HSB/HSV 171° 27.83% 45.10%
CMYK 27.83% 0.00% 4.35%
54.90%

Color #53736E in popluar number systems.

HEX 53 73 6E
Decimal 83 115 110
Binary 1010011 1110011 1101110
Octal 123 163 156

Shades and tints

Shades of #53736E

#53736E
(83,115,110)
#4C6964
(76,105,100)
#455F5A
(69,95,90)
#3E5550
(62,85,80)
#374B46
(55,75,70)
#30413C
(48,65,60)
#293732
(41,55,50)
#222D28
(34,45,40)
#1B231E
(27,35,30)
#141914
(20,25,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #53736E

#53736E
(83,115,110)
#627F7B
(98,127,123)
#718B88
(113,139,136)
#809795
(128,151,149)
#8FA3A2
(143,163,162)
#9EAFAF
(158,175,175)
#ADBBBC
(173,187,188)
#BCC7C9
(188,199,201)
#CBD3D6
(203,211,214)
#DADFE3
(218,223,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53736E; }

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

This text font color is #53736E.

Background Color

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

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

This div background color is #53736E.

Border color

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

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

This div border color is #53736E.

Opacity

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

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

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

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

This text has shadow with #53736E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53736E.

Preview

Color preview on black background

This text has color #53736E on black background.


Color preview on white background

This text has color #53736E on white background.


Black color preview on #53736E background

This text has black color on #53736E background.


White color preview on #53736E background

This text has white color on #53736E background.


Related colors

Complementary color

Complementary color for #hex is #AC8C91.


I love getcolorcode.com

Triadic colors

1 #6E5373 and #736E53 with #53736E are triadic colors.

2 #6E7353 and #73536E with #53736E are triadic colors.