COLOR #536F78

HEX: #536F78 RGB: (83,111,120)

Color info

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

RGB color model

#536F78 color RGB value is (83,111,120).

RGB: (83,111,120) (33%, 44%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 120 of 255 = 47%

83
111
120

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

Portions of RGB colors in percentages

R + G + B = 83 + 111 + 120 = 314 (100%)
R 83 of 314 ~ 26.43%
G 111 of 314 ~ 35.35%
B 120 of 314 ~ 38.22'%

%26.43
%35.35
%38.22

CMYK color model

#536F78 color CMYK value is (31,8,0,53).

  • cyan value is 30.83%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (31,8,0,53)
C31M8Y0K53 (31%, 8%, 0%, 53%)
(0.31 / 0.08 / 0.00 / 0.53)

CMYK percentages

%30.83
%7.5
%0
%52.94

Codes

Color #536F78 in popluar color models

53 6F 78
RGB 83 111 120
HSL 195° 18.23% 39.80%
HSB/HSV 195° 30.83% 47.06%
CMYK 30.83% 7.50% 0.00%
52.94%

Color #536F78 in popluar number systems.

HEX 53 6F 78
Decimal 83 111 120
Binary 1010011 1101111 1111000
Octal 123 157 170

Shades and tints

Shades of #536F78

#536F78
(83,111,120)
#4C656E
(76,101,110)
#455B64
(69,91,100)
#3E515A
(62,81,90)
#374750
(55,71,80)
#303D46
(48,61,70)
#29333C
(41,51,60)
#222932
(34,41,50)
#1B1F28
(27,31,40)
#14151E
(20,21,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #536F78

#536F78
(83,111,120)
#627C84
(98,124,132)
#718990
(113,137,144)
#80969C
(128,150,156)
#8FA3A8
(143,163,168)
#9EB0B4
(158,176,180)
#ADBDC0
(173,189,192)
#BCCACC
(188,202,204)
#CBD7D8
(203,215,216)
#DAE4E4
(218,228,228)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536F78 color. Also use rgb(83,111,120) instead hex code.

Text Font Color

.myTextColor { color: #536F78; }

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

This text font color is #536F78.

Background Color

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

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

This div background color is #536F78.

Border color

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

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

This div border color is #536F78.

Opacity

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

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

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

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

This text has shadow with #536F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536F78.

Preview

Color preview on black background

This text has color #536F78 on black background.


Color preview on white background

This text has color #536F78 on white background.


Black color preview on #536F78 background

This text has black color on #536F78 background.


White color preview on #536F78 background

This text has white color on #536F78 background.


Related colors

Complementary color

Complementary color for #hex is #AC9087.


I love getcolorcode.com

Triadic colors

1 #78536F and #6F7853 with #536F78 are triadic colors.

2 #786F53 and #6F5378 with #536F78 are triadic colors.