COLOR #498F2D

HEX: #498F2D RGB: (73,143,45)

Color info

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

RGB color model

#498F2D color RGB value is (73,143,45).

RGB: (73,143,45) (29%, 56%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 143 of 255 = 56%
B 45 of 255 = 18%

73
143
45

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

Portions of RGB colors in percentages

R + G + B = 73 + 143 + 45 = 261 (100%)
R 73 of 261 ~ 27.97%
G 143 of 261 ~ 54.79%
B 45 of 261 ~ 17.24'%

%27.97
%54.79
%17.24

CMYK color model

#498F2D color CMYK value is (49,0,69,44).

  • cyan value is 48.95%
  • magenta value is 0.00%
  • yellow value is 68.53%
  • key color value is 43.92%

CMYK: (49,0,69,44)
C49M0Y69K44 (49%, 0%, 69%, 44%)
(0.49 / 0.00 / 0.69 / 0.44)

CMYK percentages

%48.95
%0
%68.53
%43.92

Codes

Color #498F2D in popluar color models

49 8F 2D
RGB 73 143 45
HSL 103° 52.13% 36.86%
HSB/HSV 103° 68.53% 56.08%
CMYK 48.95% 0.00% 68.53%
43.92%

Color #498F2D in popluar number systems.

HEX 49 8F 2D
Decimal 73 143 45
Binary 1001001 10001111 101101
Octal 111 217 55

Shades and tints

Shades of #498F2D

#498F2D
(73,143,45)
#438229
(67,130,41)
#3D7525
(61,117,37)
#376821
(55,104,33)
#315B1D
(49,91,29)
#2B4E19
(43,78,25)
#254115
(37,65,21)
#1F3411
(31,52,17)
#19270D
(25,39,13)
#131A09
(19,26,9)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #498F2D

#498F2D
(73,143,45)
#599940
(89,153,64)
#69A353
(105,163,83)
#79AD66
(121,173,102)
#89B779
(137,183,121)
#99C18C
(153,193,140)
#A9CB9F
(169,203,159)
#B9D5B2
(185,213,178)
#C9DFC5
(201,223,197)
#D9E9D8
(217,233,216)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498F2D color. Also use rgb(73,143,45) instead hex code.

Text Font Color

.myTextColor { color: #498F2D; }

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

This text font color is #498F2D.

Background Color

.myBgColor { background-color: #498F2D; }

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

This div background color is #498F2D.

Border color

.myBorderColor { border: 1px solid #498F2D; }

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

This div border color is #498F2D.

Opacity

.myOpacity80 { color: #498F2D; opacity: 0.8; }

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

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

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

This text has shadow with #498F2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #498F2D.

Preview

Color preview on black background

This text has color #498F2D on black background.


Color preview on white background

This text has color #498F2D on white background.


Black color preview on #498F2D background

This text has black color on #498F2D background.


White color preview on #498F2D background

This text has white color on #498F2D background.


Related colors

Complementary color

Complementary color for #hex is #B670D2.


I love getcolorcode.com

Triadic colors

1 #2D498F and #8F2D49 with #498F2D are triadic colors.

2 #2D8F49 and #8F492D with #498F2D are triadic colors.