COLOR #50633D

HEX: #50633D
RGB: (80,99,61)

Color info

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

RGB color model

#50633D color RGB value is (80,99,61).

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

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 61 of 255 = 24%

80
99
61

R + G + B ~ 31%. #50633D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 61 = 240 (100%)
R 80 of 240 ~ 33.33%
G 99 of 240 ~ 41.25%
B 61 of 240 ~ 25.42%

%33.33
%41.25
%25.42

CMYK color model

#50633D color CMYK value is (19,0,38,61).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 61.18%
CMYK:
(19,0,38,61)
C19M0Y38K61 
(19%,0%,38%,61%)
(0.19/0.00/0.38/0.61)	

CMYK percentages

%19.19
%0
%38.38
%61.18

Codes

Color #50633D in popluar color models

50633D
RGB809961
HSL90°23.75%31.37%
HSB/HSV90°38.38%38.82%
CMYK19.19%0.00%38.38%
61.18%

Color #50633D in popluar number systems.

HEX50633D
Decimal809961
Binary10100001100011111101
Octal12014375

Shades and tints

Shades of #50633D

#50633D
(80,99,61)
#495A38
(73,90,56)
#425133
(66,81,51)
#3B482E
(59,72,46)
#343F29
(52,63,41)
#2D3624
(45,54,36)
#262D1F
(38,45,31)
#1F241A
(31,36,26)
#181B15
(24,27,21)
#111210
(17,18,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #50633D

#50633D
(80,99,61)
#5F714E
(95,113,78)
#6E7F5F
(110,127,95)
#7D8D70
(125,141,112)
#8C9B81
(140,155,129)
#9BA992
(155,169,146)
#AAB7A3
(170,183,163)
#B9C5B4
(185,197,180)
#C8D3C5
(200,211,197)
#D7E1D6
(215,225,214)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50633D color. Also use rgb(80,99,61) instead hex code.

Text Font Color

.myTextColor { color: #50633D; }

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

This text font color is #50633D.


Background Color

.myBgColor { background-color: #50633D; }

<div style="background-color:#50633D">Inner text</div>

This div background color is #50633D.


Border color

.myBorderColor { border: 1px solid #50633D; }

<div style="border:3px solid #50633D">Div</div>

This div border color is #50633D.


Opacity

.myOpacity80 { color: #50633D; opacity: 0.8; }

<p style="color:#50633D;opacity:0.8;">80%</p>

Text with #50633D 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 #50633D;}

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

This text has shadow with #50633D color.

.textShadow {text-shadow: 3px 3px 1px #50633D, 3px 3px 1px red;}

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

This text has shadow with #50633D primary color and red secondary color.


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

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

This text has shadow with #50633D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50633D on black background.


Color preview on white background

This text has color #50633D on white background.



Black color preview on #50633D background

This text has black color on #50633D background.


White color preview on #50633D background

This text has white color on #50633D background.