COLOR #50853D

HEX: #50853D RGB: (80,133,61)

Color info

#50853D contains mainly red and green colors. Web safe color of #50853D is #669933 (or #693).

RGB color model

#50853D color RGB value is (80,133,61).

RGB: (80,133,61) (31%, 52%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 61 of 255 = 24%

80
133
61

R + G + B ~ 36%. #50853D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 133 + 61 = 274 (100%)
R 80 of 274 ~ 29.2%
G 133 of 274 ~ 48.54%
B 61 of 274 ~ 22.26'%

%29.2
%48.54
%22.26

CMYK color model

#50853D color CMYK value is (40,0,54,48).

  • cyan value is 39.85%
  • magenta value is 0.00%
  • yellow value is 54.14%
  • key color value is 47.84%

CMYK: (40,0,54,48)
C40M0Y54K48 (40%, 0%, 54%, 48%)
(0.40 / 0.00 / 0.54 / 0.48)

CMYK percentages

%39.85
%0
%54.14
%47.84

Codes

Color #50853D in popluar color models

50 85 3D
RGB 80 133 61
HSL 104° 37.11% 38.04%
HSB/HSV 104° 54.14% 52.16%
CMYK 39.85% 0.00% 54.14%
47.84%

Color #50853D in popluar number systems.

HEX 50 85 3D
Decimal 80 133 61
Binary 1010000 10000101 111101
Octal 120 205 75

Shades and tints

Shades of #50853D

#50853D
(80,133,61)
#497938
(73,121,56)
#426D33
(66,109,51)
#3B612E
(59,97,46)
#345529
(52,85,41)
#2D4924
(45,73,36)
#263D1F
(38,61,31)
#1F311A
(31,49,26)
#182515
(24,37,21)
#111910
(17,25,16)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #50853D

#50853D
(80,133,61)
#5F904E
(95,144,78)
#6E9B5F
(110,155,95)
#7DA670
(125,166,112)
#8CB181
(140,177,129)
#9BBC92
(155,188,146)
#AAC7A3
(170,199,163)
#B9D2B4
(185,210,180)
#C8DDC5
(200,221,197)
#D7E8D6
(215,232,214)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50853D; }

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

This text font color is #50853D.

Background Color

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

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

This div background color is #50853D.

Border color

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

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

This div border color is #50853D.

Opacity

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

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

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

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

This text has shadow with #50853D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50853D.

Preview

Color preview on black background

This text has color #50853D on black background.


Color preview on white background

This text has color #50853D on white background.


Black color preview on #50853D background

This text has black color on #50853D background.


White color preview on #50853D background

This text has white color on #50853D background.


Related colors

Complementary color

Complementary color for #hex is #AF7AC2.


I love getcolorcode.com

Triadic colors

1 #3D5085 and #853D50 with #50853D are triadic colors.

2 #3D8550 and #85503D with #50853D are triadic colors.