COLOR #536A62

HEX: #536A62
RGB: (83,106,98)

Color info

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

RGB color model

#536A62 color RGB value is (83,106,98).

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

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 98 of 255 = 38%

83
106
98

R + G + B ~ 38%. #536A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 106 + 98 = 287 (100%)
R 83 of 287 ~ 28.92%
G 106 of 287 ~ 36.93%
B 98 of 287 ~ 34.15%

%28.92
%36.93
%34.15

CMYK color model

#536A62 color CMYK value is (22,0,8,58).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 58.43%
CMYK:
(22,0,8,58)
C22M0Y8K58 
(22%,0%,8%,58%)
(0.22/0.00/0.08/0.58)	

CMYK percentages

%21.7
%0
%7.55
%58.43

Codes

Color #536A62 in popluar color models

536A62
RGB8310698
HSL159°12.17%37.06%
HSB/HSV159°21.70%41.57%
CMYK21.70%0.00%7.55%
58.43%

Color #536A62 in popluar number systems.

HEX536A62
Decimal8310698
Binary101001111010101100010
Octal123152142

Shades and tints

Shades of #536A62

#536A62
(83,106,98)
#4C615A
(76,97,90)
#455852
(69,88,82)
#3E4F4A
(62,79,74)
#374642
(55,70,66)
#303D3A
(48,61,58)
#293432
(41,52,50)
#222B2A
(34,43,42)
#1B2222
(27,34,34)
#14191A
(20,25,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #536A62

#536A62
(83,106,98)
#627770
(98,119,112)
#71847E
(113,132,126)
#80918C
(128,145,140)
#8F9E9A
(143,158,154)
#9EABA8
(158,171,168)
#ADB8B6
(173,184,182)
#BCC5C4
(188,197,196)
#CBD2D2
(203,210,210)
#DADFE0
(218,223,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536A62; }

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

This text font color is #536A62.


Background Color

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

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

This div background color is #536A62.


Border color

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

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

This div border color is #536A62.


Opacity

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

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

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

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

This text has shadow with #536A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536A62 on black background.


Color preview on white background

This text has color #536A62 on white background.



Black color preview on #536A62 background

This text has black color on #536A62 background.


White color preview on #536A62 background

This text has white color on #536A62 background.