COLOR #50995C

HEX: #50995C
RGB: (80,153,92)

Renk bilgisi

#50995C contains mainly green color. #50995C ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#50995C color RGB value is (80,153,92).

  • kırmız ton 80;
  • yeşil ton 153;
  • mavi ton 92.
RGB:
(80,153,92)
(31%,60%,36%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 153 of 255 = 60%
B 92 of 255 = 36%

80
153
92

R + G + B ~ 42%. #50995C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 153 + 92 = 325 (100%)
R 80 of 325 ~ 24.62%
G 153 of 325 ~ 47.08%
B 92 of 325 ~ 28.31%

%24.62
%47.08
%28.31

CMYK RENK MODELİ

#50995C rengi CMYK tonu (48,0,40,40).

  • camgöbeği tonu 47.71%
  • eflatun tonu 0.00%
  • sarı tonu 39.87%
  • ana renk tonu 40.00%
CMYK:
(48,0,40,40)
C48M0Y40K40 
(48%,0%,40%,40%)
(0.48/0.00/0.40/0.40)	

CMYK yüzdeleri

%47.71
%0
%39.87
%40

Codes

Color #50995C in popluar color models

50995C
RGB8015392
HSL130°31.33%45.69%
HSB/HSV130°47.71%60.00%
CMYK47.71%0.00%39.87%
40.00%

Color #50995C in popluar number systems.

HEX50995C
Decimal8015392
Binary1010000100110011011100
Octal120231134

Shades and tints

Shades of #50995C

#50995C
(80,153,92)
#498C54
(73,140,84)
#427F4C
(66,127,76)
#3B7244
(59,114,68)
#34653C
(52,101,60)
#2D5834
(45,88,52)
#264B2C
(38,75,44)
#1F3E24
(31,62,36)
#18311C
(24,49,28)
#112414
(17,36,20)
#0A170C
(10,23,12)
#000000
(0,0,0)

Tints of #50995C

#50995C
(80,153,92)
#5FA26A
(95,162,106)
#6EAB78
(110,171,120)
#7DB486
(125,180,134)
#8CBD94
(140,189,148)
#9BC6A2
(155,198,162)
#AACFB0
(170,207,176)
#B9D8BE
(185,216,190)
#C8E1CC
(200,225,204)
#D7EADA
(215,234,218)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50995C color. Also use rgb(80,153,92) instead hex code.

Text Font Color

.myTextColor { color: #50995C; }

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

This text font color is #50995C.


Background Color

.myBgColor { background-color: #50995C; }

<div style="background-color:#50995C">Inner text</div>

This div background color is #50995C.


Border color

.myBorderColor { border: 1px solid #50995C; }

<div style="border:3px solid #50995C">Div</div>

This div border color is #50995C.


Opacity

.myOpacity80 { color: #50995C; opacity: 0.8; }

<p style="color:#50995C;opacity:0.8;">80%</p>

Text with #50995C 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 #50995C;}

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

This text has shadow with #50995C color.

.textShadow {text-shadow: 3px 3px 1px #50995C, 3px 3px 1px red;}

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

This text has shadow with #50995C primary color and red secondary color.


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

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

This text has shadow with #50995C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50995C on black background.


Color preview on white background

This text has color #50995C on white background.



Black color preview on #50995C background

This text has black color on #50995C background.


White color preview on #50995C background

This text has white color on #50995C background.