COLOR #536C75

HEX: #536C75 RGB: (83,108,117)

Color info

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

RGB color model

#536C75 color RGB value is (83,108,117).

RGB: (83,108,117) (33%, 42%, 46%)

RGB channels and saturation

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

83
108
117

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

Portions of RGB colors in percentages

R + G + B = 83 + 108 + 117 = 308 (100%)
R 83 of 308 ~ 26.95%
G 108 of 308 ~ 35.06%
B 117 of 308 ~ 37.99'%

%26.95
%35.06
%37.99

CMYK color model

#536C75 color CMYK value is (29,8,0,54).

  • cyan value is 29.06%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (29,8,0,54) C29M8Y0K54 (29%,8%,0%,54%) (0.29/0.08/0.00/0.54) 

CMYK percentages

%29.06
%7.69
%0
%54.12

Codes

Color #536C75 in popluar color models

53 6C 75
RGB 83 108 117
HSL 196° 17.00% 39.22%
HSB/HSV 196° 29.06% 45.88%
CMYK 29.06% 7.69% 0.00%
54.12%

Color #536C75 in popluar number systems.

HEX 53 6C 75
Decimal 83 108 117
Binary 1010011 1101100 1110101
Octal 123 154 165

Shades and tints

Shades of #536C75

#536C75
(83,108,117)
#4C636B
(76,99,107)
#455A61
(69,90,97)
#3E5157
(62,81,87)
#37484D
(55,72,77)
#303F43
(48,63,67)
#293639
(41,54,57)
#222D2F
(34,45,47)
#1B2425
(27,36,37)
#141B1B
(20,27,27)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #536C75

#536C75
(83,108,117)
#627981
(98,121,129)
#71868D
(113,134,141)
#809399
(128,147,153)
#8FA0A5
(143,160,165)
#9EADB1
(158,173,177)
#ADBABD
(173,186,189)
#BCC7C9
(188,199,201)
#CBD4D5
(203,212,213)
#DAE1E1
(218,225,225)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536C75; }

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

This text font color is #536C75.

Background Color

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

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

This div background color is #536C75.

Border color

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

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

This div border color is #536C75.

Opacity

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

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

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

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

This text has shadow with #536C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536C75.

Preview

Color preview on black background

This text has color #536C75 on black background.


Color preview on white background

This text has color #536C75 on white background.


Black color preview on #536C75 background

This text has black color on #536C75 background.


White color preview on #536C75 background

This text has white color on #536C75 background.


Related colors

Complementary color

Complementary color for #hex is #AC938A.


I love getcolorcode.com

Triadic colors

1 #75536C and #6C7553 with #536C75 are triadic colors.

2 #756C53 and #6C5375 with #536C75 are triadic colors.