COLOR #536F6B

HEX: #536F6B RGB: (83,111,107)

Color info

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

RGB color model

#536F6B color RGB value is (83,111,107).

RGB: (83,111,107) (33%, 44%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 107 of 255 = 42%

83
111
107

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

Portions of RGB colors in percentages

R + G + B = 83 + 111 + 107 = 301 (100%)
R 83 of 301 ~ 27.57%
G 111 of 301 ~ 36.88%
B 107 of 301 ~ 35.55'%

%27.57
%36.88
%35.55

CMYK color model

#536F6B color CMYK value is (25,0,4,56).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 56.47%

CMYK: (25,0,4,56)
C25M0Y4K56 (25%, 0%, 4%, 56%)
(0.25 / 0.00 / 0.04 / 0.56)

CMYK percentages

%25.23
%0
%3.6
%56.47

Codes

Color #536F6B in popluar color models

53 6F 6B
RGB 83 111 107
HSL 171° 14.43% 38.04%
HSB/HSV 171° 25.23% 43.53%
CMYK 25.23% 0.00% 3.60%
56.47%

Color #536F6B in popluar number systems.

HEX 53 6F 6B
Decimal 83 111 107
Binary 1010011 1101111 1101011
Octal 123 157 153

Shades and tints

Shades of #536F6B

#536F6B
(83,111,107)
#4C6562
(76,101,98)
#455B59
(69,91,89)
#3E5150
(62,81,80)
#374747
(55,71,71)
#303D3E
(48,61,62)
#293335
(41,51,53)
#22292C
(34,41,44)
#1B1F23
(27,31,35)
#14151A
(20,21,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #536F6B

#536F6B
(83,111,107)
#627C78
(98,124,120)
#718985
(113,137,133)
#809692
(128,150,146)
#8FA39F
(143,163,159)
#9EB0AC
(158,176,172)
#ADBDB9
(173,189,185)
#BCCAC6
(188,202,198)
#CBD7D3
(203,215,211)
#DAE4E0
(218,228,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536F6B color. Also use rgb(83,111,107) instead hex code.

Text Font Color

.myTextColor { color: #536F6B; }

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

This text font color is #536F6B.

Background Color

.myBgColor { background-color: #536F6B; }

<div style="background-color:#536F6B">Inner text</div>

This div background color is #536F6B.

Border color

.myBorderColor { border: 1px solid #536F6B; }

<div style="border:3px solid #536F6B">Div</div>

This div border color is #536F6B.

Opacity

.myOpacity80 { color: #536F6B; opacity: 0.8; }

<p style="color:#536F6B;opacity:0.8;">80%</p>

Text with #536F6B 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 #536F6B;}

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

This text has shadow with #536F6B color.


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

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

This text has shadow with #536F6B primary color and red secondary color.


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

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

This text has shadow with #536F6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #536F6B.

Preview

Color preview on black background

This text has color #536F6B on black background.


Color preview on white background

This text has color #536F6B on white background.


Black color preview on #536F6B background

This text has black color on #536F6B background.


White color preview on #536F6B background

This text has white color on #536F6B background.


Related colors

Complementary color

Complementary color for #hex is #AC9094.


I love getcolorcode.com

Triadic colors

1 #6B536F and #6F6B53 with #536F6B are triadic colors.

2 #6B6F53 and #6F536B with #536F6B are triadic colors.