COLOR #536C4F

HEX: #536C4F RGB: (83,108,79)

Color info

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

RGB color model

#536C4F color RGB value is (83,108,79).

RGB: (83,108,79) (33%, 42%, 31%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 79 of 255 = 31%

83
108
79

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

Portions of RGB colors in percentages

R + G + B = 83 + 108 + 79 = 270 (100%)
R 83 of 270 ~ 30.74%
G 108 of 270 ~ 40%
B 79 of 270 ~ 29.26'%

%30.74
%40
%29.26

CMYK color model

#536C4F color CMYK value is (23,0,27,58).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 26.85%
  • key color value is 57.65%

CMYK: (23,0,27,58)
C23M0Y27K58 (23%, 0%, 27%, 58%)
(0.23 / 0.00 / 0.27 / 0.58)

CMYK percentages

%23.15
%0
%26.85
%57.65

Codes

Color #536C4F in popluar color models

53 6C 4F
RGB 83 108 79
HSL 112° 15.51% 36.67%
HSB/HSV 112° 26.85% 42.35%
CMYK 23.15% 0.00% 26.85%
57.65%

Color #536C4F in popluar number systems.

HEX 53 6C 4F
Decimal 83 108 79
Binary 1010011 1101100 1001111
Octal 123 154 117

Shades and tints

Shades of #536C4F

#536C4F
(83,108,79)
#4C6348
(76,99,72)
#455A41
(69,90,65)
#3E513A
(62,81,58)
#374833
(55,72,51)
#303F2C
(48,63,44)
#293625
(41,54,37)
#222D1E
(34,45,30)
#1B2417
(27,36,23)
#141B10
(20,27,16)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #536C4F

#536C4F
(83,108,79)
#62795F
(98,121,95)
#71866F
(113,134,111)
#80937F
(128,147,127)
#8FA08F
(143,160,143)
#9EAD9F
(158,173,159)
#ADBAAF
(173,186,175)
#BCC7BF
(188,199,191)
#CBD4CF
(203,212,207)
#DAE1DF
(218,225,223)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536C4F; }

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

This text font color is #536C4F.

Background Color

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

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

This div background color is #536C4F.

Border color

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

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

This div border color is #536C4F.

Opacity

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

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

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

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

This text has shadow with #536C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536C4F.

Preview

Color preview on black background

This text has color #536C4F on black background.


Color preview on white background

This text has color #536C4F on white background.


Black color preview on #536C4F background

This text has black color on #536C4F background.


White color preview on #536C4F background

This text has white color on #536C4F background.


Related colors

Complementary color

Complementary color for #hex is #AC93B0.


I love getcolorcode.com

Triadic colors

1 #4F536C and #6C4F53 with #536C4F are triadic colors.

2 #4F6C53 and #6C534F with #536C4F are triadic colors.