COLOR #50852B

HEX: #50852B
RGB: (80,133,43)

Color info

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

RGB color model

#50852B color RGB value is (80,133,43).

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

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 43 of 255 = 17%

80
133
43

R + G + B ~ 33%. #50852B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 133 + 43 = 256 (100%)
R 80 of 256 ~ 31.25%
G 133 of 256 ~ 51.95%
B 43 of 256 ~ 16.8%

%31.25
%51.95
%16.8

CMYK color model

#50852B color CMYK value is (40,0,68,48).

  • cyan value is 39.85%
  • magenta value is 0.00%
  • yellow value is 67.67%
  • key color value is 47.84%
CMYK:
(40,0,68,48)
C40M0Y68K48 
(40%,0%,68%,48%)
(0.40/0.00/0.68/0.48)	

CMYK percentages

%39.85
%0
%67.67
%47.84

Codes

Color #50852B in popluar color models

50852B
RGB8013343
HSL95°51.14%34.51%
HSB/HSV95°67.67%52.16%
CMYK39.85%0.00%67.67%
47.84%

Color #50852B in popluar number systems.

HEX50852B
Decimal8013343
Binary101000010000101101011
Octal12020553

Shades and tints

Shades of #50852B

#50852B
(80,133,43)
#497928
(73,121,40)
#426D25
(66,109,37)
#3B6122
(59,97,34)
#34551F
(52,85,31)
#2D491C
(45,73,28)
#263D19
(38,61,25)
#1F3116
(31,49,22)
#182513
(24,37,19)
#111910
(17,25,16)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50852B

#50852B
(80,133,43)
#5F903E
(95,144,62)
#6E9B51
(110,155,81)
#7DA664
(125,166,100)
#8CB177
(140,177,119)
#9BBC8A
(155,188,138)
#AAC79D
(170,199,157)
#B9D2B0
(185,210,176)
#C8DDC3
(200,221,195)
#D7E8D6
(215,232,214)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50852B; }

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

This text font color is #50852B.


Background Color

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

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

This div background color is #50852B.


Border color

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

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

This div border color is #50852B.


Opacity

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

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

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

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

This text has shadow with #50852B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50852B on black background.


Color preview on white background

This text has color #50852B on white background.



Black color preview on #50852B background

This text has black color on #50852B background.


White color preview on #50852B background

This text has white color on #50852B background.