COLOR #536662

HEX: #536662
RGB: (83,102,98)

Color info

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

RGB color model

#536662 color RGB value is (83,102,98).

  • red value is 83;
  • green value is 102;
  • blue value is 98.
RGB:
(83,102,98)
(33%,40%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 98 of 255 = 38%

83
102
98

R + G + B ~ 37%. #536662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 98 = 283 (100%)
R 83 of 283 ~ 29.33%
G 102 of 283 ~ 36.04%
B 98 of 283 ~ 34.63%

%29.33
%36.04
%34.63

CMYK color model

#536662 color CMYK value is (19,0,4,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(19,0,4,60)
C19M0Y4K60 
(19%,0%,4%,60%)
(0.19/0.00/0.04/0.60)	

CMYK percentages

%18.63
%0
%3.92
%60

Codes

Color #536662 in popluar color models

536662
RGB8310298
HSL167°10.27%36.27%
HSB/HSV167°18.63%40.00%
CMYK18.63%0.00%3.92%
60.00%

Color #536662 in popluar number systems.

HEX536662
Decimal8310298
Binary101001111001101100010
Octal123146142

Shades and tints

Shades of #536662

#536662
(83,102,98)
#4C5D5A
(76,93,90)
#455452
(69,84,82)
#3E4B4A
(62,75,74)
#374242
(55,66,66)
#30393A
(48,57,58)
#293032
(41,48,50)
#22272A
(34,39,42)
#1B1E22
(27,30,34)
#14151A
(20,21,26)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #536662

#536662
(83,102,98)
#627370
(98,115,112)
#71807E
(113,128,126)
#808D8C
(128,141,140)
#8F9A9A
(143,154,154)
#9EA7A8
(158,167,168)
#ADB4B6
(173,180,182)
#BCC1C4
(188,193,196)
#CBCED2
(203,206,210)
#DADBE0
(218,219,224)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536662 color. Also use rgb(83,102,98) instead hex code.

Text Font Color

.myTextColor { color: #536662; }

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

This text font color is #536662.


Background Color

.myBgColor { background-color: #536662; }

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

This div background color is #536662.


Border color

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

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

This div border color is #536662.


Opacity

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

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

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

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

This text has shadow with #536662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536662 on black background.


Color preview on white background

This text has color #536662 on white background.



Black color preview on #536662 background

This text has black color on #536662 background.


White color preview on #536662 background

This text has white color on #536662 background.