COLOR #536B50

HEX: #536B50
RGB: (83,107,80)

Color info

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

RGB color model

#536B50 color RGB value is (83,107,80).

  • red value is 83;
  • green value is 107;
  • blue value is 80.
RGB:
(83,107,80)
(33%,42%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 107 of 255 = 42%
B 80 of 255 = 31%

83
107
80

R + G + B ~ 35%. #536B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 107 + 80 = 270 (100%)
R 83 of 270 ~ 30.74%
G 107 of 270 ~ 39.63%
B 80 of 270 ~ 29.63%

%30.74
%39.63
%29.63

CMYK color model

#536B50 color CMYK value is (22,0,25,58).

  • cyan value is 22.43%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 58.04%
CMYK:
(22,0,25,58)
C22M0Y25K58 
(22%,0%,25%,58%)
(0.22/0.00/0.25/0.58)	

CMYK percentages

%22.43
%0
%25.23
%58.04

Codes

Color #536B50 in popluar color models

536B50
RGB8310780
HSL113°14.44%36.67%
HSB/HSV113°25.23%41.96%
CMYK22.43%0.00%25.23%
58.04%

Color #536B50 in popluar number systems.

HEX536B50
Decimal8310780
Binary101001111010111010000
Octal123153120

Shades and tints

Shades of #536B50

#536B50
(83,107,80)
#4C6249
(76,98,73)
#455942
(69,89,66)
#3E503B
(62,80,59)
#374734
(55,71,52)
#303E2D
(48,62,45)
#293526
(41,53,38)
#222C1F
(34,44,31)
#1B2318
(27,35,24)
#141A11
(20,26,17)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #536B50

#536B50
(83,107,80)
#62785F
(98,120,95)
#71856E
(113,133,110)
#80927D
(128,146,125)
#8F9F8C
(143,159,140)
#9EAC9B
(158,172,155)
#ADB9AA
(173,185,170)
#BCC6B9
(188,198,185)
#CBD3C8
(203,211,200)
#DAE0D7
(218,224,215)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536B50; }

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

This text font color is #536B50.


Background Color

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

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

This div background color is #536B50.


Border color

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

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

This div border color is #536B50.


Opacity

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

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

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

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

This text has shadow with #536B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536B50 on black background.


Color preview on white background

This text has color #536B50 on white background.



Black color preview on #536B50 background

This text has black color on #536B50 background.


White color preview on #536B50 background

This text has white color on #536B50 background.