COLOR #536F61

HEX: #536F61
RGB: (83,111,97)

Color info

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

RGB color model

#536F61 color RGB value is (83,111,97).

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

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 97 of 255 = 38%

83
111
97

R + G + B ~ 38%. #536F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 111 + 97 = 291 (100%)
R 83 of 291 ~ 28.52%
G 111 of 291 ~ 38.14%
B 97 of 291 ~ 33.33%

%28.52
%38.14
%33.33

CMYK color model

#536F61 color CMYK value is (25,0,13,56).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(25,0,13,56)
C25M0Y13K56 
(25%,0%,13%,56%)
(0.25/0.00/0.13/0.56)	

CMYK percentages

%25.23
%0
%12.61
%56.47

Codes

Color #536F61 in popluar color models

536F61
RGB8311197
HSL150°14.43%38.04%
HSB/HSV150°25.23%43.53%
CMYK25.23%0.00%12.61%
56.47%

Color #536F61 in popluar number systems.

HEX536F61
Decimal8311197
Binary101001111011111100001
Octal123157141

Shades and tints

Shades of #536F61

#536F61
(83,111,97)
#4C6559
(76,101,89)
#455B51
(69,91,81)
#3E5149
(62,81,73)
#374741
(55,71,65)
#303D39
(48,61,57)
#293331
(41,51,49)
#222929
(34,41,41)
#1B1F21
(27,31,33)
#141519
(20,21,25)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #536F61

#536F61
(83,111,97)
#627C6F
(98,124,111)
#71897D
(113,137,125)
#80968B
(128,150,139)
#8FA399
(143,163,153)
#9EB0A7
(158,176,167)
#ADBDB5
(173,189,181)
#BCCAC3
(188,202,195)
#CBD7D1
(203,215,209)
#DAE4DF
(218,228,223)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536F61; }

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

This text font color is #536F61.


Background Color

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

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

This div background color is #536F61.


Border color

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

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

This div border color is #536F61.


Opacity

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

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

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

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

This text has shadow with #536F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536F61 on black background.


Color preview on white background

This text has color #536F61 on white background.



Black color preview on #536F61 background

This text has black color on #536F61 background.


White color preview on #536F61 background

This text has white color on #536F61 background.