COLOR #508290

HEX: #508290
RGB: (80,130,144)

Renk bilgisi

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

RGB renk modeli

#508290 color RGB value is (80,130,144).

  • kırmız ton 80;
  • yeşil ton 130;
  • mavi ton 144.
RGB:
(80,130,144)
(31%,51%,56%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 130 of 255 = 51%
B 144 of 255 = 56%

80
130
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 130 + 144 = 354 (100%)
R 80 of 354 ~ 22.6%
G 130 of 354 ~ 36.72%
B 144 of 354 ~ 40.68%

%22.6
%36.72
%40.68

CMYK RENK MODELİ

#508290 rengi CMYK tonu (44,10,0,44).

  • camgöbeği tonu 44.44%
  • eflatun tonu 9.72%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(44,10,0,44)
C44M10Y0K44 
(44%,10%,0%,44%)
(0.44/0.10/0.00/0.44)	

CMYK yüzdeleri

%44.44
%9.72
%0
%43.53

Codes

Color #508290 in popluar color models

508290
RGB80130144
HSL193°28.57%43.92%
HSB/HSV193°44.44%56.47%
CMYK44.44%9.72%0.00%
43.53%

Color #508290 in popluar number systems.

HEX508290
Decimal80130144
Binary10100001000001010010000
Octal120202220

Shades and tints

Shades of #508290

#508290
(80,130,144)
#497783
(73,119,131)
#426C76
(66,108,118)
#3B6169
(59,97,105)
#34565C
(52,86,92)
#2D4B4F
(45,75,79)
#264042
(38,64,66)
#1F3535
(31,53,53)
#182A28
(24,42,40)
#111F1B
(17,31,27)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #508290

#508290
(80,130,144)
#5F8D9A
(95,141,154)
#6E98A4
(110,152,164)
#7DA3AE
(125,163,174)
#8CAEB8
(140,174,184)
#9BB9C2
(155,185,194)
#AAC4CC
(170,196,204)
#B9CFD6
(185,207,214)
#C8DAE0
(200,218,224)
#D7E5EA
(215,229,234)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508290 color. Also use rgb(80,130,144) instead hex code.

Text Font Color

.myTextColor { color: #508290; }

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

This text font color is #508290.


Background Color

.myBgColor { background-color: #508290; }

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

This div background color is #508290.


Border color

.myBorderColor { border: 1px solid #508290; }

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

This div border color is #508290.


Opacity

.myOpacity80 { color: #508290; opacity: 0.8; }

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

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

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

This text has shadow with #508290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508290 on black background.


Color preview on white background

This text has color #508290 on white background.



Black color preview on #508290 background

This text has black color on #508290 background.


White color preview on #508290 background

This text has white color on #508290 background.