COLOR #50632B

HEX: #50632B
RGB: (80,99,43)

Color info

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

RGB color model

#50632B color RGB value is (80,99,43).

  • red value is 80;
  • green value is 99;
  • blue value is 43.
RGB:
(80,99,43)
(31%,39%,17%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 43 of 255 = 17%

80
99
43

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 43 = 222 (100%)
R 80 of 222 ~ 36.04%
G 99 of 222 ~ 44.59%
B 43 of 222 ~ 19.37%

%36.04
%44.59
%19.37

CMYK color model

#50632B color CMYK value is (19,0,57,61).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 56.57%
  • key color value is 61.18%
CMYK:
(19,0,57,61)
C19M0Y57K61 
(19%,0%,57%,61%)
(0.19/0.00/0.57/0.61)	

CMYK percentages

%19.19
%0
%56.57
%61.18

Codes

Color #50632B in popluar color models

50632B
RGB809943
HSL80°39.44%27.84%
HSB/HSV80°56.57%38.82%
CMYK19.19%0.00%56.57%
61.18%

Color #50632B in popluar number systems.

HEX50632B
Decimal809943
Binary10100001100011101011
Octal12014353

Shades and tints

Shades of #50632B

#50632B
(80,99,43)
#495A28
(73,90,40)
#425125
(66,81,37)
#3B4822
(59,72,34)
#343F1F
(52,63,31)
#2D361C
(45,54,28)
#262D19
(38,45,25)
#1F2416
(31,36,22)
#181B13
(24,27,19)
#111210
(17,18,16)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #50632B

#50632B
(80,99,43)
#5F713E
(95,113,62)
#6E7F51
(110,127,81)
#7D8D64
(125,141,100)
#8C9B77
(140,155,119)
#9BA98A
(155,169,138)
#AAB79D
(170,183,157)
#B9C5B0
(185,197,176)
#C8D3C3
(200,211,195)
#D7E1D6
(215,225,214)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50632B color. Also use rgb(80,99,43) instead hex code.

Text Font Color

.myTextColor { color: #50632B; }

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

This text font color is #50632B.


Background Color

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

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

This div background color is #50632B.


Border color

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

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

This div border color is #50632B.


Opacity

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

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

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

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

This text has shadow with #50632B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50632B on black background.


Color preview on white background

This text has color #50632B on white background.



Black color preview on #50632B background

This text has black color on #50632B background.


White color preview on #50632B background

This text has white color on #50632B background.