COLOR #498321

HEX: #498321
RGB: (73,131,33)

Color info

#498321 contains mainly red and green colors. Web safe color of #498321 is #339933 (or #393).

RGB color model

#498321 color RGB value is (73,131,33).

  • red value is 73;
  • green value is 131;
  • blue value is 33.
RGB:
(73,131,33)
(29%,51%,13%)

RGB channels and saturation

R 73 of 255 = 29%
G 131 of 255 = 51%
B 33 of 255 = 13%

73
131
33

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

Portions of RGB colors in percentages

R + G + B =
73 + 131 + 33 = 237 (100%)
R 73 of 237 ~ 30.8%
G 131 of 237 ~ 55.27%
B 33 of 237 ~ 13.92%

%30.8
%55.27
%13.92

CMYK color model

#498321 color CMYK value is (44,0,75,49).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 74.81%
  • key color value is 48.63%
CMYK:
(44,0,75,49)
C44M0Y75K49 
(44%,0%,75%,49%)
(0.44/0.00/0.75/0.49)	

CMYK percentages

%44.27
%0
%74.81
%48.63

Codes

Color #498321 in popluar color models

498321
RGB7313133
HSL96°59.76%32.16%
HSB/HSV96°74.81%51.37%
CMYK44.27%0.00%74.81%
48.63%

Color #498321 in popluar number systems.

HEX498321
Decimal7313133
Binary100100110000011100001
Octal11120341

Shades and tints

Shades of #498321

#498321
(73,131,33)
#43781E
(67,120,30)
#3D6D1B
(61,109,27)
#376218
(55,98,24)
#315715
(49,87,21)
#2B4C12
(43,76,18)
#25410F
(37,65,15)
#1F360C
(31,54,12)
#192B09
(25,43,9)
#132006
(19,32,6)
#0D1503
(13,21,3)
#000000
(0,0,0)

Tints of #498321

#498321
(73,131,33)
#598E35
(89,142,53)
#699949
(105,153,73)
#79A45D
(121,164,93)
#89AF71
(137,175,113)
#99BA85
(153,186,133)
#A9C599
(169,197,153)
#B9D0AD
(185,208,173)
#C9DBC1
(201,219,193)
#D9E6D5
(217,230,213)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498321; }

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

This text font color is #498321.


Background Color

.myBgColor { background-color: #498321; }

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

This div background color is #498321.


Border color

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

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

This div border color is #498321.


Opacity

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

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

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

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

This text has shadow with #498321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498321 on black background.


Color preview on white background

This text has color #498321 on white background.



Black color preview on #498321 background

This text has black color on #498321 background.


White color preview on #498321 background

This text has white color on #498321 background.