COLOR #50835B

HEX: #50835B
RGB: (80,131,91)

Renk bilgisi

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

RGB renk modeli

#50835B color RGB value is (80,131,91).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 131 of 255 = 51%
B 91 of 255 = 36%

80
131
91

R + G + B ~ 39%. #50835B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 131 + 91 = 302 (100%)
R 80 of 302 ~ 26.49%
G 131 of 302 ~ 43.38%
B 91 of 302 ~ 30.13%

%26.49
%43.38
%30.13

CMYK RENK MODELİ

#50835B rengi CMYK tonu (39,0,31,49).

  • camgöbeği tonu 38.93%
  • eflatun tonu 0.00%
  • sarı tonu 30.53%
  • ana renk tonu 48.63%
CMYK:
(39,0,31,49)
C39M0Y31K49 
(39%,0%,31%,49%)
(0.39/0.00/0.31/0.49)	

CMYK yüzdeleri

%38.93
%0
%30.53
%48.63

Codes

Color #50835B in popluar color models

50835B
RGB8013191
HSL133°24.17%41.37%
HSB/HSV133°38.93%51.37%
CMYK38.93%0.00%30.53%
48.63%

Color #50835B in popluar number systems.

HEX50835B
Decimal8013191
Binary1010000100000111011011
Octal120203133

Shades and tints

Shades of #50835B

#50835B
(80,131,91)
#497853
(73,120,83)
#426D4B
(66,109,75)
#3B6243
(59,98,67)
#34573B
(52,87,59)
#2D4C33
(45,76,51)
#26412B
(38,65,43)
#1F3623
(31,54,35)
#182B1B
(24,43,27)
#112013
(17,32,19)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #50835B

#50835B
(80,131,91)
#5F8E69
(95,142,105)
#6E9977
(110,153,119)
#7DA485
(125,164,133)
#8CAF93
(140,175,147)
#9BBAA1
(155,186,161)
#AAC5AF
(170,197,175)
#B9D0BD
(185,208,189)
#C8DBCB
(200,219,203)
#D7E6D9
(215,230,217)
#E6F1E7
(230,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50835B color. Also use rgb(80,131,91) instead hex code.

Text Font Color

.myTextColor { color: #50835B; }

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

This text font color is #50835B.


Background Color

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

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

This div background color is #50835B.


Border color

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

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

This div border color is #50835B.


Opacity

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

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

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

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

This text has shadow with #50835B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50835B on black background.


Color preview on white background

This text has color #50835B on white background.



Black color preview on #50835B background

This text has black color on #50835B background.


White color preview on #50835B background

This text has white color on #50835B background.