COLOR #536A75

HEX: #536A75
RGB: (83,106,117)

Color info

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

RGB color model

#536A75 color RGB value is (83,106,117).

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

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 117 of 255 = 46%

83
106
117

R + G + B ~ 40%. #536A75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 106 + 117 = 306 (100%)
R 83 of 306 ~ 27.12%
G 106 of 306 ~ 34.64%
B 117 of 306 ~ 38.24%

%27.12
%34.64
%38.24

CMYK color model

#536A75 color CMYK value is (29,9,0,54).

  • cyan value is 29.06%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(29,9,0,54)
C29M9Y0K54 
(29%,9%,0%,54%)
(0.29/0.09/0.00/0.54)	

CMYK percentages

%29.06
%9.4
%0
%54.12

Codes

Color #536A75 in popluar color models

536A75
RGB83106117
HSL199°17.00%39.22%
HSB/HSV199°29.06%45.88%
CMYK29.06%9.40%0.00%
54.12%

Color #536A75 in popluar number systems.

HEX536A75
Decimal83106117
Binary101001111010101110101
Octal123152165

Shades and tints

Shades of #536A75

#536A75
(83,106,117)
#4C616B
(76,97,107)
#455861
(69,88,97)
#3E4F57
(62,79,87)
#37464D
(55,70,77)
#303D43
(48,61,67)
#293439
(41,52,57)
#222B2F
(34,43,47)
#1B2225
(27,34,37)
#14191B
(20,25,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #536A75

#536A75
(83,106,117)
#627781
(98,119,129)
#71848D
(113,132,141)
#809199
(128,145,153)
#8F9EA5
(143,158,165)
#9EABB1
(158,171,177)
#ADB8BD
(173,184,189)
#BCC5C9
(188,197,201)
#CBD2D5
(203,210,213)
#DADFE1
(218,223,225)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536A75; }

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

This text font color is #536A75.


Background Color

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

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

This div background color is #536A75.


Border color

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

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

This div border color is #536A75.


Opacity

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

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

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

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

This text has shadow with #536A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536A75 on black background.


Color preview on white background

This text has color #536A75 on white background.



Black color preview on #536A75 background

This text has black color on #536A75 background.


White color preview on #536A75 background

This text has white color on #536A75 background.