COLOR #50838C

HEX: #50838C
RGB: (80,131,140)

Renk bilgisi

#50838C contains mainly green and blue colors. #50838C ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#50838C color RGB value is (80,131,140).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 131 of 255 = 51%
B 140 of 255 = 55%

80
131
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 131 + 140 = 351 (100%)
R 80 of 351 ~ 22.79%
G 131 of 351 ~ 37.32%
B 140 of 351 ~ 39.89%

%22.79
%37.32
%39.89

CMYK RENK MODELİ

#50838C rengi CMYK tonu (43,6,0,45).

  • camgöbeği tonu 42.86%
  • eflatun tonu 6.43%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(43,6,0,45)
C43M6Y0K45 
(43%,6%,0%,45%)
(0.43/0.06/0.00/0.45)	

CMYK yüzdeleri

%42.86
%6.43
%0
%45.1

Codes

Color #50838C in popluar color models

50838C
RGB80131140
HSL189°27.27%43.14%
HSB/HSV189°42.86%54.90%
CMYK42.86%6.43%0.00%
45.10%

Color #50838C in popluar number systems.

HEX50838C
Decimal80131140
Binary10100001000001110001100
Octal120203214

Shades and tints

Shades of #50838C

#50838C
(80,131,140)
#497880
(73,120,128)
#426D74
(66,109,116)
#3B6268
(59,98,104)
#34575C
(52,87,92)
#2D4C50
(45,76,80)
#264144
(38,65,68)
#1F3638
(31,54,56)
#182B2C
(24,43,44)
#112020
(17,32,32)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #50838C

#50838C
(80,131,140)
#5F8E96
(95,142,150)
#6E99A0
(110,153,160)
#7DA4AA
(125,164,170)
#8CAFB4
(140,175,180)
#9BBABE
(155,186,190)
#AAC5C8
(170,197,200)
#B9D0D2
(185,208,210)
#C8DBDC
(200,219,220)
#D7E6E6
(215,230,230)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50838C color. Also use rgb(80,131,140) instead hex code.

Text Font Color

.myTextColor { color: #50838C; }

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

This text font color is #50838C.


Background Color

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

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

This div background color is #50838C.


Border color

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

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

This div border color is #50838C.


Opacity

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

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

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

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

This text has shadow with #50838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50838C on black background.


Color preview on white background

This text has color #50838C on white background.



Black color preview on #50838C background

This text has black color on #50838C background.


White color preview on #50838C background

This text has white color on #50838C background.