COLOR #536A4D

HEX: #536A4D
RGB: (83,106,77)

Color info

#536A4D contains red, green and blue colors in about the same proportion. Web safe color of #536A4D is #666633 (or #663).

RGB color model

#536A4D color RGB value is (83,106,77).

  • red value is 83;
  • green value is 106;
  • blue value is 77.
RGB:
(83,106,77)
(33%,42%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 77 of 255 = 30%

83
106
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 106 + 77 = 266 (100%)
R 83 of 266 ~ 31.2%
G 106 of 266 ~ 39.85%
B 77 of 266 ~ 28.95%

%31.2
%39.85
%28.95

CMYK color model

#536A4D color CMYK value is (22,0,27,58).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(22,0,27,58)
C22M0Y27K58 
(22%,0%,27%,58%)
(0.22/0.00/0.27/0.58)	

CMYK percentages

%21.7
%0
%27.36
%58.43

Codes

Color #536A4D in popluar color models

536A4D
RGB8310677
HSL108°15.85%35.88%
HSB/HSV108°27.36%41.57%
CMYK21.70%0.00%27.36%
58.43%

Color #536A4D in popluar number systems.

HEX536A4D
Decimal8310677
Binary101001111010101001101
Octal123152115

Shades and tints

Shades of #536A4D

#536A4D
(83,106,77)
#4C6146
(76,97,70)
#45583F
(69,88,63)
#3E4F38
(62,79,56)
#374631
(55,70,49)
#303D2A
(48,61,42)
#293423
(41,52,35)
#222B1C
(34,43,28)
#1B2215
(27,34,21)
#14190E
(20,25,14)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #536A4D

#536A4D
(83,106,77)
#62775D
(98,119,93)
#71846D
(113,132,109)
#80917D
(128,145,125)
#8F9E8D
(143,158,141)
#9EAB9D
(158,171,157)
#ADB8AD
(173,184,173)
#BCC5BD
(188,197,189)
#CBD2CD
(203,210,205)
#DADFDD
(218,223,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536A4D color. Also use rgb(83,106,77) instead hex code.

Text Font Color

.myTextColor { color: #536A4D; }

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

This text font color is #536A4D.


Background Color

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

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

This div background color is #536A4D.


Border color

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

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

This div border color is #536A4D.


Opacity

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

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

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

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

This text has shadow with #536A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536A4D on black background.


Color preview on white background

This text has color #536A4D on white background.



Black color preview on #536A4D background

This text has black color on #536A4D background.


White color preview on #536A4D background

This text has white color on #536A4D background.