COLOR #536157

HEX: #536157
RGB: (83,97,87)

Color info

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

RGB color model

#536157 color RGB value is (83,97,87).

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

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 87 of 255 = 34%

83
97
87

R + G + B ~ 35%. #536157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 87 = 267 (100%)
R 83 of 267 ~ 31.09%
G 97 of 267 ~ 36.33%
B 87 of 267 ~ 32.58%

%31.09
%36.33
%32.58

CMYK color model

#536157 color CMYK value is (14,0,10,62).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(14,0,10,62)
C14M0Y10K62 
(14%,0%,10%,62%)
(0.14/0.00/0.10/0.62)	

CMYK percentages

%14.43
%0
%10.31
%61.96

Codes

Color #536157 in popluar color models

536157
RGB839787
HSL137°7.78%35.29%
HSB/HSV137°14.43%38.04%
CMYK14.43%0.00%10.31%
61.96%

Color #536157 in popluar number systems.

HEX536157
Decimal839787
Binary101001111000011010111
Octal123141127

Shades and tints

Shades of #536157

#536157
(83,97,87)
#4C5950
(76,89,80)
#455149
(69,81,73)
#3E4942
(62,73,66)
#37413B
(55,65,59)
#303934
(48,57,52)
#29312D
(41,49,45)
#222926
(34,41,38)
#1B211F
(27,33,31)
#141918
(20,25,24)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #536157

#536157
(83,97,87)
#626F66
(98,111,102)
#717D75
(113,125,117)
#808B84
(128,139,132)
#8F9993
(143,153,147)
#9EA7A2
(158,167,162)
#ADB5B1
(173,181,177)
#BCC3C0
(188,195,192)
#CBD1CF
(203,209,207)
#DADFDE
(218,223,222)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536157; }

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

This text font color is #536157.


Background Color

.myBgColor { background-color: #536157; }

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

This div background color is #536157.


Border color

.myBorderColor { border: 1px solid #536157; }

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

This div border color is #536157.


Opacity

.myOpacity80 { color: #536157; opacity: 0.8; }

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

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

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

This text has shadow with #536157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536157 on black background.


Color preview on white background

This text has color #536157 on white background.



Black color preview on #536157 background

This text has black color on #536157 background.


White color preview on #536157 background

This text has white color on #536157 background.