COLOR #536C55

HEX: #536C55
RGB: (83,108,85)

Color info

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

RGB color model

#536C55 color RGB value is (83,108,85).

  • red value is 83;
  • green value is 108;
  • blue value is 85.
RGB:
(83,108,85)
(33%,42%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 85 of 255 = 33%

83
108
85

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

Portions of RGB colors in percentages

R + G + B =
83 + 108 + 85 = 276 (100%)
R 83 of 276 ~ 30.07%
G 108 of 276 ~ 39.13%
B 85 of 276 ~ 30.8%

%30.07
%39.13
%30.8

CMYK color model

#536C55 color CMYK value is (23,0,21,58).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(23,0,21,58)
C23M0Y21K58 
(23%,0%,21%,58%)
(0.23/0.00/0.21/0.58)	

CMYK percentages

%23.15
%0
%21.3
%57.65

Codes

Color #536C55 in popluar color models

536C55
RGB8310885
HSL125°13.09%37.45%
HSB/HSV125°23.15%42.35%
CMYK23.15%0.00%21.30%
57.65%

Color #536C55 in popluar number systems.

HEX536C55
Decimal8310885
Binary101001111011001010101
Octal123154125

Shades and tints

Shades of #536C55

#536C55
(83,108,85)
#4C634E
(76,99,78)
#455A47
(69,90,71)
#3E5140
(62,81,64)
#374839
(55,72,57)
#303F32
(48,63,50)
#29362B
(41,54,43)
#222D24
(34,45,36)
#1B241D
(27,36,29)
#141B16
(20,27,22)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #536C55

#536C55
(83,108,85)
#627964
(98,121,100)
#718673
(113,134,115)
#809382
(128,147,130)
#8FA091
(143,160,145)
#9EADA0
(158,173,160)
#ADBAAF
(173,186,175)
#BCC7BE
(188,199,190)
#CBD4CD
(203,212,205)
#DAE1DC
(218,225,220)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536C55; }

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

This text font color is #536C55.


Background Color

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

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

This div background color is #536C55.


Border color

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

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

This div border color is #536C55.


Opacity

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

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

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

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

This text has shadow with #536C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536C55 on black background.


Color preview on white background

This text has color #536C55 on white background.



Black color preview on #536C55 background

This text has black color on #536C55 background.


White color preview on #536C55 background

This text has white color on #536C55 background.