COLOR #498669

HEX: #498669
RGB: (73,134,105)

Renk bilgisi

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

RGB renk modeli

#498669 color RGB value is (73,134,105).

  • kırmız ton 73;
  • yeşil ton 134;
  • mavi ton 105.
RGB:
(73,134,105)
(29%,53%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 134 of 255 = 53%
B 105 of 255 = 41%

73
134
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 134 + 105 = 312 (100%)
R 73 of 312 ~ 23.4%
G 134 of 312 ~ 42.95%
B 105 of 312 ~ 33.65%

%23.4
%42.95
%33.65

CMYK RENK MODELİ

#498669 rengi CMYK tonu (46,0,22,47).

  • camgöbeği tonu 45.52%
  • eflatun tonu 0.00%
  • sarı tonu 21.64%
  • ana renk tonu 47.45%
CMYK:
(46,0,22,47)
C46M0Y22K47 
(46%,0%,22%,47%)
(0.46/0.00/0.22/0.47)	

CMYK yüzdeleri

%45.52
%0
%21.64
%47.45

Codes

Color #498669 in popluar color models

498669
RGB73134105
HSL151°29.47%40.59%
HSB/HSV151°45.52%52.55%
CMYK45.52%0.00%21.64%
47.45%

Color #498669 in popluar number systems.

HEX498669
Decimal73134105
Binary1001001100001101101001
Octal111206151

Shades and tints

Shades of #498669

#498669
(73,134,105)
#437A60
(67,122,96)
#3D6E57
(61,110,87)
#37624E
(55,98,78)
#315645
(49,86,69)
#2B4A3C
(43,74,60)
#253E33
(37,62,51)
#1F322A
(31,50,42)
#192621
(25,38,33)
#131A18
(19,26,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #498669

#498669
(73,134,105)
#599176
(89,145,118)
#699C83
(105,156,131)
#79A790
(121,167,144)
#89B29D
(137,178,157)
#99BDAA
(153,189,170)
#A9C8B7
(169,200,183)
#B9D3C4
(185,211,196)
#C9DED1
(201,222,209)
#D9E9DE
(217,233,222)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498669 color. Also use rgb(73,134,105) instead hex code.

Text Font Color

.myTextColor { color: #498669; }

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

This text font color is #498669.


Background Color

.myBgColor { background-color: #498669; }

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

This div background color is #498669.


Border color

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

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

This div border color is #498669.


Opacity

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

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

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

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

This text has shadow with #498669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498669 on black background.


Color preview on white background

This text has color #498669 on white background.



Black color preview on #498669 background

This text has black color on #498669 background.


White color preview on #498669 background

This text has white color on #498669 background.