COLOR #498269

HEX: #498269
RGB: (73,130,105)

Renk bilgisi

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

RGB renk modeli

#498269 color RGB value is (73,130,105).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 130 of 255 = 51%
B 105 of 255 = 41%

73
130
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 130 + 105 = 308 (100%)
R 73 of 308 ~ 23.7%
G 130 of 308 ~ 42.21%
B 105 of 308 ~ 34.09%

%23.7
%42.21
%34.09

CMYK RENK MODELİ

#498269 rengi CMYK tonu (44,0,19,49).

  • camgöbeği tonu 43.85%
  • eflatun tonu 0.00%
  • sarı tonu 19.23%
  • ana renk tonu 49.02%
CMYK:
(44,0,19,49)
C44M0Y19K49 
(44%,0%,19%,49%)
(0.44/0.00/0.19/0.49)	

CMYK yüzdeleri

%43.85
%0
%19.23
%49.02

Codes

Color #498269 in popluar color models

498269
RGB73130105
HSL154°28.08%39.80%
HSB/HSV154°43.85%50.98%
CMYK43.85%0.00%19.23%
49.02%

Color #498269 in popluar number systems.

HEX498269
Decimal73130105
Binary1001001100000101101001
Octal111202151

Shades and tints

Shades of #498269

#498269
(73,130,105)
#437760
(67,119,96)
#3D6C57
(61,108,87)
#37614E
(55,97,78)
#315645
(49,86,69)
#2B4B3C
(43,75,60)
#254033
(37,64,51)
#1F352A
(31,53,42)
#192A21
(25,42,33)
#131F18
(19,31,24)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #498269

#498269
(73,130,105)
#598D76
(89,141,118)
#699883
(105,152,131)
#79A390
(121,163,144)
#89AE9D
(137,174,157)
#99B9AA
(153,185,170)
#A9C4B7
(169,196,183)
#B9CFC4
(185,207,196)
#C9DAD1
(201,218,209)
#D9E5DE
(217,229,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498269; }

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

This text font color is #498269.


Background Color

.myBgColor { background-color: #498269; }

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

This div background color is #498269.


Border color

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

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

This div border color is #498269.


Opacity

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

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

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

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

This text has shadow with #498269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498269 on black background.


Color preview on white background

This text has color #498269 on white background.



Black color preview on #498269 background

This text has black color on #498269 background.


White color preview on #498269 background

This text has white color on #498269 background.