COLOR #536665

HEX: #536665
RGB: (83,102,101)

Color info

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

RGB color model

#536665 color RGB value is (83,102,101).

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

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 101 of 255 = 40%

83
102
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 101 = 286 (100%)
R 83 of 286 ~ 29.02%
G 102 of 286 ~ 35.66%
B 101 of 286 ~ 35.31%

%29.02
%35.66
%35.31

CMYK color model

#536665 color CMYK value is (19,0,1,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(19,0,1,60)
C19M0Y1K60 
(19%,0%,1%,60%)
(0.19/0.00/0.01/0.60)	

CMYK percentages

%18.63
%0
%0.98
%60

Codes

Color #536665 in popluar color models

536665
RGB83102101
HSL177°10.27%36.27%
HSB/HSV177°18.63%40.00%
CMYK18.63%0.00%0.98%
60.00%

Color #536665 in popluar number systems.

HEX536665
Decimal83102101
Binary101001111001101100101
Octal123146145

Shades and tints

Shades of #536665

#536665
(83,102,101)
#4C5D5C
(76,93,92)
#455453
(69,84,83)
#3E4B4A
(62,75,74)
#374241
(55,66,65)
#303938
(48,57,56)
#29302F
(41,48,47)
#222726
(34,39,38)
#1B1E1D
(27,30,29)
#141514
(20,21,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #536665

#536665
(83,102,101)
#627373
(98,115,115)
#718081
(113,128,129)
#808D8F
(128,141,143)
#8F9A9D
(143,154,157)
#9EA7AB
(158,167,171)
#ADB4B9
(173,180,185)
#BCC1C7
(188,193,199)
#CBCED5
(203,206,213)
#DADBE3
(218,219,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536665; }

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

This text font color is #536665.


Background Color

.myBgColor { background-color: #536665; }

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

This div background color is #536665.


Border color

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

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

This div border color is #536665.


Opacity

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

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

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

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

This text has shadow with #536665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536665 on black background.


Color preview on white background

This text has color #536665 on white background.



Black color preview on #536665 background

This text has black color on #536665 background.


White color preview on #536665 background

This text has white color on #536665 background.