COLOR #53653C

HEX: #53653C RGB: (83,101,60)

Color info

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

RGB color model

#53653C color RGB value is (83,101,60).

RGB: (83,101,60) (33%, 40%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 60 of 255 = 24%

83
101
60

R + G + B ~ 32%. #53653C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 101 + 60 = 244 (100%)
R 83 of 244 ~ 34.02%
G 101 of 244 ~ 41.39%
B 60 of 244 ~ 24.59'%

%34.02
%41.39
%24.59

CMYK color model

#53653C color CMYK value is (18,0,41,60).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 60.39%

CMYK: (18,0,41,60)
C18M0Y41K60 (18%, 0%, 41%, 60%)
(0.18 / 0.00 / 0.41 / 0.60)

CMYK percentages

%17.82
%0
%40.59
%60.39

Codes

Color #53653C in popluar color models

53 65 3C
RGB 83 101 60
HSL 86° 25.47% 31.57%
HSB/HSV 86° 40.59% 39.61%
CMYK 17.82% 0.00% 40.59%
60.39%

Color #53653C in popluar number systems.

HEX 53 65 3C
Decimal 83 101 60
Binary 1010011 1100101 111100
Octal 123 145 74

Shades and tints

Shades of #53653C

#53653C
(83,101,60)
#4C5C37
(76,92,55)
#455332
(69,83,50)
#3E4A2D
(62,74,45)
#374128
(55,65,40)
#303823
(48,56,35)
#292F1E
(41,47,30)
#222619
(34,38,25)
#1B1D14
(27,29,20)
#14140F
(20,20,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #53653C

#53653C
(83,101,60)
#62734D
(98,115,77)
#71815E
(113,129,94)
#808F6F
(128,143,111)
#8F9D80
(143,157,128)
#9EAB91
(158,171,145)
#ADB9A2
(173,185,162)
#BCC7B3
(188,199,179)
#CBD5C4
(203,213,196)
#DAE3D5
(218,227,213)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53653C color. Also use rgb(83,101,60) instead hex code.

Text Font Color

.myTextColor { color: #53653C; }

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

This text font color is #53653C.

Background Color

.myBgColor { background-color: #53653C; }

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

This div background color is #53653C.

Border color

.myBorderColor { border: 1px solid #53653C; }

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

This div border color is #53653C.

Opacity

.myOpacity80 { color: #53653C; opacity: 0.8; }

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

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

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

This text has shadow with #53653C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53653C.

Preview

Color preview on black background

This text has color #53653C on black background.


Color preview on white background

This text has color #53653C on white background.


Black color preview on #53653C background

This text has black color on #53653C background.


White color preview on #53653C background

This text has white color on #53653C background.


Related colors

Complementary color

Complementary color for #hex is #AC9AC3.


I love getcolorcode.com

Triadic colors

1 #3C5365 and #653C53 with #53653C are triadic colors.

2 #3C6553 and #65533C with #53653C are triadic colors.