COLOR #536557

HEX: #536557
RGB: (83,101,87)

Color info

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

RGB color model

#536557 color RGB value is (83,101,87).

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

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 87 of 255 = 34%

83
101
87

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

Portions of RGB colors in percentages

R + G + B =
83 + 101 + 87 = 271 (100%)
R 83 of 271 ~ 30.63%
G 101 of 271 ~ 37.27%
B 87 of 271 ~ 32.1%

%30.63
%37.27
%32.1

CMYK color model

#536557 color CMYK value is (18,0,14,60).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(18,0,14,60)
C18M0Y14K60 
(18%,0%,14%,60%)
(0.18/0.00/0.14/0.60)	

CMYK percentages

%17.82
%0
%13.86
%60.39

Codes

Color #536557 in popluar color models

536557
RGB8310187
HSL133°9.78%36.08%
HSB/HSV133°17.82%39.61%
CMYK17.82%0.00%13.86%
60.39%

Color #536557 in popluar number systems.

HEX536557
Decimal8310187
Binary101001111001011010111
Octal123145127

Shades and tints

Shades of #536557

#536557
(83,101,87)
#4C5C50
(76,92,80)
#455349
(69,83,73)
#3E4A42
(62,74,66)
#37413B
(55,65,59)
#303834
(48,56,52)
#292F2D
(41,47,45)
#222626
(34,38,38)
#1B1D1F
(27,29,31)
#141418
(20,20,24)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #536557

#536557
(83,101,87)
#627366
(98,115,102)
#718175
(113,129,117)
#808F84
(128,143,132)
#8F9D93
(143,157,147)
#9EABA2
(158,171,162)
#ADB9B1
(173,185,177)
#BCC7C0
(188,199,192)
#CBD5CF
(203,213,207)
#DAE3DE
(218,227,222)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536557; }

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

This text font color is #536557.


Background Color

.myBgColor { background-color: #536557; }

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

This div background color is #536557.


Border color

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

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

This div border color is #536557.


Opacity

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

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

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

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

This text has shadow with #536557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536557 on black background.


Color preview on white background

This text has color #536557 on white background.



Black color preview on #536557 background

This text has black color on #536557 background.


White color preview on #536557 background

This text has white color on #536557 background.