COLOR #498863

HEX: #498863
RGB: (73,136,99)

Renk bilgisi

#498863 contains mainly green and blue colors. #498863 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#498863 color RGB value is (73,136,99).

  • kırmız ton 73;
  • yeşil ton 136;
  • mavi ton 99.
RGB:
(73,136,99)
(29%,53%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 136 of 255 = 53%
B 99 of 255 = 39%

73
136
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 136 + 99 = 308 (100%)
R 73 of 308 ~ 23.7%
G 136 of 308 ~ 44.16%
B 99 of 308 ~ 32.14%

%23.7
%44.16
%32.14

CMYK RENK MODELİ

#498863 rengi CMYK tonu (46,0,27,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 0.00%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(46,0,27,47)
C46M0Y27K47 
(46%,0%,27%,47%)
(0.46/0.00/0.27/0.47)	

CMYK yüzdeleri

%46.32
%0
%27.21
%46.67

Codes

Color #498863 in popluar color models

498863
RGB7313699
HSL145°30.14%40.98%
HSB/HSV145°46.32%53.33%
CMYK46.32%0.00%27.21%
46.67%

Color #498863 in popluar number systems.

HEX498863
Decimal7313699
Binary1001001100010001100011
Octal111210143

Shades and tints

Shades of #498863

#498863
(73,136,99)
#437C5A
(67,124,90)
#3D7051
(61,112,81)
#376448
(55,100,72)
#31583F
(49,88,63)
#2B4C36
(43,76,54)
#25402D
(37,64,45)
#1F3424
(31,52,36)
#19281B
(25,40,27)
#131C12
(19,28,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #498863

#498863
(73,136,99)
#599271
(89,146,113)
#699C7F
(105,156,127)
#79A68D
(121,166,141)
#89B09B
(137,176,155)
#99BAA9
(153,186,169)
#A9C4B7
(169,196,183)
#B9CEC5
(185,206,197)
#C9D8D3
(201,216,211)
#D9E2E1
(217,226,225)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498863 color. Also use rgb(73,136,99) instead hex code.

Text Font Color

.myTextColor { color: #498863; }

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

This text font color is #498863.


Background Color

.myBgColor { background-color: #498863; }

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

This div background color is #498863.


Border color

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

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

This div border color is #498863.


Opacity

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

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

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

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

This text has shadow with #498863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498863 on black background.


Color preview on white background

This text has color #498863 on white background.



Black color preview on #498863 background

This text has black color on #498863 background.


White color preview on #498863 background

This text has white color on #498863 background.