COLOR #50854D

HEX: #50854D
RGB: (80,133,77)

Renk bilgisi

#50854D contains red, green and blue colors in about the same proportion. #50854D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#50854D color RGB value is (80,133,77).

  • kırmız ton 80;
  • yeşil ton 133;
  • mavi ton 77.
RGB:
(80,133,77)
(31%,52%,30%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 133 of 255 = 52%
B 77 of 255 = 30%

80
133
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 133 + 77 = 290 (100%)
R 80 of 290 ~ 27.59%
G 133 of 290 ~ 45.86%
B 77 of 290 ~ 26.55%

%27.59
%45.86
%26.55

CMYK RENK MODELİ

#50854D rengi CMYK tonu (40,0,42,48).

  • camgöbeği tonu 39.85%
  • eflatun tonu 0.00%
  • sarı tonu 42.11%
  • ana renk tonu 47.84%
CMYK:
(40,0,42,48)
C40M0Y42K48 
(40%,0%,42%,48%)
(0.40/0.00/0.42/0.48)	

CMYK yüzdeleri

%39.85
%0
%42.11
%47.84

Codes

Color #50854D in popluar color models

50854D
RGB8013377
HSL117°26.67%41.18%
HSB/HSV117°42.11%52.16%
CMYK39.85%0.00%42.11%
47.84%

Color #50854D in popluar number systems.

HEX50854D
Decimal8013377
Binary1010000100001011001101
Octal120205115

Shades and tints

Shades of #50854D

#50854D
(80,133,77)
#497946
(73,121,70)
#426D3F
(66,109,63)
#3B6138
(59,97,56)
#345531
(52,85,49)
#2D492A
(45,73,42)
#263D23
(38,61,35)
#1F311C
(31,49,28)
#182515
(24,37,21)
#11190E
(17,25,14)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #50854D

#50854D
(80,133,77)
#5F905D
(95,144,93)
#6E9B6D
(110,155,109)
#7DA67D
(125,166,125)
#8CB18D
(140,177,141)
#9BBC9D
(155,188,157)
#AAC7AD
(170,199,173)
#B9D2BD
(185,210,189)
#C8DDCD
(200,221,205)
#D7E8DD
(215,232,221)
#E6F3ED
(230,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50854D; }

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

This text font color is #50854D.


Background Color

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

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

This div background color is #50854D.


Border color

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

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

This div border color is #50854D.


Opacity

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

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

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

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

This text has shadow with #50854D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50854D on black background.


Color preview on white background

This text has color #50854D on white background.



Black color preview on #50854D background

This text has black color on #50854D background.


White color preview on #50854D background

This text has white color on #50854D background.