COLOR #50882E

HEX: #50882E
RGB: (80,136,46)

Renk bilgisi

#50882E contains mainly red and green colors. #50882E ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#50882E color RGB value is (80,136,46).

  • kırmız ton 80;
  • yeşil ton 136;
  • mavi ton 46.
RGB:
(80,136,46)
(31%,53%,18%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 136 of 255 = 53%
B 46 of 255 = 18%

80
136
46

R + G + B ~ 34%. #50882E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 136 + 46 = 262 (100%)
R 80 of 262 ~ 30.53%
G 136 of 262 ~ 51.91%
B 46 of 262 ~ 17.56%

%30.53
%51.91
%17.56

CMYK RENK MODELİ

#50882E rengi CMYK tonu (41,0,66,47).

  • camgöbeği tonu 41.18%
  • eflatun tonu 0.00%
  • sarı tonu 66.18%
  • ana renk tonu 46.67%
CMYK:
(41,0,66,47)
C41M0Y66K47 
(41%,0%,66%,47%)
(0.41/0.00/0.66/0.47)	

CMYK yüzdeleri

%41.18
%0
%66.18
%46.67

Codes

Color #50882E in popluar color models

50882E
RGB8013646
HSL97°49.45%35.69%
HSB/HSV97°66.18%53.33%
CMYK41.18%0.00%66.18%
46.67%

Color #50882E in popluar number systems.

HEX50882E
Decimal8013646
Binary101000010001000101110
Octal12021056

Shades and tints

Shades of #50882E

#50882E
(80,136,46)
#497C2A
(73,124,42)
#427026
(66,112,38)
#3B6422
(59,100,34)
#34581E
(52,88,30)
#2D4C1A
(45,76,26)
#264016
(38,64,22)
#1F3412
(31,52,18)
#18280E
(24,40,14)
#111C0A
(17,28,10)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #50882E

#50882E
(80,136,46)
#5F9241
(95,146,65)
#6E9C54
(110,156,84)
#7DA667
(125,166,103)
#8CB07A
(140,176,122)
#9BBA8D
(155,186,141)
#AAC4A0
(170,196,160)
#B9CEB3
(185,206,179)
#C8D8C6
(200,216,198)
#D7E2D9
(215,226,217)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50882E color. Also use rgb(80,136,46) instead hex code.

Text Font Color

.myTextColor { color: #50882E; }

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

This text font color is #50882E.


Background Color

.myBgColor { background-color: #50882E; }

<div style="background-color:#50882E">Inner text</div>

This div background color is #50882E.


Border color

.myBorderColor { border: 1px solid #50882E; }

<div style="border:3px solid #50882E">Div</div>

This div border color is #50882E.


Opacity

.myOpacity80 { color: #50882E; opacity: 0.8; }

<p style="color:#50882E;opacity:0.8;">80%</p>

Text with #50882E 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 #50882E;}

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

This text has shadow with #50882E color.

.textShadow {text-shadow: 3px 3px 1px #50882E, 3px 3px 1px red;}

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

This text has shadow with #50882E primary color and red secondary color.


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

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

This text has shadow with #50882E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50882E on black background.


Color preview on white background

This text has color #50882E on white background.



Black color preview on #50882E background

This text has black color on #50882E background.


White color preview on #50882E background

This text has white color on #50882E background.