COLOR #536E69

HEX: #536E69
RGB: (83,110,105)

Color info

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

RGB color model

#536E69 color RGB value is (83,110,105).

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

RGB channels and saturation

R 83 of 255 = 33%
G 110 of 255 = 43%
B 105 of 255 = 41%

83
110
105

R + G + B ~ 39%. #536E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 110 + 105 = 298 (100%)
R 83 of 298 ~ 27.85%
G 110 of 298 ~ 36.91%
B 105 of 298 ~ 35.23%

%27.85
%36.91
%35.23

CMYK color model

#536E69 color CMYK value is (25,0,5,57).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 56.86%
CMYK:
(25,0,5,57)
C25M0Y5K57 
(25%,0%,5%,57%)
(0.25/0.00/0.05/0.57)	

CMYK percentages

%24.55
%0
%4.55
%56.86

Codes

Color #536E69 in popluar color models

536E69
RGB83110105
HSL169°13.99%37.84%
HSB/HSV169°24.55%43.14%
CMYK24.55%0.00%4.55%
56.86%

Color #536E69 in popluar number systems.

HEX536E69
Decimal83110105
Binary101001111011101101001
Octal123156151

Shades and tints

Shades of #536E69

#536E69
(83,110,105)
#4C6460
(76,100,96)
#455A57
(69,90,87)
#3E504E
(62,80,78)
#374645
(55,70,69)
#303C3C
(48,60,60)
#293233
(41,50,51)
#22282A
(34,40,42)
#1B1E21
(27,30,33)
#141418
(20,20,24)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #536E69

#536E69
(83,110,105)
#627B76
(98,123,118)
#718883
(113,136,131)
#809590
(128,149,144)
#8FA29D
(143,162,157)
#9EAFAA
(158,175,170)
#ADBCB7
(173,188,183)
#BCC9C4
(188,201,196)
#CBD6D1
(203,214,209)
#DAE3DE
(218,227,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536E69 color. Also use rgb(83,110,105) instead hex code.

Text Font Color

.myTextColor { color: #536E69; }

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

This text font color is #536E69.


Background Color

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

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

This div background color is #536E69.


Border color

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

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

This div border color is #536E69.


Opacity

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

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

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

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

This text has shadow with #536E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536E69 on black background.


Color preview on white background

This text has color #536E69 on white background.



Black color preview on #536E69 background

This text has black color on #536E69 background.


White color preview on #536E69 background

This text has white color on #536E69 background.