COLOR #50603C

HEX: #50603C
RGB: (80,96,60)

Color info

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

RGB color model

#50603C color RGB value is (80,96,60).

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

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 60 of 255 = 24%

80
96
60

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

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 60 = 236 (100%)
R 80 of 236 ~ 33.9%
G 96 of 236 ~ 40.68%
B 60 of 236 ~ 25.42%

%33.9
%40.68
%25.42

CMYK color model

#50603C color CMYK value is (17,0,38,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 62.35%
CMYK:
(17,0,38,62)
C17M0Y38K62 
(17%,0%,38%,62%)
(0.17/0.00/0.38/0.62)	

CMYK percentages

%16.67
%0
%37.5
%62.35

Codes

Color #50603C in popluar color models

50603C
RGB809660
HSL87°23.08%30.59%
HSB/HSV87°37.50%37.65%
CMYK16.67%0.00%37.50%
62.35%

Color #50603C in popluar number systems.

HEX50603C
Decimal809660
Binary10100001100000111100
Octal12014074

Shades and tints

Shades of #50603C

#50603C
(80,96,60)
#495837
(73,88,55)
#425032
(66,80,50)
#3B482D
(59,72,45)
#344028
(52,64,40)
#2D3823
(45,56,35)
#26301E
(38,48,30)
#1F2819
(31,40,25)
#182014
(24,32,20)
#11180F
(17,24,15)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #50603C

#50603C
(80,96,60)
#5F6E4D
(95,110,77)
#6E7C5E
(110,124,94)
#7D8A6F
(125,138,111)
#8C9880
(140,152,128)
#9BA691
(155,166,145)
#AAB4A2
(170,180,162)
#B9C2B3
(185,194,179)
#C8D0C4
(200,208,196)
#D7DED5
(215,222,213)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50603C; }

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

This text font color is #50603C.


Background Color

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

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

This div background color is #50603C.


Border color

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

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

This div border color is #50603C.


Opacity

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

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

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

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

This text has shadow with #50603C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50603C on black background.


Color preview on white background

This text has color #50603C on white background.



Black color preview on #50603C background

This text has black color on #50603C background.


White color preview on #50603C background

This text has white color on #50603C background.