COLOR #535E77

HEX: #535E77 RGB: (83,94,119)

Color info

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

RGB color model

#535E77 color RGB value is (83,94,119).

RGB: (83,94,119) (33%, 37%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 119 of 255 = 47%

83
94
119

R + G + B ~ 39%. #535E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 94 + 119 = 296 (100%)
R 83 of 296 ~ 28.04%
G 94 of 296 ~ 31.76%
B 119 of 296 ~ 40.2'%

%28.04
%31.76
%40.2

CMYK color model

#535E77 color CMYK value is (30,21,0,53).

  • cyan value is 30.25%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (30,21,0,53)
C30M21Y0K53 (30%, 21%, 0%, 53%)
(0.30 / 0.21 / 0.00 / 0.53)

CMYK percentages

%30.25
%21.01
%0
%53.33

Codes

Color #535E77 in popluar color models

53 5E 77
RGB 83 94 119
HSL 222° 17.82% 39.61%
HSB/HSV 222° 30.25% 46.67%
CMYK 30.25% 21.01% 0.00%
53.33%

Color #535E77 in popluar number systems.

HEX 53 5E 77
Decimal 83 94 119
Binary 1010011 1011110 1110111
Octal 123 136 167

Shades and tints

Shades of #535E77

#535E77
(83,94,119)
#4C566D
(76,86,109)
#454E63
(69,78,99)
#3E4659
(62,70,89)
#373E4F
(55,62,79)
#303645
(48,54,69)
#292E3B
(41,46,59)
#222631
(34,38,49)
#1B1E27
(27,30,39)
#14161D
(20,22,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #535E77

#535E77
(83,94,119)
#626C83
(98,108,131)
#717A8F
(113,122,143)
#80889B
(128,136,155)
#8F96A7
(143,150,167)
#9EA4B3
(158,164,179)
#ADB2BF
(173,178,191)
#BCC0CB
(188,192,203)
#CBCED7
(203,206,215)
#DADCE3
(218,220,227)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535E77 color. Also use rgb(83,94,119) instead hex code.

Text Font Color

.myTextColor { color: #535E77; }

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

This text font color is #535E77.

Background Color

.myBgColor { background-color: #535E77; }

<div style="background-color:#535E77">Inner text</div>

This div background color is #535E77.

Border color

.myBorderColor { border: 1px solid #535E77; }

<div style="border:3px solid #535E77">Div</div>

This div border color is #535E77.

Opacity

.myOpacity80 { color: #535E77; opacity: 0.8; }

<p style="color:#535E77;opacity:0.8;">80%</p>

Text with #535E77 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 #535E77;}

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

This text has shadow with #535E77 color.


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

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

This text has shadow with #535E77 primary color and red secondary color.


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

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

This text has shadow with #535E77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #535E77.

Preview

Color preview on black background

This text has color #535E77 on black background.


Color preview on white background

This text has color #535E77 on white background.


Black color preview on #535E77 background

This text has black color on #535E77 background.


White color preview on #535E77 background

This text has white color on #535E77 background.


Related colors

Complementary color

Complementary color for #hex is #ACA188.


I love getcolorcode.com

Triadic colors

1 #77535E and #5E7753 with #535E77 are triadic colors.

2 #775E53 and #5E5377 with #535E77 are triadic colors.