COLOR #518463

HEX: #518463
RGB: (81,132,99)

Renk bilgisi

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

RGB renk modeli

#518463 color RGB value is (81,132,99).

  • kırmız ton 81;
  • yeşil ton 132;
  • mavi ton 99.
RGB:
(81,132,99)
(32%,52%,39%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 132 of 255 = 52%
B 99 of 255 = 39%

81
132
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 132 + 99 = 312 (100%)
R 81 of 312 ~ 25.96%
G 132 of 312 ~ 42.31%
B 99 of 312 ~ 31.73%

%25.96
%42.31
%31.73

CMYK RENK MODELİ

#518463 rengi CMYK tonu (39,0,25,48).

  • camgöbeği tonu 38.64%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 48.24%
CMYK:
(39,0,25,48)
C39M0Y25K48 
(39%,0%,25%,48%)
(0.39/0.00/0.25/0.48)	

CMYK yüzdeleri

%38.64
%0
%25
%48.24

Codes

Color #518463 in popluar color models

518463
RGB8113299
HSL141°23.94%41.76%
HSB/HSV141°38.64%51.76%
CMYK38.64%0.00%25.00%
48.24%

Color #518463 in popluar number systems.

HEX518463
Decimal8113299
Binary1010001100001001100011
Octal121204143

Shades and tints

Shades of #518463

#518463
(81,132,99)
#4A785A
(74,120,90)
#436C51
(67,108,81)
#3C6048
(60,96,72)
#35543F
(53,84,63)
#2E4836
(46,72,54)
#273C2D
(39,60,45)
#203024
(32,48,36)
#19241B
(25,36,27)
#121812
(18,24,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #518463

#518463
(81,132,99)
#608F71
(96,143,113)
#6F9A7F
(111,154,127)
#7EA58D
(126,165,141)
#8DB09B
(141,176,155)
#9CBBA9
(156,187,169)
#ABC6B7
(171,198,183)
#BAD1C5
(186,209,197)
#C9DCD3
(201,220,211)
#D8E7E1
(216,231,225)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518463 color. Also use rgb(81,132,99) instead hex code.

Text Font Color

.myTextColor { color: #518463; }

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

This text font color is #518463.


Background Color

.myBgColor { background-color: #518463; }

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

This div background color is #518463.


Border color

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

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

This div border color is #518463.


Opacity

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

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

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

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

This text has shadow with #518463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518463 on black background.


Color preview on white background

This text has color #518463 on white background.



Black color preview on #518463 background

This text has black color on #518463 background.


White color preview on #518463 background

This text has white color on #518463 background.