COLOR #498C2D

HEX: #498C2D RGB: (73,140,45)

Color info

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

RGB color model

#498C2D color RGB value is (73,140,45).

RGB: (73,140,45) (29%, 55%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 140 of 255 = 55%
B 45 of 255 = 18%

73
140
45

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

Portions of RGB colors in percentages

R + G + B = 73 + 140 + 45 = 258 (100%)
R 73 of 258 ~ 28.29%
G 140 of 258 ~ 54.26%
B 45 of 258 ~ 17.44'%

%28.29
%54.26
%17.44

CMYK color model

#498C2D color CMYK value is (48,0,68,45).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 45.10%

CMYK: (48,0,68,45)
C48M0Y68K45 (48%, 0%, 68%, 45%)
(0.48 / 0.00 / 0.68 / 0.45)

CMYK percentages

%47.86
%0
%67.86
%45.1

Codes

Color #498C2D in popluar color models

49 8C 2D
RGB 73 140 45
HSL 102° 51.35% 36.27%
HSB/HSV 102° 67.86% 54.90%
CMYK 47.86% 0.00% 67.86%
45.10%

Color #498C2D in popluar number systems.

HEX 49 8C 2D
Decimal 73 140 45
Binary 1001001 10001100 101101
Octal 111 214 55

Shades and tints

Shades of #498C2D

#498C2D
(73,140,45)
#438029
(67,128,41)
#3D7425
(61,116,37)
#376821
(55,104,33)
#315C1D
(49,92,29)
#2B5019
(43,80,25)
#254415
(37,68,21)
#1F3811
(31,56,17)
#192C0D
(25,44,13)
#132009
(19,32,9)
#0D1405
(13,20,5)
#000000
(0,0,0)

Tints of #498C2D

#498C2D
(73,140,45)
#599640
(89,150,64)
#69A053
(105,160,83)
#79AA66
(121,170,102)
#89B479
(137,180,121)
#99BE8C
(153,190,140)
#A9C89F
(169,200,159)
#B9D2B2
(185,210,178)
#C9DCC5
(201,220,197)
#D9E6D8
(217,230,216)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498C2D; }

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

This text font color is #498C2D.

Background Color

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

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

This div background color is #498C2D.

Border color

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

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

This div border color is #498C2D.

Opacity

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

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

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

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

This text has shadow with #498C2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #498C2D.

Preview

Color preview on black background

This text has color #498C2D on black background.


Color preview on white background

This text has color #498C2D on white background.


Black color preview on #498C2D background

This text has black color on #498C2D background.


White color preview on #498C2D background

This text has white color on #498C2D background.


Related colors

Complementary color

Complementary color for #hex is #B673D2.


I love getcolorcode.com

Triadic colors

1 #2D498C and #8C2D49 with #498C2D are triadic colors.

2 #2D8C49 and #8C492D with #498C2D are triadic colors.