COLOR #536F4F

HEX: #536F4F RGB: (83,111,79)

Color info

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

RGB color model

#536F4F color RGB value is (83,111,79).

RGB: (83,111,79) (33%, 44%, 31%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 79 of 255 = 31%

83
111
79

R + G + B ~ 36%. #536F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 111 + 79 = 273 (100%)
R 83 of 273 ~ 30.4%
G 111 of 273 ~ 40.66%
B 79 of 273 ~ 28.94'%

%30.4
%40.66
%28.94

CMYK color model

#536F4F color CMYK value is (25,0,29,56).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 28.83%
  • key color value is 56.47%

CMYK: (25,0,29,56)
C25M0Y29K56 (25%, 0%, 29%, 56%)
(0.25 / 0.00 / 0.29 / 0.56)

CMYK percentages

%25.23
%0
%28.83
%56.47

Codes

Color #536F4F in popluar color models

53 6F 4F
RGB 83 111 79
HSL 113° 16.84% 37.25%
HSB/HSV 113° 28.83% 43.53%
CMYK 25.23% 0.00% 28.83%
56.47%

Color #536F4F in popluar number systems.

HEX 53 6F 4F
Decimal 83 111 79
Binary 1010011 1101111 1001111
Octal 123 157 117

Shades and tints

Shades of #536F4F

#536F4F
(83,111,79)
#4C6548
(76,101,72)
#455B41
(69,91,65)
#3E513A
(62,81,58)
#374733
(55,71,51)
#303D2C
(48,61,44)
#293325
(41,51,37)
#22291E
(34,41,30)
#1B1F17
(27,31,23)
#141510
(20,21,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #536F4F

#536F4F
(83,111,79)
#627C5F
(98,124,95)
#71896F
(113,137,111)
#80967F
(128,150,127)
#8FA38F
(143,163,143)
#9EB09F
(158,176,159)
#ADBDAF
(173,189,175)
#BCCABF
(188,202,191)
#CBD7CF
(203,215,207)
#DAE4DF
(218,228,223)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536F4F; }

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

This text font color is #536F4F.

Background Color

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

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

This div background color is #536F4F.

Border color

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

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

This div border color is #536F4F.

Opacity

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

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

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

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

This text has shadow with #536F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536F4F.

Preview

Color preview on black background

This text has color #536F4F on black background.


Color preview on white background

This text has color #536F4F on white background.


Black color preview on #536F4F background

This text has black color on #536F4F background.


White color preview on #536F4F background

This text has white color on #536F4F background.


Related colors

Complementary color

Complementary color for #hex is #AC90B0.


I love getcolorcode.com

Triadic colors

1 #4F536F and #6F4F53 with #536F4F are triadic colors.

2 #4F6F53 and #6F534F with #536F4F are triadic colors.