COLOR #536753

HEX: #536753
RGB: (83,103,83)

Color info

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

RGB color model

#536753 color RGB value is (83,103,83).

  • red value is 83;
  • green value is 103;
  • blue value is 83.
RGB:
(83,103,83)
(33%,40%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 83 of 255 = 33%

83
103
83

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

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 83 = 269 (100%)
R 83 of 269 ~ 30.86%
G 103 of 269 ~ 38.29%
B 83 of 269 ~ 30.86%

%30.86
%38.29
%30.86

CMYK color model

#536753 color CMYK value is (19,0,19,60).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(19,0,19,60)
C19M0Y19K60 
(19%,0%,19%,60%)
(0.19/0.00/0.19/0.60)	

CMYK percentages

%19.42
%0
%19.42
%59.61

Codes

Color #536753 in popluar color models

536753
RGB8310383
HSL120°10.75%36.47%
HSB/HSV120°19.42%40.39%
CMYK19.42%0.00%19.42%
59.61%

Color #536753 in popluar number systems.

HEX536753
Decimal8310383
Binary101001111001111010011
Octal123147123

Shades and tints

Shades of #536753

#536753
(83,103,83)
#4C5E4C
(76,94,76)
#455545
(69,85,69)
#3E4C3E
(62,76,62)
#374337
(55,67,55)
#303A30
(48,58,48)
#293129
(41,49,41)
#222822
(34,40,34)
#1B1F1B
(27,31,27)
#141614
(20,22,20)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #536753

#536753
(83,103,83)
#627462
(98,116,98)
#718171
(113,129,113)
#808E80
(128,142,128)
#8F9B8F
(143,155,143)
#9EA89E
(158,168,158)
#ADB5AD
(173,181,173)
#BCC2BC
(188,194,188)
#CBCFCB
(203,207,203)
#DADCDA
(218,220,218)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536753 color. Also use rgb(83,103,83) instead hex code.

Text Font Color

.myTextColor { color: #536753; }

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

This text font color is #536753.


Background Color

.myBgColor { background-color: #536753; }

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

This div background color is #536753.


Border color

.myBorderColor { border: 1px solid #536753; }

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

This div border color is #536753.


Opacity

.myOpacity80 { color: #536753; opacity: 0.8; }

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

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

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

This text has shadow with #536753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536753 on black background.


Color preview on white background

This text has color #536753 on white background.



Black color preview on #536753 background

This text has black color on #536753 background.


White color preview on #536753 background

This text has white color on #536753 background.