COLOR #50653E

HEX: #50653E
RGB: (80,101,62)

Color info

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

RGB color model

#50653E color RGB value is (80,101,62).

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

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 62 of 255 = 24%

80
101
62

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

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 62 = 243 (100%)
R 80 of 243 ~ 32.92%
G 101 of 243 ~ 41.56%
B 62 of 243 ~ 25.51%

%32.92
%41.56
%25.51

CMYK color model

#50653E color CMYK value is (21,0,39,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 60.39%
CMYK:
(21,0,39,60)
C21M0Y39K60 
(21%,0%,39%,60%)
(0.21/0.00/0.39/0.60)	

CMYK percentages

%20.79
%0
%38.61
%60.39

Codes

Color #50653E in popluar color models

50653E
RGB8010162
HSL92°23.93%31.96%
HSB/HSV92°38.61%39.61%
CMYK20.79%0.00%38.61%
60.39%

Color #50653E in popluar number systems.

HEX50653E
Decimal8010162
Binary10100001100101111110
Octal12014576

Shades and tints

Shades of #50653E

#50653E
(80,101,62)
#495C39
(73,92,57)
#425334
(66,83,52)
#3B4A2F
(59,74,47)
#34412A
(52,65,42)
#2D3825
(45,56,37)
#262F20
(38,47,32)
#1F261B
(31,38,27)
#181D16
(24,29,22)
#111411
(17,20,17)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #50653E

#50653E
(80,101,62)
#5F734F
(95,115,79)
#6E8160
(110,129,96)
#7D8F71
(125,143,113)
#8C9D82
(140,157,130)
#9BAB93
(155,171,147)
#AAB9A4
(170,185,164)
#B9C7B5
(185,199,181)
#C8D5C6
(200,213,198)
#D7E3D7
(215,227,215)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50653E; }

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

This text font color is #50653E.


Background Color

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

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

This div background color is #50653E.


Border color

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

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

This div border color is #50653E.


Opacity

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

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

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

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

This text has shadow with #50653E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50653E on black background.


Color preview on white background

This text has color #50653E on white background.



Black color preview on #50653E background

This text has black color on #50653E background.


White color preview on #50653E background

This text has white color on #50653E background.