COLOR #536F56

HEX: #536F56
RGB: (83,111,86)

Color info

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

RGB color model

#536F56 color RGB value is (83,111,86).

  • red value is 83;
  • green value is 111;
  • blue value is 86.
RGB:
(83,111,86)
(33%,44%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 86 of 255 = 34%

83
111
86

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

Portions of RGB colors in percentages

R + G + B =
83 + 111 + 86 = 280 (100%)
R 83 of 280 ~ 29.64%
G 111 of 280 ~ 39.64%
B 86 of 280 ~ 30.71%

%29.64
%39.64
%30.71

CMYK color model

#536F56 color CMYK value is (25,0,23,56).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK:
(25,0,23,56)
C25M0Y23K56 
(25%,0%,23%,56%)
(0.25/0.00/0.23/0.56)	

CMYK percentages

%25.23
%0
%22.52
%56.47

Codes

Color #536F56 in popluar color models

536F56
RGB8311186
HSL126°14.43%38.04%
HSB/HSV126°25.23%43.53%
CMYK25.23%0.00%22.52%
56.47%

Color #536F56 in popluar number systems.

HEX536F56
Decimal8311186
Binary101001111011111010110
Octal123157126

Shades and tints

Shades of #536F56

#536F56
(83,111,86)
#4C654F
(76,101,79)
#455B48
(69,91,72)
#3E5141
(62,81,65)
#37473A
(55,71,58)
#303D33
(48,61,51)
#29332C
(41,51,44)
#222925
(34,41,37)
#1B1F1E
(27,31,30)
#141517
(20,21,23)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #536F56

#536F56
(83,111,86)
#627C65
(98,124,101)
#718974
(113,137,116)
#809683
(128,150,131)
#8FA392
(143,163,146)
#9EB0A1
(158,176,161)
#ADBDB0
(173,189,176)
#BCCABF
(188,202,191)
#CBD7CE
(203,215,206)
#DAE4DD
(218,228,221)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536F56; }

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

This text font color is #536F56.


Background Color

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

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

This div background color is #536F56.


Border color

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

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

This div border color is #536F56.


Opacity

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

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

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

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

This text has shadow with #536F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536F56 on black background.


Color preview on white background

This text has color #536F56 on white background.



Black color preview on #536F56 background

This text has black color on #536F56 background.


White color preview on #536F56 background

This text has white color on #536F56 background.