COLOR #50697D

HEX: #50697D
RGB: (80,105,125)

Renk bilgisi

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

RGB renk modeli

#50697D color RGB value is (80,105,125).

  • kırmız ton 80;
  • yeşil ton 105;
  • mavi ton 125.
RGB:
(80,105,125)
(31%,41%,49%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 105 of 255 = 41%
B 125 of 255 = 49%

80
105
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 105 + 125 = 310 (100%)
R 80 of 310 ~ 25.81%
G 105 of 310 ~ 33.87%
B 125 of 310 ~ 40.32%

%25.81
%33.87
%40.32

CMYK RENK MODELİ

#50697D rengi CMYK tonu (36,16,0,51).

  • camgöbeği tonu 36.00%
  • eflatun tonu 16.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(36,16,0,51)
C36M16Y0K51 
(36%,16%,0%,51%)
(0.36/0.16/0.00/0.51)	

CMYK yüzdeleri

%36
%16
%0
%50.98

Codes

Color #50697D in popluar color models

50697D
RGB80105125
HSL207°21.95%40.20%
HSB/HSV207°36.00%49.02%
CMYK36.00%16.00%0.00%
50.98%

Color #50697D in popluar number systems.

HEX50697D
Decimal80105125
Binary101000011010011111101
Octal120151175

Shades and tints

Shades of #50697D

#50697D
(80,105,125)
#496072
(73,96,114)
#425767
(66,87,103)
#3B4E5C
(59,78,92)
#344551
(52,69,81)
#2D3C46
(45,60,70)
#26333B
(38,51,59)
#1F2A30
(31,42,48)
#182125
(24,33,37)
#11181A
(17,24,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #50697D

#50697D
(80,105,125)
#5F7688
(95,118,136)
#6E8393
(110,131,147)
#7D909E
(125,144,158)
#8C9DA9
(140,157,169)
#9BAAB4
(155,170,180)
#AAB7BF
(170,183,191)
#B9C4CA
(185,196,202)
#C8D1D5
(200,209,213)
#D7DEE0
(215,222,224)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50697D color. Also use rgb(80,105,125) instead hex code.

Text Font Color

.myTextColor { color: #50697D; }

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

This text font color is #50697D.


Background Color

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

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

This div background color is #50697D.


Border color

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

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

This div border color is #50697D.


Opacity

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

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

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

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

This text has shadow with #50697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50697D on black background.


Color preview on white background

This text has color #50697D on white background.



Black color preview on #50697D background

This text has black color on #50697D background.


White color preview on #50697D background

This text has white color on #50697D background.