COLOR #498039

HEX: #498039 RGB: (73,128,57)

Color info

#498039 contains mainly red and green colors. Web safe color of #498039 is #336633 (or #363).

RGB color model

#498039 color RGB value is (73,128,57).

RGB: (73,128,57) (29%, 50%, 22%)

RGB channels and saturation

R 73 of 255 = 29%
G 128 of 255 = 50%
B 57 of 255 = 22%

73
128
57

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

Portions of RGB colors in percentages

R + G + B = 73 + 128 + 57 = 258 (100%)
R 73 of 258 ~ 28.29%
G 128 of 258 ~ 49.61%
B 57 of 258 ~ 22.09'%

%28.29
%49.61
%22.09

CMYK color model

#498039 color CMYK value is (43,0,55,50).

  • cyan value is 42.97%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 49.80%
CMYK: (43,0,55,50) C43M0Y55K50 (43%,0%,55%,50%) (0.43/0.00/0.55/0.50) 

CMYK percentages

%42.97
%0
%55.47
%49.8

Codes

Color #498039 in popluar color models

49 80 39
RGB 73 128 57
HSL 106° 38.38% 36.27%
HSB/HSV 106° 55.47% 50.20%
CMYK 42.97% 0.00% 55.47%
49.80%

Color #498039 in popluar number systems.

HEX 49 80 39
Decimal 73 128 57
Binary 1001001 10000000 111001
Octal 111 200 71

Shades and tints

Shades of #498039

#498039
(73,128,57)
#437534
(67,117,52)
#3D6A2F
(61,106,47)
#375F2A
(55,95,42)
#315425
(49,84,37)
#2B4920
(43,73,32)
#253E1B
(37,62,27)
#1F3316
(31,51,22)
#192811
(25,40,17)
#131D0C
(19,29,12)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #498039

#498039
(73,128,57)
#598B4B
(89,139,75)
#69965D
(105,150,93)
#79A16F
(121,161,111)
#89AC81
(137,172,129)
#99B793
(153,183,147)
#A9C2A5
(169,194,165)
#B9CDB7
(185,205,183)
#C9D8C9
(201,216,201)
#D9E3DB
(217,227,219)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498039 color. Also use rgb(73,128,57) instead hex code.

Text Font Color

.myTextColor { color: #498039; }

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

This text font color is #498039.

Background Color

.myBgColor { background-color: #498039; }

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

This div background color is #498039.

Border color

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

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

This div border color is #498039.

Opacity

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

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

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

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

This text has shadow with #498039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #498039.

Preview

Color preview on black background

This text has color #498039 on black background.


Color preview on white background

This text has color #498039 on white background.


Black color preview on #498039 background

This text has black color on #498039 background.


White color preview on #498039 background

This text has white color on #498039 background.


Related colors

Complementary color

Complementary color for #hex is #B67FC6.


I love getcolorcode.com

Triadic colors

1 #394980 and #803949 with #498039 are triadic colors.

2 #398049 and #804939 with #498039 are triadic colors.