COLOR #535E6E

HEX: #535E6E
RGB: (83,94,110)

Color info

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

RGB color model

#535E6E color RGB value is (83,94,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 110 of 255 = 43%

83
94
110

R + G + B ~ 38%. #535E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 110 = 287 (100%)
R 83 of 287 ~ 28.92%
G 94 of 287 ~ 32.75%
B 110 of 287 ~ 38.33%

%28.92
%32.75
%38.33

CMYK color model

#535E6E color CMYK value is (25,15,0,57).

  • cyan value is 24.55%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,15,0,57)
C25M15Y0K57 
(25%,15%,0%,57%)
(0.25/0.15/0.00/0.57)	

CMYK percentages

%24.55
%14.55
%0
%56.86

Codes

Color #535E6E in popluar color models

535E6E
RGB8394110
HSL216°13.99%37.84%
HSB/HSV216°24.55%43.14%
CMYK24.55%14.55%0.00%
56.86%

Color #535E6E in popluar number systems.

HEX535E6E
Decimal8394110
Binary101001110111101101110
Octal123136156

Shades and tints

Shades of #535E6E

#535E6E
(83,94,110)
#4C5664
(76,86,100)
#454E5A
(69,78,90)
#3E4650
(62,70,80)
#373E46
(55,62,70)
#30363C
(48,54,60)
#292E32
(41,46,50)
#222628
(34,38,40)
#1B1E1E
(27,30,30)
#141614
(20,22,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #535E6E

#535E6E
(83,94,110)
#626C7B
(98,108,123)
#717A88
(113,122,136)
#808895
(128,136,149)
#8F96A2
(143,150,162)
#9EA4AF
(158,164,175)
#ADB2BC
(173,178,188)
#BCC0C9
(188,192,201)
#CBCED6
(203,206,214)
#DADCE3
(218,220,227)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535E6E; }

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

This text font color is #535E6E.


Background Color

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

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

This div background color is #535E6E.


Border color

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

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

This div border color is #535E6E.


Opacity

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

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

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

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

This text has shadow with #535E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E6E on black background.


Color preview on white background

This text has color #535E6E on white background.



Black color preview on #535E6E background

This text has black color on #535E6E background.


White color preview on #535E6E background

This text has white color on #535E6E background.