COLOR #53662D

HEX: #53662D
RGB: (83,102,45)

Color info

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

RGB color model

#53662D color RGB value is (83,102,45).

  • red value is 83;
  • green value is 102;
  • blue value is 45.
RGB:
(83,102,45)
(33%,40%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 45 of 255 = 18%

83
102
45

R + G + B ~ 30%. #53662D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 45 = 230 (100%)
R 83 of 230 ~ 36.09%
G 102 of 230 ~ 44.35%
B 45 of 230 ~ 19.57%

%36.09
%44.35
%19.57

CMYK color model

#53662D color CMYK value is (19,0,56,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 60.00%
CMYK:
(19,0,56,60)
C19M0Y56K60 
(19%,0%,56%,60%)
(0.19/0.00/0.56/0.60)	

CMYK percentages

%18.63
%0
%55.88
%60

Codes

Color #53662D in popluar color models

53662D
RGB8310245
HSL80°38.78%28.82%
HSB/HSV80°55.88%40.00%
CMYK18.63%0.00%55.88%
60.00%

Color #53662D in popluar number systems.

HEX53662D
Decimal8310245
Binary10100111100110101101
Octal12314655

Shades and tints

Shades of #53662D

#53662D
(83,102,45)
#4C5D29
(76,93,41)
#455425
(69,84,37)
#3E4B21
(62,75,33)
#37421D
(55,66,29)
#303919
(48,57,25)
#293015
(41,48,21)
#222711
(34,39,17)
#1B1E0D
(27,30,13)
#141509
(20,21,9)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #53662D

#53662D
(83,102,45)
#627340
(98,115,64)
#718053
(113,128,83)
#808D66
(128,141,102)
#8F9A79
(143,154,121)
#9EA78C
(158,167,140)
#ADB49F
(173,180,159)
#BCC1B2
(188,193,178)
#CBCEC5
(203,206,197)
#DADBD8
(218,219,216)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53662D color. Also use rgb(83,102,45) instead hex code.

Text Font Color

.myTextColor { color: #53662D; }

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

This text font color is #53662D.


Background Color

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

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

This div background color is #53662D.


Border color

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

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

This div border color is #53662D.


Opacity

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

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

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

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

This text has shadow with #53662D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53662D on black background.


Color preview on white background

This text has color #53662D on white background.



Black color preview on #53662D background

This text has black color on #53662D background.


White color preview on #53662D background

This text has white color on #53662D background.