COLOR #50824E

HEX: #50824E
RGB: (80,130,78)

Renk bilgisi

#50824E contains red, green and blue colors in about the same proportion. #50824E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#50824E color RGB value is (80,130,78).

  • kırmız ton 80;
  • yeşil ton 130;
  • mavi ton 78.
RGB:
(80,130,78)
(31%,51%,31%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 130 of 255 = 51%
B 78 of 255 = 31%

80
130
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 130 + 78 = 288 (100%)
R 80 of 288 ~ 27.78%
G 130 of 288 ~ 45.14%
B 78 of 288 ~ 27.08%

%27.78
%45.14
%27.08

CMYK RENK MODELİ

#50824E rengi CMYK tonu (38,0,40,49).

  • camgöbeği tonu 38.46%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 49.02%
CMYK:
(38,0,40,49)
C38M0Y40K49 
(38%,0%,40%,49%)
(0.38/0.00/0.40/0.49)	

CMYK yüzdeleri

%38.46
%0
%40
%49.02

Codes

Color #50824E in popluar color models

50824E
RGB8013078
HSL118°25.00%40.78%
HSB/HSV118°40.00%50.98%
CMYK38.46%0.00%40.00%
49.02%

Color #50824E in popluar number systems.

HEX50824E
Decimal8013078
Binary1010000100000101001110
Octal120202116

Shades and tints

Shades of #50824E

#50824E
(80,130,78)
#497747
(73,119,71)
#426C40
(66,108,64)
#3B6139
(59,97,57)
#345632
(52,86,50)
#2D4B2B
(45,75,43)
#264024
(38,64,36)
#1F351D
(31,53,29)
#182A16
(24,42,22)
#111F0F
(17,31,15)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #50824E

#50824E
(80,130,78)
#5F8D5E
(95,141,94)
#6E986E
(110,152,110)
#7DA37E
(125,163,126)
#8CAE8E
(140,174,142)
#9BB99E
(155,185,158)
#AAC4AE
(170,196,174)
#B9CFBE
(185,207,190)
#C8DACE
(200,218,206)
#D7E5DE
(215,229,222)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50824E; }

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

This text font color is #50824E.


Background Color

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

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

This div background color is #50824E.


Border color

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

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

This div border color is #50824E.


Opacity

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

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

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

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

This text has shadow with #50824E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50824E on black background.


Color preview on white background

This text has color #50824E on white background.



Black color preview on #50824E background

This text has black color on #50824E background.


White color preview on #50824E background

This text has white color on #50824E background.