COLOR #498646

HEX: #498646
RGB: (73,134,70)

Color info

#498646 contains mainly green color. Web safe color of #498646 is #339933 (or #393).

RGB color model

#498646 color RGB value is (73,134,70).

  • red value is 73;
  • green value is 134;
  • blue value is 70.
RGB:
(73,134,70)
(29%,53%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 134 of 255 = 53%
B 70 of 255 = 27%

73
134
70

R + G + B ~ 36%. #498646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 134 + 70 = 277 (100%)
R 73 of 277 ~ 26.35%
G 134 of 277 ~ 48.38%
B 70 of 277 ~ 25.27%

%26.35
%48.38
%25.27

CMYK color model

#498646 color CMYK value is (46,0,48,47).

  • cyan value is 45.52%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 47.45%
CMYK:
(46,0,48,47)
C46M0Y48K47 
(46%,0%,48%,47%)
(0.46/0.00/0.48/0.47)	

CMYK percentages

%45.52
%0
%47.76
%47.45

Codes

Color #498646 in popluar color models

498646
RGB7313470
HSL117°31.37%40.00%
HSB/HSV117°47.76%52.55%
CMYK45.52%0.00%47.76%
47.45%

Color #498646 in popluar number systems.

HEX498646
Decimal7313470
Binary1001001100001101000110
Octal111206106

Shades and tints

Shades of #498646

#498646
(73,134,70)
#437A40
(67,122,64)
#3D6E3A
(61,110,58)
#376234
(55,98,52)
#31562E
(49,86,46)
#2B4A28
(43,74,40)
#253E22
(37,62,34)
#1F321C
(31,50,28)
#192616
(25,38,22)
#131A10
(19,26,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #498646

#498646
(73,134,70)
#599156
(89,145,86)
#699C66
(105,156,102)
#79A776
(121,167,118)
#89B286
(137,178,134)
#99BD96
(153,189,150)
#A9C8A6
(169,200,166)
#B9D3B6
(185,211,182)
#C9DEC6
(201,222,198)
#D9E9D6
(217,233,214)
#E9F4E6
(233,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498646 color. Also use rgb(73,134,70) instead hex code.

Text Font Color

.myTextColor { color: #498646; }

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

This text font color is #498646.


Background Color

.myBgColor { background-color: #498646; }

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

This div background color is #498646.


Border color

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

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

This div border color is #498646.


Opacity

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

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

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

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

This text has shadow with #498646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498646 on black background.


Color preview on white background

This text has color #498646 on white background.



Black color preview on #498646 background

This text has black color on #498646 background.


White color preview on #498646 background

This text has white color on #498646 background.