COLOR #536C5F

HEX: #536C5F
RGB: (83,108,95)

Color info

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

RGB color model

#536C5F color RGB value is (83,108,95).

  • red value is 83;
  • green value is 108;
  • blue value is 95.
RGB:
(83,108,95)
(33%,42%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 95 of 255 = 37%

83
108
95

R + G + B ~ 37%. #536C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 95 = 286 (100%)
R 83 of 286 ~ 29.02%
G 108 of 286 ~ 37.76%
B 95 of 286 ~ 33.22%

%29.02
%37.76
%33.22

CMYK color model

#536C5F color CMYK value is (23,0,12,58).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(23,0,12,58)
C23M0Y12K58 
(23%,0%,12%,58%)
(0.23/0.00/0.12/0.58)	

CMYK percentages

%23.15
%0
%12.04
%57.65

Codes

Color #536C5F in popluar color models

536C5F
RGB8310895
HSL149°13.09%37.45%
HSB/HSV149°23.15%42.35%
CMYK23.15%0.00%12.04%
57.65%

Color #536C5F in popluar number systems.

HEX536C5F
Decimal8310895
Binary101001111011001011111
Octal123154137

Shades and tints

Shades of #536C5F

#536C5F
(83,108,95)
#4C6357
(76,99,87)
#455A4F
(69,90,79)
#3E5147
(62,81,71)
#37483F
(55,72,63)
#303F37
(48,63,55)
#29362F
(41,54,47)
#222D27
(34,45,39)
#1B241F
(27,36,31)
#141B17
(20,27,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #536C5F

#536C5F
(83,108,95)
#62796D
(98,121,109)
#71867B
(113,134,123)
#809389
(128,147,137)
#8FA097
(143,160,151)
#9EADA5
(158,173,165)
#ADBAB3
(173,186,179)
#BCC7C1
(188,199,193)
#CBD4CF
(203,212,207)
#DAE1DD
(218,225,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536C5F; }

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

This text font color is #536C5F.


Background Color

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

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

This div background color is #536C5F.


Border color

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

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

This div border color is #536C5F.


Opacity

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

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

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

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

This text has shadow with #536C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C5F on black background.


Color preview on white background

This text has color #536C5F on white background.



Black color preview on #536C5F background

This text has black color on #536C5F background.


White color preview on #536C5F background

This text has white color on #536C5F background.