COLOR #50824B

HEX: #50824B
RGB: (80,130,75)

Color info

#50824B contains red, green and blue colors in about the same proportion. Web safe color of #50824B is #669933 (or #693).

RGB color model

#50824B color RGB value is (80,130,75).

  • red value is 80;
  • green value is 130;
  • blue value is 75.
RGB:
(80,130,75)
(31%,51%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 75 of 255 = 29%

80
130
75

R + G + B ~ 37%. #50824B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 75 = 285 (100%)
R 80 of 285 ~ 28.07%
G 130 of 285 ~ 45.61%
B 75 of 285 ~ 26.32%

%28.07
%45.61
%26.32

CMYK color model

#50824B color CMYK value is (38,0,42,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(38,0,42,49)
C38M0Y42K49 
(38%,0%,42%,49%)
(0.38/0.00/0.42/0.49)	

CMYK percentages

%38.46
%0
%42.31
%49.02

Codes

Color #50824B in popluar color models

50824B
RGB8013075
HSL115°26.83%40.20%
HSB/HSV115°42.31%50.98%
CMYK38.46%0.00%42.31%
49.02%

Color #50824B in popluar number systems.

HEX50824B
Decimal8013075
Binary1010000100000101001011
Octal120202113

Shades and tints

Shades of #50824B

#50824B
(80,130,75)
#497745
(73,119,69)
#426C3F
(66,108,63)
#3B6139
(59,97,57)
#345633
(52,86,51)
#2D4B2D
(45,75,45)
#264027
(38,64,39)
#1F3521
(31,53,33)
#182A1B
(24,42,27)
#111F15
(17,31,21)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #50824B

#50824B
(80,130,75)
#5F8D5B
(95,141,91)
#6E986B
(110,152,107)
#7DA37B
(125,163,123)
#8CAE8B
(140,174,139)
#9BB99B
(155,185,155)
#AAC4AB
(170,196,171)
#B9CFBB
(185,207,187)
#C8DACB
(200,218,203)
#D7E5DB
(215,229,219)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50824B color. Also use rgb(80,130,75) instead hex code.

Text Font Color

.myTextColor { color: #50824B; }

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

This text font color is #50824B.


Background Color

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

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

This div background color is #50824B.


Border color

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

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

This div border color is #50824B.


Opacity

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

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

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

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

This text has shadow with #50824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50824B on black background.


Color preview on white background

This text has color #50824B on white background.



Black color preview on #50824B background

This text has black color on #50824B background.


White color preview on #50824B background

This text has white color on #50824B background.