COLOR #536B7E

HEX: #536B7E RGB: (83,107,126)

Color info

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

RGB color model

#536B7E color RGB value is (83,107,126).

RGB: (83,107,126) (33%, 42%, 49%)

RGB channels and saturation

R 83 of 255 = 33%
G 107 of 255 = 42%
B 126 of 255 = 49%

83
107
126

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

Portions of RGB colors in percentages

R + G + B = 83 + 107 + 126 = 316 (100%)
R 83 of 316 ~ 26.27%
G 107 of 316 ~ 33.86%
B 126 of 316 ~ 39.87'%

%26.27
%33.86
%39.87

CMYK color model

#536B7E color CMYK value is (34,15,0,51).

  • cyan value is 34.13%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (34,15,0,51)
C34M15Y0K51 (34%, 15%, 0%, 51%)
(0.34 / 0.15 / 0.00 / 0.51)

CMYK percentages

%34.13
%15.08
%0
%50.59

Codes

Color #536B7E in popluar color models

53 6B 7E
RGB 83 107 126
HSL 207° 20.57% 40.98%
HSB/HSV 207° 34.13% 49.41%
CMYK 34.13% 15.08% 0.00%
50.59%

Color #536B7E in popluar number systems.

HEX 53 6B 7E
Decimal 83 107 126
Binary 1010011 1101011 1111110
Octal 123 153 176

Shades and tints

Shades of #536B7E

#536B7E
(83,107,126)
#4C6273
(76,98,115)
#455968
(69,89,104)
#3E505D
(62,80,93)
#374752
(55,71,82)
#303E47
(48,62,71)
#29353C
(41,53,60)
#222C31
(34,44,49)
#1B2326
(27,35,38)
#141A1B
(20,26,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #536B7E

#536B7E
(83,107,126)
#627889
(98,120,137)
#718594
(113,133,148)
#80929F
(128,146,159)
#8F9FAA
(143,159,170)
#9EACB5
(158,172,181)
#ADB9C0
(173,185,192)
#BCC6CB
(188,198,203)
#CBD3D6
(203,211,214)
#DAE0E1
(218,224,225)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536B7E color. Also use rgb(83,107,126) instead hex code.

Text Font Color

.myTextColor { color: #536B7E; }

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

This text font color is #536B7E.

Background Color

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

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

This div background color is #536B7E.

Border color

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

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

This div border color is #536B7E.

Opacity

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

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

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

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

This text has shadow with #536B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536B7E.

Preview

Color preview on black background

This text has color #536B7E on black background.


Color preview on white background

This text has color #536B7E on white background.


Black color preview on #536B7E background

This text has black color on #536B7E background.


White color preview on #536B7E background

This text has white color on #536B7E background.


Related colors

Complementary color

Complementary color for #hex is #AC9481.


I love getcolorcode.com

Triadic colors

1 #7E536B and #6B7E53 with #536B7E are triadic colors.

2 #7E6B53 and #6B537E with #536B7E are triadic colors.