COLOR #498436

HEX: #498436
RGB: (73,132,54)

Color info

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

RGB color model

#498436 color RGB value is (73,132,54).

  • red value is 73;
  • green value is 132;
  • blue value is 54.
RGB:
(73,132,54)
(29%,52%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 54 of 255 = 21%

73
132
54

R + G + B ~ 34%. #498436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 54 = 259 (100%)
R 73 of 259 ~ 28.19%
G 132 of 259 ~ 50.97%
B 54 of 259 ~ 20.85%

%28.19
%50.97
%20.85

CMYK color model

#498436 color CMYK value is (45,0,59,48).

  • cyan value is 44.70%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 48.24%
CMYK:
(45,0,59,48)
C45M0Y59K48 
(45%,0%,59%,48%)
(0.45/0.00/0.59/0.48)	

CMYK percentages

%44.7
%0
%59.09
%48.24

Codes

Color #498436 in popluar color models

498436
RGB7313254
HSL105°41.94%36.47%
HSB/HSV105°59.09%51.76%
CMYK44.70%0.00%59.09%
48.24%

Color #498436 in popluar number systems.

HEX498436
Decimal7313254
Binary100100110000100110110
Octal11120466

Shades and tints

Shades of #498436

#498436
(73,132,54)
#437832
(67,120,50)
#3D6C2E
(61,108,46)
#37602A
(55,96,42)
#315426
(49,84,38)
#2B4822
(43,72,34)
#253C1E
(37,60,30)
#1F301A
(31,48,26)
#192416
(25,36,22)
#131812
(19,24,18)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #498436

#498436
(73,132,54)
#598F48
(89,143,72)
#699A5A
(105,154,90)
#79A56C
(121,165,108)
#89B07E
(137,176,126)
#99BB90
(153,187,144)
#A9C6A2
(169,198,162)
#B9D1B4
(185,209,180)
#C9DCC6
(201,220,198)
#D9E7D8
(217,231,216)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498436 color. Also use rgb(73,132,54) instead hex code.

Text Font Color

.myTextColor { color: #498436; }

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

This text font color is #498436.


Background Color

.myBgColor { background-color: #498436; }

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

This div background color is #498436.


Border color

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

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

This div border color is #498436.


Opacity

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

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

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

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

This text has shadow with #498436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498436 on black background.


Color preview on white background

This text has color #498436 on white background.



Black color preview on #498436 background

This text has black color on #498436 background.


White color preview on #498436 background

This text has white color on #498436 background.