COLOR #50854B

HEX: #50854B
RGB: (80,133,75)

Color info

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

RGB color model

#50854B color RGB value is (80,133,75).

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

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 75 of 255 = 29%

80
133
75

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

Portions of RGB colors in percentages

R + G + B =
80 + 133 + 75 = 288 (100%)
R 80 of 288 ~ 27.78%
G 133 of 288 ~ 46.18%
B 75 of 288 ~ 26.04%

%27.78
%46.18
%26.04

CMYK color model

#50854B color CMYK value is (40,0,44,48).

  • cyan value is 39.85%
  • magenta value is 0.00%
  • yellow value is 43.61%
  • key color value is 47.84%
CMYK:
(40,0,44,48)
C40M0Y44K48 
(40%,0%,44%,48%)
(0.40/0.00/0.44/0.48)	

CMYK percentages

%39.85
%0
%43.61
%47.84

Codes

Color #50854B in popluar color models

50854B
RGB8013375
HSL115°27.88%40.78%
HSB/HSV115°43.61%52.16%
CMYK39.85%0.00%43.61%
47.84%

Color #50854B in popluar number systems.

HEX50854B
Decimal8013375
Binary1010000100001011001011
Octal120205113

Shades and tints

Shades of #50854B

#50854B
(80,133,75)
#497945
(73,121,69)
#426D3F
(66,109,63)
#3B6139
(59,97,57)
#345533
(52,85,51)
#2D492D
(45,73,45)
#263D27
(38,61,39)
#1F3121
(31,49,33)
#18251B
(24,37,27)
#111915
(17,25,21)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #50854B

#50854B
(80,133,75)
#5F905B
(95,144,91)
#6E9B6B
(110,155,107)
#7DA67B
(125,166,123)
#8CB18B
(140,177,139)
#9BBC9B
(155,188,155)
#AAC7AB
(170,199,171)
#B9D2BB
(185,210,187)
#C8DDCB
(200,221,203)
#D7E8DB
(215,232,219)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50854B; }

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

This text font color is #50854B.


Background Color

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

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

This div background color is #50854B.


Border color

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

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

This div border color is #50854B.


Opacity

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

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

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

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

This text has shadow with #50854B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50854B on black background.


Color preview on white background

This text has color #50854B on white background.



Black color preview on #50854B background

This text has black color on #50854B background.


White color preview on #50854B background

This text has white color on #50854B background.