COLOR #53613B

HEX: #53613B
RGB: (83,97,59)

Color info

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

RGB color model

#53613B color RGB value is (83,97,59).

  • red value is 83;
  • green value is 97;
  • blue value is 59.
RGB:
(83,97,59)
(33%,38%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 59 of 255 = 23%

83
97
59

R + G + B ~ 31%. #53613B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 59 = 239 (100%)
R 83 of 239 ~ 34.73%
G 97 of 239 ~ 40.59%
B 59 of 239 ~ 24.69%

%34.73
%40.59
%24.69

CMYK color model

#53613B color CMYK value is (14,0,39,62).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(14,0,39,62)
C14M0Y39K62 
(14%,0%,39%,62%)
(0.14/0.00/0.39/0.62)	

CMYK percentages

%14.43
%0
%39.18
%61.96

Codes

Color #53613B in popluar color models

53613B
RGB839759
HSL82°24.36%30.59%
HSB/HSV82°39.18%38.04%
CMYK14.43%0.00%39.18%
61.96%

Color #53613B in popluar number systems.

HEX53613B
Decimal839759
Binary10100111100001111011
Octal12314173

Shades and tints

Shades of #53613B

#53613B
(83,97,59)
#4C5936
(76,89,54)
#455131
(69,81,49)
#3E492C
(62,73,44)
#374127
(55,65,39)
#303922
(48,57,34)
#29311D
(41,49,29)
#222918
(34,41,24)
#1B2113
(27,33,19)
#14190E
(20,25,14)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #53613B

#53613B
(83,97,59)
#626F4C
(98,111,76)
#717D5D
(113,125,93)
#808B6E
(128,139,110)
#8F997F
(143,153,127)
#9EA790
(158,167,144)
#ADB5A1
(173,181,161)
#BCC3B2
(188,195,178)
#CBD1C3
(203,209,195)
#DADFD4
(218,223,212)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53613B color. Also use rgb(83,97,59) instead hex code.

Text Font Color

.myTextColor { color: #53613B; }

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

This text font color is #53613B.


Background Color

.myBgColor { background-color: #53613B; }

<div style="background-color:#53613B">Inner text</div>

This div background color is #53613B.


Border color

.myBorderColor { border: 1px solid #53613B; }

<div style="border:3px solid #53613B">Div</div>

This div border color is #53613B.


Opacity

.myOpacity80 { color: #53613B; opacity: 0.8; }

<p style="color:#53613B;opacity:0.8;">80%</p>

Text with #53613B 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 #53613B;}

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

This text has shadow with #53613B color.

.textShadow {text-shadow: 3px 3px 1px #53613B, 3px 3px 1px red;}

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

This text has shadow with #53613B primary color and red secondary color.


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

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

This text has shadow with #53613B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53613B on black background.


Color preview on white background

This text has color #53613B on white background.



Black color preview on #53613B background

This text has black color on #53613B background.


White color preview on #53613B background

This text has white color on #53613B background.