COLOR #53621D

HEX: #53621D
RGB: (83,98,29)

Color info

#53621D contains mainly red and green colors. Web safe color of #53621D is #666633 (or #663).

RGB color model

#53621D color RGB value is (83,98,29).

  • red value is 83;
  • green value is 98;
  • blue value is 29.
RGB:
(83,98,29)
(33%,38%,11%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 29 of 255 = 11%

83
98
29

R + G + B ~ 27%. #53621D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 29 = 210 (100%)
R 83 of 210 ~ 39.52%
G 98 of 210 ~ 46.67%
B 29 of 210 ~ 13.81%

%39.52
%46.67
%13.81

CMYK color model

#53621D color CMYK value is (15,0,70,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 70.41%
  • key color value is 61.57%
CMYK:
(15,0,70,62)
C15M0Y70K62 
(15%,0%,70%,62%)
(0.15/0.00/0.70/0.62)	

CMYK percentages

%15.31
%0
%70.41
%61.57

Codes

Color #53621D in popluar color models

53621D
RGB839829
HSL73°54.33%24.90%
HSB/HSV73°70.41%38.43%
CMYK15.31%0.00%70.41%
61.57%

Color #53621D in popluar number systems.

HEX53621D
Decimal839829
Binary1010011110001011101
Octal12314235

Shades and tints

Shades of #53621D

#53621D
(83,98,29)
#4C5A1B
(76,90,27)
#455219
(69,82,25)
#3E4A17
(62,74,23)
#374215
(55,66,21)
#303A13
(48,58,19)
#293211
(41,50,17)
#222A0F
(34,42,15)
#1B220D
(27,34,13)
#141A0B
(20,26,11)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #53621D

#53621D
(83,98,29)
#627031
(98,112,49)
#717E45
(113,126,69)
#808C59
(128,140,89)
#8F9A6D
(143,154,109)
#9EA881
(158,168,129)
#ADB695
(173,182,149)
#BCC4A9
(188,196,169)
#CBD2BD
(203,210,189)
#DAE0D1
(218,224,209)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53621D color. Also use rgb(83,98,29) instead hex code.

Text Font Color

.myTextColor { color: #53621D; }

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

This text font color is #53621D.


Background Color

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

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

This div background color is #53621D.


Border color

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

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

This div border color is #53621D.


Opacity

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

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

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

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

This text has shadow with #53621D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53621D on black background.


Color preview on white background

This text has color #53621D on white background.



Black color preview on #53621D background

This text has black color on #53621D background.


White color preview on #53621D background

This text has white color on #53621D background.