COLOR #509665

HEX: #509665
RGB: (80,150,101)

Renk bilgisi

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

RGB renk modeli

#509665 color RGB value is (80,150,101).

  • kırmız ton 80;
  • yeşil ton 150;
  • mavi ton 101.
RGB:
(80,150,101)
(31%,59%,40%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 150 of 255 = 59%
B 101 of 255 = 40%

80
150
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 150 + 101 = 331 (100%)
R 80 of 331 ~ 24.17%
G 150 of 331 ~ 45.32%
B 101 of 331 ~ 30.51%

%24.17
%45.32
%30.51

CMYK RENK MODELİ

#509665 rengi CMYK tonu (47,0,33,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 0.00%
  • sarı tonu 32.67%
  • ana renk tonu 41.18%
CMYK:
(47,0,33,41)
C47M0Y33K41 
(47%,0%,33%,41%)
(0.47/0.00/0.33/0.41)	

CMYK yüzdeleri

%46.67
%0
%32.67
%41.18

Codes

Color #509665 in popluar color models

509665
RGB80150101
HSL138°30.43%45.10%
HSB/HSV138°46.67%58.82%
CMYK46.67%0.00%32.67%
41.18%

Color #509665 in popluar number systems.

HEX509665
Decimal80150101
Binary1010000100101101100101
Octal120226145

Shades and tints

Shades of #509665

#509665
(80,150,101)
#49895C
(73,137,92)
#427C53
(66,124,83)
#3B6F4A
(59,111,74)
#346241
(52,98,65)
#2D5538
(45,85,56)
#26482F
(38,72,47)
#1F3B26
(31,59,38)
#182E1D
(24,46,29)
#112114
(17,33,20)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #509665

#509665
(80,150,101)
#5F9F73
(95,159,115)
#6EA881
(110,168,129)
#7DB18F
(125,177,143)
#8CBA9D
(140,186,157)
#9BC3AB
(155,195,171)
#AACCB9
(170,204,185)
#B9D5C7
(185,213,199)
#C8DED5
(200,222,213)
#D7E7E3
(215,231,227)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509665 color. Also use rgb(80,150,101) instead hex code.

Text Font Color

.myTextColor { color: #509665; }

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

This text font color is #509665.


Background Color

.myBgColor { background-color: #509665; }

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

This div background color is #509665.


Border color

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

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

This div border color is #509665.


Opacity

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

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

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

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

This text has shadow with #509665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509665 on black background.


Color preview on white background

This text has color #509665 on white background.



Black color preview on #509665 background

This text has black color on #509665 background.


White color preview on #509665 background

This text has white color on #509665 background.