COLOR #498464

HEX: #498464
RGB: (73,132,100)

Renk bilgisi

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

RGB renk modeli

#498464 color RGB value is (73,132,100).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 132 of 255 = 52%
B 100 of 255 = 39%

73
132
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 132 + 100 = 305 (100%)
R 73 of 305 ~ 23.93%
G 132 of 305 ~ 43.28%
B 100 of 305 ~ 32.79%

%23.93
%43.28
%32.79

CMYK RENK MODELİ

#498464 rengi CMYK tonu (45,0,24,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 0.00%
  • sarı tonu 24.24%
  • ana renk tonu 48.24%
CMYK:
(45,0,24,48)
C45M0Y24K48 
(45%,0%,24%,48%)
(0.45/0.00/0.24/0.48)	

CMYK yüzdeleri

%44.7
%0
%24.24
%48.24

Codes

Color #498464 in popluar color models

498464
RGB73132100
HSL147°28.78%40.20%
HSB/HSV147°44.70%51.76%
CMYK44.70%0.00%24.24%
48.24%

Color #498464 in popluar number systems.

HEX498464
Decimal73132100
Binary1001001100001001100100
Octal111204144

Shades and tints

Shades of #498464

#498464
(73,132,100)
#43785B
(67,120,91)
#3D6C52
(61,108,82)
#376049
(55,96,73)
#315440
(49,84,64)
#2B4837
(43,72,55)
#253C2E
(37,60,46)
#1F3025
(31,48,37)
#19241C
(25,36,28)
#131813
(19,24,19)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #498464

#498464
(73,132,100)
#598F72
(89,143,114)
#699A80
(105,154,128)
#79A58E
(121,165,142)
#89B09C
(137,176,156)
#99BBAA
(153,187,170)
#A9C6B8
(169,198,184)
#B9D1C6
(185,209,198)
#C9DCD4
(201,220,212)
#D9E7E2
(217,231,226)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498464; }

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

This text font color is #498464.


Background Color

.myBgColor { background-color: #498464; }

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

This div background color is #498464.


Border color

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

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

This div border color is #498464.


Opacity

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

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

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

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

This text has shadow with #498464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498464 on black background.


Color preview on white background

This text has color #498464 on white background.



Black color preview on #498464 background

This text has black color on #498464 background.


White color preview on #498464 background

This text has white color on #498464 background.