COLOR #535F7A

HEX: #535F7A RGB: (83,95,122)

Color info

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

RGB color model

#535F7A color RGB value is (83,95,122).

RGB: (83,95,122) (33%, 37%, 48%)

RGB channels and saturation

R 83 of 255 = 33%
G 95 of 255 = 37%
B 122 of 255 = 48%

83
95
122

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

Portions of RGB colors in percentages

R + G + B = 83 + 95 + 122 = 300 (100%)
R 83 of 300 ~ 27.67%
G 95 of 300 ~ 31.67%
B 122 of 300 ~ 40.67'%

%27.67
%31.67
%40.67

CMYK color model

#535F7A color CMYK value is (32,22,0,52).

  • cyan value is 31.97%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (32,22,0,52)
C32M22Y0K52 (32%, 22%, 0%, 52%)
(0.32 / 0.22 / 0.00 / 0.52)

CMYK percentages

%31.97
%22.13
%0
%52.16

Codes

Color #535F7A in popluar color models

53 5F 7A
RGB 83 95 122
HSL 222° 19.02% 40.20%
HSB/HSV 222° 31.97% 47.84%
CMYK 31.97% 22.13% 0.00%
52.16%

Color #535F7A in popluar number systems.

HEX 53 5F 7A
Decimal 83 95 122
Binary 1010011 1011111 1111010
Octal 123 137 172

Shades and tints

Shades of #535F7A

#535F7A
(83,95,122)
#4C576F
(76,87,111)
#454F64
(69,79,100)
#3E4759
(62,71,89)
#373F4E
(55,63,78)
#303743
(48,55,67)
#292F38
(41,47,56)
#22272D
(34,39,45)
#1B1F22
(27,31,34)
#141717
(20,23,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #535F7A

#535F7A
(83,95,122)
#626D86
(98,109,134)
#717B92
(113,123,146)
#80899E
(128,137,158)
#8F97AA
(143,151,170)
#9EA5B6
(158,165,182)
#ADB3C2
(173,179,194)
#BCC1CE
(188,193,206)
#CBCFDA
(203,207,218)
#DADDE6
(218,221,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535F7A color. Also use rgb(83,95,122) instead hex code.

Text Font Color

.myTextColor { color: #535F7A; }

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

This text font color is #535F7A.

Background Color

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

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

This div background color is #535F7A.

Border color

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

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

This div border color is #535F7A.

Opacity

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

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

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

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

This text has shadow with #535F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535F7A.

Preview

Color preview on black background

This text has color #535F7A on black background.


Color preview on white background

This text has color #535F7A on white background.


Black color preview on #535F7A background

This text has black color on #535F7A background.


White color preview on #535F7A background

This text has white color on #535F7A background.


Related colors

Complementary color

Complementary color for #hex is #ACA085.


I love getcolorcode.com

Triadic colors

1 #7A535F and #5F7A53 with #535F7A are triadic colors.

2 #7A5F53 and #5F537A with #535F7A are triadic colors.