COLOR #498C69

HEX: #498C69
RGB: (73,140,105)

Renk bilgisi

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

RGB renk modeli

#498C69 color RGB value is (73,140,105).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 140 of 255 = 55%
B 105 of 255 = 41%

73
140
105

R + G + B ~ 42%. #498C69 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 140 + 105 = 318 (100%)
R 73 of 318 ~ 22.96%
G 140 of 318 ~ 44.03%
B 105 of 318 ~ 33.02%

%22.96
%44.03
%33.02

CMYK RENK MODELİ

#498C69 rengi CMYK tonu (48,0,25,45).

  • camgöbeği tonu 47.86%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 45.10%
CMYK:
(48,0,25,45)
C48M0Y25K45 
(48%,0%,25%,45%)
(0.48/0.00/0.25/0.45)	

CMYK yüzdeleri

%47.86
%0
%25
%45.1

Codes

Color #498C69 in popluar color models

498C69
RGB73140105
HSL149°31.46%41.76%
HSB/HSV149°47.86%54.90%
CMYK47.86%0.00%25.00%
45.10%

Color #498C69 in popluar number systems.

HEX498C69
Decimal73140105
Binary1001001100011001101001
Octal111214151

Shades and tints

Shades of #498C69

#498C69
(73,140,105)
#438060
(67,128,96)
#3D7457
(61,116,87)
#37684E
(55,104,78)
#315C45
(49,92,69)
#2B503C
(43,80,60)
#254433
(37,68,51)
#1F382A
(31,56,42)
#192C21
(25,44,33)
#132018
(19,32,24)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #498C69

#498C69
(73,140,105)
#599676
(89,150,118)
#69A083
(105,160,131)
#79AA90
(121,170,144)
#89B49D
(137,180,157)
#99BEAA
(153,190,170)
#A9C8B7
(169,200,183)
#B9D2C4
(185,210,196)
#C9DCD1
(201,220,209)
#D9E6DE
(217,230,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498C69; }

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

This text font color is #498C69.


Background Color

.myBgColor { background-color: #498C69; }

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

This div background color is #498C69.


Border color

.myBorderColor { border: 1px solid #498C69; }

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

This div border color is #498C69.


Opacity

.myOpacity80 { color: #498C69; opacity: 0.8; }

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

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

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

This text has shadow with #498C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498C69 on black background.


Color preview on white background

This text has color #498C69 on white background.



Black color preview on #498C69 background

This text has black color on #498C69 background.


White color preview on #498C69 background

This text has white color on #498C69 background.