COLOR #536D3D

HEX: #536D3D
RGB: (83,109,61)

Color info

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

RGB color model

#536D3D color RGB value is (83,109,61).

  • red value is 83;
  • green value is 109;
  • blue value is 61.
RGB: (83,109,61) (33%,43%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 109 of 255 = 43%
B 61 of 255 = 24%

83
109
61

R + G + B ~ 33%. #536D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 109 + 61 = 253 (100%)
R 83 of 253 ~ 32.81%
G 109 of 253 ~ 43.08%
B 61 of 253 ~ 24.11%

%32.81
%43.08
%24.11

CMYK color model

#536D3D color CMYK value is (24,0,44,57).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 44.04%
  • key color value is 57.25%
CMYK: (24,0,44,57) C24M0Y44K57 (24%,0%,44%,57%) (0.24/0.00/0.44/0.57)

CMYK percentages

%23.85
%0
%44.04
%57.25

Codes

Color #536D3D in popluar color models

536D3D
RGB8310961
HSL93°28.24%33.33%
HSB/HSV93°44.04%42.75%
CMYK23.85%0.00%44.04%
57.25%

Color #536D3D in popluar number systems.

HEX536D3D
Decimal8310961
Binary10100111101101111101
Octal12315575

Shades and tints

Shades of #536D3D

#536D3D
(83,109,61)
#4C6438
(76,100,56)
#455B33
(69,91,51)
#3E522E
(62,82,46)
#374929
(55,73,41)
#304024
(48,64,36)
#29371F
(41,55,31)
#222E1A
(34,46,26)
#1B2515
(27,37,21)
#141C10
(20,28,16)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #536D3D

#536D3D
(83,109,61)
#627A4E
(98,122,78)
#71875F
(113,135,95)
#809470
(128,148,112)
#8FA181
(143,161,129)
#9EAE92
(158,174,146)
#ADBBA3
(173,187,163)
#BCC8B4
(188,200,180)
#CBD5C5
(203,213,197)
#DAE2D6
(218,226,214)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536D3D color. Also use rgb(83,109,61) instead hex code.

Text Font Color

.myTextColor { color: #536D3D; }

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

This text font color is #536D3D.


Background Color

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

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

This div background color is #536D3D.


Border color

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

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

This div border color is #536D3D.


Opacity

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

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

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

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

This text has shadow with #536D3D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #536D3D on black background.


Color preview on white background

This text has color #536D3D on white background.



Black color preview on #536D3D background

This text has black color on #536D3D background.


White color preview on #536D3D background

This text has white color on #536D3D background.