COLOR #536558

HEX: #536558
RGB: (83,101,88)

Color info

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

RGB color model

#536558 color RGB value is (83,101,88).

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

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 88 of 255 = 35%

83
101
88

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

Portions of RGB colors in percentages

R + G + B =
83 + 101 + 88 = 272 (100%)
R 83 of 272 ~ 30.51%
G 101 of 272 ~ 37.13%
B 88 of 272 ~ 32.35%

%30.51
%37.13
%32.35

CMYK color model

#536558 color CMYK value is (18,0,13,60).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 60.39%
CMYK:
(18,0,13,60)
C18M0Y13K60 
(18%,0%,13%,60%)
(0.18/0.00/0.13/0.60)	

CMYK percentages

%17.82
%0
%12.87
%60.39

Codes

Color #536558 in popluar color models

536558
RGB8310188
HSL137°9.78%36.08%
HSB/HSV137°17.82%39.61%
CMYK17.82%0.00%12.87%
60.39%

Color #536558 in popluar number systems.

HEX536558
Decimal8310188
Binary101001111001011011000
Octal123145130

Shades and tints

Shades of #536558

#536558
(83,101,88)
#4C5C50
(76,92,80)
#455348
(69,83,72)
#3E4A40
(62,74,64)
#374138
(55,65,56)
#303830
(48,56,48)
#292F28
(41,47,40)
#222620
(34,38,32)
#1B1D18
(27,29,24)
#141410
(20,20,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #536558

#536558
(83,101,88)
#627367
(98,115,103)
#718176
(113,129,118)
#808F85
(128,143,133)
#8F9D94
(143,157,148)
#9EABA3
(158,171,163)
#ADB9B2
(173,185,178)
#BCC7C1
(188,199,193)
#CBD5D0
(203,213,208)
#DAE3DF
(218,227,223)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536558; }

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

This text font color is #536558.


Background Color

.myBgColor { background-color: #536558; }

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

This div background color is #536558.


Border color

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

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

This div border color is #536558.


Opacity

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

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

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

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

This text has shadow with #536558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536558 on black background.


Color preview on white background

This text has color #536558 on white background.



Black color preview on #536558 background

This text has black color on #536558 background.


White color preview on #536558 background

This text has white color on #536558 background.