COLOR #518363

HEX: #518363
RGB: (81,131,99)

Renk bilgisi

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

RGB renk modeli

#518363 color RGB value is (81,131,99).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 131 of 255 = 51%
B 99 of 255 = 39%

81
131
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 131 + 99 = 311 (100%)
R 81 of 311 ~ 26.05%
G 131 of 311 ~ 42.12%
B 99 of 311 ~ 31.83%

%26.05
%42.12
%31.83

CMYK RENK MODELİ

#518363 rengi CMYK tonu (38,0,24,49).

  • camgöbeği tonu 38.17%
  • eflatun tonu 0.00%
  • sarı tonu 24.43%
  • ana renk tonu 48.63%
CMYK:
(38,0,24,49)
C38M0Y24K49 
(38%,0%,24%,49%)
(0.38/0.00/0.24/0.49)	

CMYK yüzdeleri

%38.17
%0
%24.43
%48.63

Codes

Color #518363 in popluar color models

518363
RGB8113199
HSL142°23.58%41.57%
HSB/HSV142°38.17%51.37%
CMYK38.17%0.00%24.43%
48.63%

Color #518363 in popluar number systems.

HEX518363
Decimal8113199
Binary1010001100000111100011
Octal121203143

Shades and tints

Shades of #518363

#518363
(81,131,99)
#4A785A
(74,120,90)
#436D51
(67,109,81)
#3C6248
(60,98,72)
#35573F
(53,87,63)
#2E4C36
(46,76,54)
#27412D
(39,65,45)
#203624
(32,54,36)
#192B1B
(25,43,27)
#122012
(18,32,18)
#0B1509
(11,21,9)
#000000
(0,0,0)

Tints of #518363

#518363
(81,131,99)
#608E71
(96,142,113)
#6F997F
(111,153,127)
#7EA48D
(126,164,141)
#8DAF9B
(141,175,155)
#9CBAA9
(156,186,169)
#ABC5B7
(171,197,183)
#BAD0C5
(186,208,197)
#C9DBD3
(201,219,211)
#D8E6E1
(216,230,225)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518363; }

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

This text font color is #518363.


Background Color

.myBgColor { background-color: #518363; }

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

This div background color is #518363.


Border color

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

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

This div border color is #518363.


Opacity

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

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

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

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

This text has shadow with #518363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518363 on black background.


Color preview on white background

This text has color #518363 on white background.



Black color preview on #518363 background

This text has black color on #518363 background.


White color preview on #518363 background

This text has white color on #518363 background.