COLOR #509468

HEX: #509468
RGB: (80,148,104)

Renk bilgisi

#509468 contains mainly green and blue colors. #509468 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#509468 color RGB value is (80,148,104).

  • kırmız ton 80;
  • yeşil ton 148;
  • mavi ton 104.
RGB:
(80,148,104)
(31%,58%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 148 of 255 = 58%
B 104 of 255 = 41%

80
148
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 148 + 104 = 332 (100%)
R 80 of 332 ~ 24.1%
G 148 of 332 ~ 44.58%
B 104 of 332 ~ 31.33%

%24.1
%44.58
%31.33

CMYK RENK MODELİ

#509468 rengi CMYK tonu (46,0,30,42).

  • camgöbeği tonu 45.95%
  • eflatun tonu 0.00%
  • sarı tonu 29.73%
  • ana renk tonu 41.96%
CMYK:
(46,0,30,42)
C46M0Y30K42 
(46%,0%,30%,42%)
(0.46/0.00/0.30/0.42)	

CMYK yüzdeleri

%45.95
%0
%29.73
%41.96

Codes

Color #509468 in popluar color models

509468
RGB80148104
HSL141°29.82%44.71%
HSB/HSV141°45.95%58.04%
CMYK45.95%0.00%29.73%
41.96%

Color #509468 in popluar number systems.

HEX509468
Decimal80148104
Binary1010000100101001101000
Octal120224150

Shades and tints

Shades of #509468

#509468
(80,148,104)
#49875F
(73,135,95)
#427A56
(66,122,86)
#3B6D4D
(59,109,77)
#346044
(52,96,68)
#2D533B
(45,83,59)
#264632
(38,70,50)
#1F3929
(31,57,41)
#182C20
(24,44,32)
#111F17
(17,31,23)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #509468

#509468
(80,148,104)
#5F9D75
(95,157,117)
#6EA682
(110,166,130)
#7DAF8F
(125,175,143)
#8CB89C
(140,184,156)
#9BC1A9
(155,193,169)
#AACAB6
(170,202,182)
#B9D3C3
(185,211,195)
#C8DCD0
(200,220,208)
#D7E5DD
(215,229,221)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509468 color. Also use rgb(80,148,104) instead hex code.

Text Font Color

.myTextColor { color: #509468; }

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

This text font color is #509468.


Background Color

.myBgColor { background-color: #509468; }

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

This div background color is #509468.


Border color

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

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

This div border color is #509468.


Opacity

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

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

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

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

This text has shadow with #509468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509468 on black background.


Color preview on white background

This text has color #509468 on white background.



Black color preview on #509468 background

This text has black color on #509468 background.


White color preview on #509468 background

This text has white color on #509468 background.