COLOR #536C3C

HEX: #536C3C RGB: (83,108,60)

Color info

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

RGB color model

#536C3C color RGB value is (83,108,60).

RGB: (83,108,60) (33%, 42%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 108 of 255 = 42%
B 60 of 255 = 24%

83
108
60

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

Portions of RGB colors in percentages

R + G + B = 83 + 108 + 60 = 251 (100%)
R 83 of 251 ~ 33.07%
G 108 of 251 ~ 43.03%
B 60 of 251 ~ 23.9'%

%33.07
%43.03
%23.9

CMYK color model

#536C3C color CMYK value is (23,0,44,58).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 57.65%

CMYK: (23,0,44,58)
C23M0Y44K58 (23%, 0%, 44%, 58%)
(0.23 / 0.00 / 0.44 / 0.58)

CMYK percentages

%23.15
%0
%44.44
%57.65

Codes

Color #536C3C in popluar color models

53 6C 3C
RGB 83 108 60
HSL 91° 28.57% 32.94%
HSB/HSV 91° 44.44% 42.35%
CMYK 23.15% 0.00% 44.44%
57.65%

Color #536C3C in popluar number systems.

HEX 53 6C 3C
Decimal 83 108 60
Binary 1010011 1101100 111100
Octal 123 154 74

Shades and tints

Shades of #536C3C

#536C3C
(83,108,60)
#4C6337
(76,99,55)
#455A32
(69,90,50)
#3E512D
(62,81,45)
#374828
(55,72,40)
#303F23
(48,63,35)
#29361E
(41,54,30)
#222D19
(34,45,25)
#1B2414
(27,36,20)
#141B0F
(20,27,15)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #536C3C

#536C3C
(83,108,60)
#62794D
(98,121,77)
#71865E
(113,134,94)
#80936F
(128,147,111)
#8FA080
(143,160,128)
#9EAD91
(158,173,145)
#ADBAA2
(173,186,162)
#BCC7B3
(188,199,179)
#CBD4C4
(203,212,196)
#DAE1D5
(218,225,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536C3C; }

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

This text font color is #536C3C.

Background Color

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

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

This div background color is #536C3C.

Border color

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

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

This div border color is #536C3C.

Opacity

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

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

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

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

This text has shadow with #536C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536C3C.

Preview

Color preview on black background

This text has color #536C3C on black background.


Color preview on white background

This text has color #536C3C on white background.


Black color preview on #536C3C background

This text has black color on #536C3C background.


White color preview on #536C3C background

This text has white color on #536C3C background.


Related colors

Complementary color

Complementary color for #hex is #AC93C3.


I love getcolorcode.com

Triadic colors

1 #3C536C and #6C3C53 with #536C3C are triadic colors.

2 #3C6C53 and #6C533C with #536C3C are triadic colors.