COLOR #498468

HEX: #498468
RGB: (73,132,104)

Renk bilgisi

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

RGB renk modeli

#498468 color RGB value is (73,132,104).

  • kırmız ton 73;
  • yeşil ton 132;
  • mavi ton 104.
RGB:
(73,132,104)
(29%,52%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 132 of 255 = 52%
B 104 of 255 = 41%

73
132
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 132 + 104 = 309 (100%)
R 73 of 309 ~ 23.62%
G 132 of 309 ~ 42.72%
B 104 of 309 ~ 33.66%

%23.62
%42.72
%33.66

CMYK RENK MODELİ

#498468 rengi CMYK tonu (45,0,21,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 0.00%
  • sarı tonu 21.21%
  • ana renk tonu 48.24%
CMYK:
(45,0,21,48)
C45M0Y21K48 
(45%,0%,21%,48%)
(0.45/0.00/0.21/0.48)	

CMYK yüzdeleri

%44.7
%0
%21.21
%48.24

Codes

Color #498468 in popluar color models

498468
RGB73132104
HSL152°28.78%40.20%
HSB/HSV152°44.70%51.76%
CMYK44.70%0.00%21.21%
48.24%

Color #498468 in popluar number systems.

HEX498468
Decimal73132104
Binary1001001100001001101000
Octal111204150

Shades and tints

Shades of #498468

#498468
(73,132,104)
#43785F
(67,120,95)
#3D6C56
(61,108,86)
#37604D
(55,96,77)
#315444
(49,84,68)
#2B483B
(43,72,59)
#253C32
(37,60,50)
#1F3029
(31,48,41)
#192420
(25,36,32)
#131817
(19,24,23)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #498468

#498468
(73,132,104)
#598F75
(89,143,117)
#699A82
(105,154,130)
#79A58F
(121,165,143)
#89B09C
(137,176,156)
#99BBA9
(153,187,169)
#A9C6B6
(169,198,182)
#B9D1C3
(185,209,195)
#C9DCD0
(201,220,208)
#D9E7DD
(217,231,221)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498468 color. Also use rgb(73,132,104) instead hex code.

Text Font Color

.myTextColor { color: #498468; }

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

This text font color is #498468.


Background Color

.myBgColor { background-color: #498468; }

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

This div background color is #498468.


Border color

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

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

This div border color is #498468.


Opacity

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

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

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

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

This text has shadow with #498468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498468 on black background.


Color preview on white background

This text has color #498468 on white background.



Black color preview on #498468 background

This text has black color on #498468 background.


White color preview on #498468 background

This text has white color on #498468 background.