COLOR #536C57

HEX: #536C57
RGB: (83,108,87)

Color info

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

RGB color model

#536C57 color RGB value is (83,108,87).

  • red value is 83;
  • green value is 108;
  • blue value is 87.
RGB:
(83,108,87)
(33%,42%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 87 of 255 = 34%

83
108
87

R + G + B ~ 36%. #536C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 87 = 278 (100%)
R 83 of 278 ~ 29.86%
G 108 of 278 ~ 38.85%
B 87 of 278 ~ 31.29%

%29.86
%38.85
%31.29

CMYK color model

#536C57 color CMYK value is (23,0,19,58).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 57.65%
CMYK:
(23,0,19,58)
C23M0Y19K58 
(23%,0%,19%,58%)
(0.23/0.00/0.19/0.58)	

CMYK percentages

%23.15
%0
%19.44
%57.65

Codes

Color #536C57 in popluar color models

536C57
RGB8310887
HSL130°13.09%37.45%
HSB/HSV130°23.15%42.35%
CMYK23.15%0.00%19.44%
57.65%

Color #536C57 in popluar number systems.

HEX536C57
Decimal8310887
Binary101001111011001010111
Octal123154127

Shades and tints

Shades of #536C57

#536C57
(83,108,87)
#4C6350
(76,99,80)
#455A49
(69,90,73)
#3E5142
(62,81,66)
#37483B
(55,72,59)
#303F34
(48,63,52)
#29362D
(41,54,45)
#222D26
(34,45,38)
#1B241F
(27,36,31)
#141B18
(20,27,24)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #536C57

#536C57
(83,108,87)
#627966
(98,121,102)
#718675
(113,134,117)
#809384
(128,147,132)
#8FA093
(143,160,147)
#9EADA2
(158,173,162)
#ADBAB1
(173,186,177)
#BCC7C0
(188,199,192)
#CBD4CF
(203,212,207)
#DAE1DE
(218,225,222)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536C57 color. Also use rgb(83,108,87) instead hex code.

Text Font Color

.myTextColor { color: #536C57; }

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

This text font color is #536C57.


Background Color

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

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

This div background color is #536C57.


Border color

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

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

This div border color is #536C57.


Opacity

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

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

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

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

This text has shadow with #536C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C57 on black background.


Color preview on white background

This text has color #536C57 on white background.



Black color preview on #536C57 background

This text has black color on #536C57 background.


White color preview on #536C57 background

This text has white color on #536C57 background.