COLOR #50663C

HEX: #50663C
RGB: (80,102,60)

Color info

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

RGB color model

#50663C color RGB value is (80,102,60).

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

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 60 of 255 = 24%

80
102
60

R + G + B ~ 32%. #50663C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 60 = 242 (100%)
R 80 of 242 ~ 33.06%
G 102 of 242 ~ 42.15%
B 60 of 242 ~ 24.79%

%33.06
%42.15
%24.79

CMYK color model

#50663C color CMYK value is (22,0,41,60).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 60.00%
CMYK:
(22,0,41,60)
C22M0Y41K60 
(22%,0%,41%,60%)
(0.22/0.00/0.41/0.60)	

CMYK percentages

%21.57
%0
%41.18
%60

Codes

Color #50663C in popluar color models

50663C
RGB8010260
HSL91°25.93%31.76%
HSB/HSV91°41.18%40.00%
CMYK21.57%0.00%41.18%
60.00%

Color #50663C in popluar number systems.

HEX50663C
Decimal8010260
Binary10100001100110111100
Octal12014674

Shades and tints

Shades of #50663C

#50663C
(80,102,60)
#495D37
(73,93,55)
#425432
(66,84,50)
#3B4B2D
(59,75,45)
#344228
(52,66,40)
#2D3923
(45,57,35)
#26301E
(38,48,30)
#1F2719
(31,39,25)
#181E14
(24,30,20)
#11150F
(17,21,15)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #50663C

#50663C
(80,102,60)
#5F734D
(95,115,77)
#6E805E
(110,128,94)
#7D8D6F
(125,141,111)
#8C9A80
(140,154,128)
#9BA791
(155,167,145)
#AAB4A2
(170,180,162)
#B9C1B3
(185,193,179)
#C8CEC4
(200,206,196)
#D7DBD5
(215,219,213)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50663C; }

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

This text font color is #50663C.


Background Color

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

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

This div background color is #50663C.


Border color

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

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

This div border color is #50663C.


Opacity

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

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

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

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

This text has shadow with #50663C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50663C on black background.


Color preview on white background

This text has color #50663C on white background.



Black color preview on #50663C background

This text has black color on #50663C background.


White color preview on #50663C background

This text has white color on #50663C background.