COLOR #508498

HEX: #508498
RGB: (80,132,152)

Renk bilgisi

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

RGB renk modeli

#508498 color RGB value is (80,132,152).

  • kırmız ton 80;
  • yeşil ton 132;
  • mavi ton 152.
RGB:
(80,132,152)
(31%,52%,60%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 132 of 255 = 52%
B 152 of 255 = 60%

80
132
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 132 + 152 = 364 (100%)
R 80 of 364 ~ 21.98%
G 132 of 364 ~ 36.26%
B 152 of 364 ~ 41.76%

%21.98
%36.26
%41.76

CMYK RENK MODELİ

#508498 rengi CMYK tonu (47,13,0,40).

  • camgöbeği tonu 47.37%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(47,13,0,40)
C47M13Y0K40 
(47%,13%,0%,40%)
(0.47/0.13/0.00/0.40)	

CMYK yüzdeleri

%47.37
%13.16
%0
%40.39

Codes

Color #508498 in popluar color models

508498
RGB80132152
HSL197°31.03%45.49%
HSB/HSV197°47.37%59.61%
CMYK47.37%13.16%0.00%
40.39%

Color #508498 in popluar number systems.

HEX508498
Decimal80132152
Binary10100001000010010011000
Octal120204230

Shades and tints

Shades of #508498

#508498
(80,132,152)
#49788B
(73,120,139)
#426C7E
(66,108,126)
#3B6071
(59,96,113)
#345464
(52,84,100)
#2D4857
(45,72,87)
#263C4A
(38,60,74)
#1F303D
(31,48,61)
#182430
(24,36,48)
#111823
(17,24,35)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #508498

#508498
(80,132,152)
#5F8FA1
(95,143,161)
#6E9AAA
(110,154,170)
#7DA5B3
(125,165,179)
#8CB0BC
(140,176,188)
#9BBBC5
(155,187,197)
#AAC6CE
(170,198,206)
#B9D1D7
(185,209,215)
#C8DCE0
(200,220,224)
#D7E7E9
(215,231,233)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508498 color. Also use rgb(80,132,152) instead hex code.

Text Font Color

.myTextColor { color: #508498; }

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

This text font color is #508498.


Background Color

.myBgColor { background-color: #508498; }

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

This div background color is #508498.


Border color

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

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

This div border color is #508498.


Opacity

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

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

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

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

This text has shadow with #508498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508498 on black background.


Color preview on white background

This text has color #508498 on white background.



Black color preview on #508498 background

This text has black color on #508498 background.


White color preview on #508498 background

This text has white color on #508498 background.