COLOR #50653B

HEX: #50653B
RGB: (80,101,59)

Color info

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

RGB color model

#50653B color RGB value is (80,101,59).

  • red value is 80;
  • green value is 101;
  • blue value is 59.
RGB:
(80,101,59)
(31%,40%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 59 of 255 = 23%

80
101
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 59 = 240 (100%)
R 80 of 240 ~ 33.33%
G 101 of 240 ~ 42.08%
B 59 of 240 ~ 24.58%

%33.33
%42.08
%24.58

CMYK color model

#50653B color CMYK value is (21,0,42,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 41.58%
  • key color value is 60.39%
CMYK:
(21,0,42,60)
C21M0Y42K60 
(21%,0%,42%,60%)
(0.21/0.00/0.42/0.60)	

CMYK percentages

%20.79
%0
%41.58
%60.39

Codes

Color #50653B in popluar color models

50653B
RGB8010159
HSL90°26.25%31.37%
HSB/HSV90°41.58%39.61%
CMYK20.79%0.00%41.58%
60.39%

Color #50653B in popluar number systems.

HEX50653B
Decimal8010159
Binary10100001100101111011
Octal12014573

Shades and tints

Shades of #50653B

#50653B
(80,101,59)
#495C36
(73,92,54)
#425331
(66,83,49)
#3B4A2C
(59,74,44)
#344127
(52,65,39)
#2D3822
(45,56,34)
#262F1D
(38,47,29)
#1F2618
(31,38,24)
#181D13
(24,29,19)
#11140E
(17,20,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #50653B

#50653B
(80,101,59)
#5F734C
(95,115,76)
#6E815D
(110,129,93)
#7D8F6E
(125,143,110)
#8C9D7F
(140,157,127)
#9BAB90
(155,171,144)
#AAB9A1
(170,185,161)
#B9C7B2
(185,199,178)
#C8D5C3
(200,213,195)
#D7E3D4
(215,227,212)
#E6F1E5
(230,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50653B color. Also use rgb(80,101,59) instead hex code.

Text Font Color

.myTextColor { color: #50653B; }

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

This text font color is #50653B.


Background Color

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

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

This div background color is #50653B.


Border color

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

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

This div border color is #50653B.


Opacity

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

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

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

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

This text has shadow with #50653B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50653B on black background.


Color preview on white background

This text has color #50653B on white background.



Black color preview on #50653B background

This text has black color on #50653B background.


White color preview on #50653B background

This text has white color on #50653B background.