COLOR #50865F

HEX: #50865F
RGB: (80,134,95)

Renk bilgisi

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

RGB renk modeli

#50865F color RGB value is (80,134,95).

  • kırmız ton 80;
  • yeşil ton 134;
  • mavi ton 95.
RGB:
(80,134,95)
(31%,53%,37%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 134 of 255 = 53%
B 95 of 255 = 37%

80
134
95

R + G + B ~ 40%. #50865F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 134 + 95 = 309 (100%)
R 80 of 309 ~ 25.89%
G 134 of 309 ~ 43.37%
B 95 of 309 ~ 30.74%

%25.89
%43.37
%30.74

CMYK RENK MODELİ

#50865F rengi CMYK tonu (40,0,29,47).

  • camgöbeği tonu 40.30%
  • eflatun tonu 0.00%
  • sarı tonu 29.10%
  • ana renk tonu 47.45%
CMYK:
(40,0,29,47)
C40M0Y29K47 
(40%,0%,29%,47%)
(0.40/0.00/0.29/0.47)	

CMYK yüzdeleri

%40.3
%0
%29.1
%47.45

Codes

Color #50865F in popluar color models

50865F
RGB8013495
HSL137°25.23%41.96%
HSB/HSV137°40.30%52.55%
CMYK40.30%0.00%29.10%
47.45%

Color #50865F in popluar number systems.

HEX50865F
Decimal8013495
Binary1010000100001101011111
Octal120206137

Shades and tints

Shades of #50865F

#50865F
(80,134,95)
#497A57
(73,122,87)
#426E4F
(66,110,79)
#3B6247
(59,98,71)
#34563F
(52,86,63)
#2D4A37
(45,74,55)
#263E2F
(38,62,47)
#1F3227
(31,50,39)
#18261F
(24,38,31)
#111A17
(17,26,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #50865F

#50865F
(80,134,95)
#5F916D
(95,145,109)
#6E9C7B
(110,156,123)
#7DA789
(125,167,137)
#8CB297
(140,178,151)
#9BBDA5
(155,189,165)
#AAC8B3
(170,200,179)
#B9D3C1
(185,211,193)
#C8DECF
(200,222,207)
#D7E9DD
(215,233,221)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50865F color. Also use rgb(80,134,95) instead hex code.

Text Font Color

.myTextColor { color: #50865F; }

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

This text font color is #50865F.


Background Color

.myBgColor { background-color: #50865F; }

<div style="background-color:#50865F">Inner text</div>

This div background color is #50865F.


Border color

.myBorderColor { border: 1px solid #50865F; }

<div style="border:3px solid #50865F">Div</div>

This div border color is #50865F.


Opacity

.myOpacity80 { color: #50865F; opacity: 0.8; }

<p style="color:#50865F;opacity:0.8;">80%</p>

Text with #50865F 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 #50865F;}

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

This text has shadow with #50865F color.

.textShadow {text-shadow: 3px 3px 1px #50865F, 3px 3px 1px red;}

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

This text has shadow with #50865F primary color and red secondary color.


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

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

This text has shadow with #50865F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50865F on black background.


Color preview on white background

This text has color #50865F on white background.



Black color preview on #50865F background

This text has black color on #50865F background.


White color preview on #50865F background

This text has white color on #50865F background.