COLOR #53633D

HEX: #53633D
RGB: (83,99,61)

Color info

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

RGB color model

#53633D color RGB value is (83,99,61).

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

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 61 of 255 = 24%

83
99
61

R + G + B ~ 32%. #53633D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 61 = 243 (100%)
R 83 of 243 ~ 34.16%
G 99 of 243 ~ 40.74%
B 61 of 243 ~ 25.1%

%34.16
%40.74
%25.1

CMYK color model

#53633D color CMYK value is (16,0,38,61).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 61.18%
CMYK:
(16,0,38,61)
C16M0Y38K61 
(16%,0%,38%,61%)
(0.16/0.00/0.38/0.61)	

CMYK percentages

%16.16
%0
%38.38
%61.18

Codes

Color #53633D in popluar color models

53633D
RGB839961
HSL85°23.75%31.37%
HSB/HSV85°38.38%38.82%
CMYK16.16%0.00%38.38%
61.18%

Color #53633D in popluar number systems.

HEX53633D
Decimal839961
Binary10100111100011111101
Octal12314375

Shades and tints

Shades of #53633D

#53633D
(83,99,61)
#4C5A38
(76,90,56)
#455133
(69,81,51)
#3E482E
(62,72,46)
#373F29
(55,63,41)
#303624
(48,54,36)
#292D1F
(41,45,31)
#22241A
(34,36,26)
#1B1B15
(27,27,21)
#141210
(20,18,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #53633D

#53633D
(83,99,61)
#62714E
(98,113,78)
#717F5F
(113,127,95)
#808D70
(128,141,112)
#8F9B81
(143,155,129)
#9EA992
(158,169,146)
#ADB7A3
(173,183,163)
#BCC5B4
(188,197,180)
#CBD3C5
(203,211,197)
#DAE1D6
(218,225,214)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53633D color. Also use rgb(83,99,61) instead hex code.

Text Font Color

.myTextColor { color: #53633D; }

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

This text font color is #53633D.


Background Color

.myBgColor { background-color: #53633D; }

<div style="background-color:#53633D">Inner text</div>

This div background color is #53633D.


Border color

.myBorderColor { border: 1px solid #53633D; }

<div style="border:3px solid #53633D">Div</div>

This div border color is #53633D.


Opacity

.myOpacity80 { color: #53633D; opacity: 0.8; }

<p style="color:#53633D;opacity:0.8;">80%</p>

Text with #53633D 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 #53633D;}

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

This text has shadow with #53633D color.

.textShadow {text-shadow: 3px 3px 1px #53633D, 3px 3px 1px red;}

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

This text has shadow with #53633D primary color and red secondary color.


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

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

This text has shadow with #53633D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53633D on black background.


Color preview on white background

This text has color #53633D on white background.



Black color preview on #53633D background

This text has black color on #53633D background.


White color preview on #53633D background

This text has white color on #53633D background.