COLOR #508481

HEX: #508481
RGB: (80,132,129)

Renk bilgisi

#508481 contains red, green and blue colors in about the same proportion. #508481 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#508481 color RGB value is (80,132,129).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 132 of 255 = 52%
B 129 of 255 = 51%

80
132
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 132 + 129 = 341 (100%)
R 80 of 341 ~ 23.46%
G 132 of 341 ~ 38.71%
B 129 of 341 ~ 37.83%

%23.46
%38.71
%37.83

CMYK RENK MODELİ

#508481 rengi CMYK tonu (39,0,2,48).

  • camgöbeği tonu 39.39%
  • eflatun tonu 0.00%
  • sarı tonu 2.27%
  • ana renk tonu 48.24%
CMYK:
(39,0,2,48)
C39M0Y2K48 
(39%,0%,2%,48%)
(0.39/0.00/0.02/0.48)	

CMYK yüzdeleri

%39.39
%0
%2.27
%48.24

Codes

Color #508481 in popluar color models

508481
RGB80132129
HSL177°24.53%41.57%
HSB/HSV177°39.39%51.76%
CMYK39.39%0.00%2.27%
48.24%

Color #508481 in popluar number systems.

HEX508481
Decimal80132129
Binary10100001000010010000001
Octal120204201

Shades and tints

Shades of #508481

#508481
(80,132,129)
#497876
(73,120,118)
#426C6B
(66,108,107)
#3B6060
(59,96,96)
#345455
(52,84,85)
#2D484A
(45,72,74)
#263C3F
(38,60,63)
#1F3034
(31,48,52)
#182429
(24,36,41)
#11181E
(17,24,30)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #508481

#508481
(80,132,129)
#5F8F8C
(95,143,140)
#6E9A97
(110,154,151)
#7DA5A2
(125,165,162)
#8CB0AD
(140,176,173)
#9BBBB8
(155,187,184)
#AAC6C3
(170,198,195)
#B9D1CE
(185,209,206)
#C8DCD9
(200,220,217)
#D7E7E4
(215,231,228)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508481; }

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

This text font color is #508481.


Background Color

.myBgColor { background-color: #508481; }

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

This div background color is #508481.


Border color

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

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

This div border color is #508481.


Opacity

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

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

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

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

This text has shadow with #508481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508481 on black background.


Color preview on white background

This text has color #508481 on white background.



Black color preview on #508481 background

This text has black color on #508481 background.


White color preview on #508481 background

This text has white color on #508481 background.