COLOR #50603B

HEX: #50603B
RGB: (80,96,59)

Color info

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

RGB color model

#50603B color RGB value is (80,96,59).

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

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 59 of 255 = 23%

80
96
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 59 = 235 (100%)
R 80 of 235 ~ 34.04%
G 96 of 235 ~ 40.85%
B 59 of 235 ~ 25.11%

%34.04
%40.85
%25.11

CMYK color model

#50603B color CMYK value is (17,0,39,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(17,0,39,62)
C17M0Y39K62 
(17%,0%,39%,62%)
(0.17/0.00/0.39/0.62)	

CMYK percentages

%16.67
%0
%38.54
%62.35

Codes

Color #50603B in popluar color models

50603B
RGB809659
HSL86°23.87%30.39%
HSB/HSV86°38.54%37.65%
CMYK16.67%0.00%38.54%
62.35%

Color #50603B in popluar number systems.

HEX50603B
Decimal809659
Binary10100001100000111011
Octal12014073

Shades and tints

Shades of #50603B

#50603B
(80,96,59)
#495836
(73,88,54)
#425031
(66,80,49)
#3B482C
(59,72,44)
#344027
(52,64,39)
#2D3822
(45,56,34)
#26301D
(38,48,29)
#1F2818
(31,40,24)
#182013
(24,32,19)
#11180E
(17,24,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #50603B

#50603B
(80,96,59)
#5F6E4C
(95,110,76)
#6E7C5D
(110,124,93)
#7D8A6E
(125,138,110)
#8C987F
(140,152,127)
#9BA690
(155,166,144)
#AAB4A1
(170,180,161)
#B9C2B2
(185,194,178)
#C8D0C3
(200,208,195)
#D7DED4
(215,222,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50603B; }

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

This text font color is #50603B.


Background Color

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

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

This div background color is #50603B.


Border color

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

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

This div border color is #50603B.


Opacity

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

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

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

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

This text has shadow with #50603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50603B on black background.


Color preview on white background

This text has color #50603B on white background.



Black color preview on #50603B background

This text has black color on #50603B background.


White color preview on #50603B background

This text has white color on #50603B background.