COLOR #498521

HEX: #498521
RGB: (73,133,33)

Renk bilgisi

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

RGB renk modeli

#498521 color RGB value is (73,133,33).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 133 of 255 = 52%
B 33 of 255 = 13%

73
133
33

R + G + B ~ 31%. #498521 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 133 + 33 = 239 (100%)
R 73 of 239 ~ 30.54%
G 133 of 239 ~ 55.65%
B 33 of 239 ~ 13.81%

%30.54
%55.65
%13.81

CMYK RENK MODELİ

#498521 rengi CMYK tonu (45,0,75,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 0.00%
  • sarı tonu 75.19%
  • ana renk tonu 47.84%
CMYK:
(45,0,75,48)
C45M0Y75K48 
(45%,0%,75%,48%)
(0.45/0.00/0.75/0.48)	

CMYK yüzdeleri

%45.11
%0
%75.19
%47.84

Codes

Color #498521 in popluar color models

498521
RGB7313333
HSL96°60.24%32.55%
HSB/HSV96°75.19%52.16%
CMYK45.11%0.00%75.19%
47.84%

Color #498521 in popluar number systems.

HEX498521
Decimal7313333
Binary100100110000101100001
Octal11120541

Shades and tints

Shades of #498521

#498521
(73,133,33)
#43791E
(67,121,30)
#3D6D1B
(61,109,27)
#376118
(55,97,24)
#315515
(49,85,21)
#2B4912
(43,73,18)
#253D0F
(37,61,15)
#1F310C
(31,49,12)
#192509
(25,37,9)
#131906
(19,25,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #498521

#498521
(73,133,33)
#599035
(89,144,53)
#699B49
(105,155,73)
#79A65D
(121,166,93)
#89B171
(137,177,113)
#99BC85
(153,188,133)
#A9C799
(169,199,153)
#B9D2AD
(185,210,173)
#C9DDC1
(201,221,193)
#D9E8D5
(217,232,213)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498521; }

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

This text font color is #498521.


Background Color

.myBgColor { background-color: #498521; }

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

This div background color is #498521.


Border color

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

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

This div border color is #498521.


Opacity

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

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

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

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

This text has shadow with #498521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498521 on black background.


Color preview on white background

This text has color #498521 on white background.



Black color preview on #498521 background

This text has black color on #498521 background.


White color preview on #498521 background

This text has white color on #498521 background.