COLOR #498529

HEX: #498529
RGB: (73,133,41)

Renk bilgisi

#498529 contains mainly green color. #498529 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#498529 color RGB value is (73,133,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 133 of 255 = 52%
B 41 of 255 = 16%

73
133
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 133 + 41 = 247 (100%)
R 73 of 247 ~ 29.55%
G 133 of 247 ~ 53.85%
B 41 of 247 ~ 16.6%

%29.55
%53.85
%16.6

CMYK RENK MODELİ

#498529 rengi CMYK tonu (45,0,69,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 0.00%
  • sarı tonu 69.17%
  • ana renk tonu 47.84%
CMYK:
(45,0,69,48)
C45M0Y69K48 
(45%,0%,69%,48%)
(0.45/0.00/0.69/0.48)	

CMYK yüzdeleri

%45.11
%0
%69.17
%47.84

Codes

Color #498529 in popluar color models

498529
RGB7313341
HSL99°52.87%34.12%
HSB/HSV99°69.17%52.16%
CMYK45.11%0.00%69.17%
47.84%

Color #498529 in popluar number systems.

HEX498529
Decimal7313341
Binary100100110000101101001
Octal11120551

Shades and tints

Shades of #498529

#498529
(73,133,41)
#437926
(67,121,38)
#3D6D23
(61,109,35)
#376120
(55,97,32)
#31551D
(49,85,29)
#2B491A
(43,73,26)
#253D17
(37,61,23)
#1F3114
(31,49,20)
#192511
(25,37,17)
#13190E
(19,25,14)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #498529

#498529
(73,133,41)
#59903C
(89,144,60)
#699B4F
(105,155,79)
#79A662
(121,166,98)
#89B175
(137,177,117)
#99BC88
(153,188,136)
#A9C79B
(169,199,155)
#B9D2AE
(185,210,174)
#C9DDC1
(201,221,193)
#D9E8D4
(217,232,212)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498529; }

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

This text font color is #498529.


Background Color

.myBgColor { background-color: #498529; }

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

This div background color is #498529.


Border color

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

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

This div border color is #498529.


Opacity

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

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

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

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

This text has shadow with #498529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498529 on black background.


Color preview on white background

This text has color #498529 on white background.



Black color preview on #498529 background

This text has black color on #498529 background.


White color preview on #498529 background

This text has white color on #498529 background.