COLOR #498A69

HEX: #498A69
RGB: (73,138,105)

Renk bilgisi

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

RGB renk modeli

#498A69 color RGB value is (73,138,105).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 138 of 255 = 54%
B 105 of 255 = 41%

73
138
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 138 + 105 = 316 (100%)
R 73 of 316 ~ 23.1%
G 138 of 316 ~ 43.67%
B 105 of 316 ~ 33.23%

%23.1
%43.67
%33.23

CMYK RENK MODELİ

#498A69 rengi CMYK tonu (47,0,24,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 0.00%
  • sarı tonu 23.91%
  • ana renk tonu 45.88%
CMYK:
(47,0,24,46)
C47M0Y24K46 
(47%,0%,24%,46%)
(0.47/0.00/0.24/0.46)	

CMYK yüzdeleri

%47.1
%0
%23.91
%45.88

Codes

Color #498A69 in popluar color models

498A69
RGB73138105
HSL150°30.81%41.37%
HSB/HSV150°47.10%54.12%
CMYK47.10%0.00%23.91%
45.88%

Color #498A69 in popluar number systems.

HEX498A69
Decimal73138105
Binary1001001100010101101001
Octal111212151

Shades and tints

Shades of #498A69

#498A69
(73,138,105)
#437E60
(67,126,96)
#3D7257
(61,114,87)
#37664E
(55,102,78)
#315A45
(49,90,69)
#2B4E3C
(43,78,60)
#254233
(37,66,51)
#1F362A
(31,54,42)
#192A21
(25,42,33)
#131E18
(19,30,24)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #498A69

#498A69
(73,138,105)
#599476
(89,148,118)
#699E83
(105,158,131)
#79A890
(121,168,144)
#89B29D
(137,178,157)
#99BCAA
(153,188,170)
#A9C6B7
(169,198,183)
#B9D0C4
(185,208,196)
#C9DAD1
(201,218,209)
#D9E4DE
(217,228,222)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498A69; }

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

This text font color is #498A69.


Background Color

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

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

This div background color is #498A69.


Border color

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

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

This div border color is #498A69.


Opacity

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

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

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

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

This text has shadow with #498A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A69 on black background.


Color preview on white background

This text has color #498A69 on white background.



Black color preview on #498A69 background

This text has black color on #498A69 background.


White color preview on #498A69 background

This text has white color on #498A69 background.