COLOR #50642C

HEX: #50642C RGB: (80,100,44)

Color info

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

RGB color model

#50642C color RGB value is (80,100,44).

RGB: (80,100,44) (31%, 39%, 17%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 44 of 255 = 17%

80
100
44

R + G + B ~ 29%. #50642C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 100 + 44 = 224 (100%)
R 80 of 224 ~ 35.71%
G 100 of 224 ~ 44.64%
B 44 of 224 ~ 19.64'%

%35.71
%44.64
%19.64

CMYK color model

#50642C color CMYK value is (20,0,56,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 60.78%

CMYK: (20,0,56,61)
C20M0Y56K61 (20%, 0%, 56%, 61%)
(0.20 / 0.00 / 0.56 / 0.61)

CMYK percentages

%20
%0
%56
%60.78

Codes

Color #50642C in popluar color models

50 64 2C
RGB 80 100 44
HSL 81° 38.89% 28.24%
HSB/HSV 81° 56.00% 39.22%
CMYK 20.00% 0.00% 56.00%
60.78%

Color #50642C in popluar number systems.

HEX 50 64 2C
Decimal 80 100 44
Binary 1010000 1100100 101100
Octal 120 144 54

Shades and tints

Shades of #50642C

#50642C
(80,100,44)
#495B28
(73,91,40)
#425224
(66,82,36)
#3B4920
(59,73,32)
#34401C
(52,64,28)
#2D3718
(45,55,24)
#262E14
(38,46,20)
#1F2510
(31,37,16)
#181C0C
(24,28,12)
#111308
(17,19,8)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #50642C

#50642C
(80,100,44)
#5F723F
(95,114,63)
#6E8052
(110,128,82)
#7D8E65
(125,142,101)
#8C9C78
(140,156,120)
#9BAA8B
(155,170,139)
#AAB89E
(170,184,158)
#B9C6B1
(185,198,177)
#C8D4C4
(200,212,196)
#D7E2D7
(215,226,215)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50642C color. Also use rgb(80,100,44) instead hex code.

Text Font Color

.myTextColor { color: #50642C; }

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

This text font color is #50642C.

Background Color

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

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

This div background color is #50642C.

Border color

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

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

This div border color is #50642C.

Opacity

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

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

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

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

This text has shadow with #50642C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50642C.

Preview

Color preview on black background

This text has color #50642C on black background.


Color preview on white background

This text has color #50642C on white background.


Black color preview on #50642C background

This text has black color on #50642C background.


White color preview on #50642C background

This text has white color on #50642C background.


Related colors

Complementary color

Complementary color for #hex is #AF9BD3.


I love getcolorcode.com

Triadic colors

1 #2C5064 and #642C50 with #50642C are triadic colors.

2 #2C6450 and #64502C with #50642C are triadic colors.