COLOR #50642A

HEX: #50642A
RGB: (80,100,42)

Color info

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

RGB color model

#50642A color RGB value is (80,100,42).

  • red value is 80;
  • green value is 100;
  • blue value is 42.
RGB:
(80,100,42)
(31%,39%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 42 of 255 = 16%

80
100
42

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 42 = 222 (100%)
R 80 of 222 ~ 36.04%
G 100 of 222 ~ 45.05%
B 42 of 222 ~ 18.92%

%36.04
%45.05
%18.92

CMYK color model

#50642A color CMYK value is (20,0,58,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 60.78%
CMYK:
(20,0,58,61)
C20M0Y58K61 
(20%,0%,58%,61%)
(0.20/0.00/0.58/0.61)	

CMYK percentages

%20
%0
%58
%60.78

Codes

Color #50642A in popluar color models

50642A
RGB8010042
HSL81°40.85%27.84%
HSB/HSV81°58.00%39.22%
CMYK20.00%0.00%58.00%
60.78%

Color #50642A in popluar number systems.

HEX50642A
Decimal8010042
Binary10100001100100101010
Octal12014452

Shades and tints

Shades of #50642A

#50642A
(80,100,42)
#495B27
(73,91,39)
#425224
(66,82,36)
#3B4921
(59,73,33)
#34401E
(52,64,30)
#2D371B
(45,55,27)
#262E18
(38,46,24)
#1F2515
(31,37,21)
#181C12
(24,28,18)
#11130F
(17,19,15)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #50642A

#50642A
(80,100,42)
#5F723D
(95,114,61)
#6E8050
(110,128,80)
#7D8E63
(125,142,99)
#8C9C76
(140,156,118)
#9BAA89
(155,170,137)
#AAB89C
(170,184,156)
#B9C6AF
(185,198,175)
#C8D4C2
(200,212,194)
#D7E2D5
(215,226,213)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50642A; }

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

This text font color is #50642A.


Background Color

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

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

This div background color is #50642A.


Border color

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

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

This div border color is #50642A.


Opacity

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

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

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

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

This text has shadow with #50642A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50642A on black background.


Color preview on white background

This text has color #50642A on white background.



Black color preview on #50642A background

This text has black color on #50642A background.


White color preview on #50642A background

This text has white color on #50642A background.