COLOR #498329

HEX: #498329
RGB: (73,131,41)

Renk bilgisi

#498329 contains mainly red and green colors. #498329 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#498329 color RGB value is (73,131,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 131 of 255 = 51%
B 41 of 255 = 16%

73
131
41

R + G + B ~ 32%. #498329 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 131 + 41 = 245 (100%)
R 73 of 245 ~ 29.8%
G 131 of 245 ~ 53.47%
B 41 of 245 ~ 16.73%

%29.8
%53.47
%16.73

CMYK RENK MODELİ

#498329 rengi CMYK tonu (44,0,69,49).

  • camgöbeği tonu 44.27%
  • eflatun tonu 0.00%
  • sarı tonu 68.70%
  • ana renk tonu 48.63%
CMYK:
(44,0,69,49)
C44M0Y69K49 
(44%,0%,69%,49%)
(0.44/0.00/0.69/0.49)	

CMYK yüzdeleri

%44.27
%0
%68.7
%48.63

Codes

Color #498329 in popluar color models

498329
RGB7313141
HSL99°52.33%33.73%
HSB/HSV99°68.70%51.37%
CMYK44.27%0.00%68.70%
48.63%

Color #498329 in popluar number systems.

HEX498329
Decimal7313141
Binary100100110000011101001
Octal11120351

Shades and tints

Shades of #498329

#498329
(73,131,41)
#437826
(67,120,38)
#3D6D23
(61,109,35)
#376220
(55,98,32)
#31571D
(49,87,29)
#2B4C1A
(43,76,26)
#254117
(37,65,23)
#1F3614
(31,54,20)
#192B11
(25,43,17)
#13200E
(19,32,14)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #498329

#498329
(73,131,41)
#598E3C
(89,142,60)
#69994F
(105,153,79)
#79A462
(121,164,98)
#89AF75
(137,175,117)
#99BA88
(153,186,136)
#A9C59B
(169,197,155)
#B9D0AE
(185,208,174)
#C9DBC1
(201,219,193)
#D9E6D4
(217,230,212)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498329 color. Also use rgb(73,131,41) instead hex code.

Text Font Color

.myTextColor { color: #498329; }

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

This text font color is #498329.


Background Color

.myBgColor { background-color: #498329; }

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

This div background color is #498329.


Border color

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

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

This div border color is #498329.


Opacity

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

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

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

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

This text has shadow with #498329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498329 on black background.


Color preview on white background

This text has color #498329 on white background.



Black color preview on #498329 background

This text has black color on #498329 background.


White color preview on #498329 background

This text has white color on #498329 background.