COLOR #498F38

HEX: #498F38
RGB: (73,143,56)

Color info

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

RGB color model

#498F38 color RGB value is (73,143,56).

  • red value is 73;
  • green value is 143;
  • blue value is 56.
RGB:
(73,143,56)
(29%,56%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 143 of 255 = 56%
B 56 of 255 = 22%

73
143
56

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

Portions of RGB colors in percentages

R + G + B =
73 + 143 + 56 = 272 (100%)
R 73 of 272 ~ 26.84%
G 143 of 272 ~ 52.57%
B 56 of 272 ~ 20.59%

%26.84
%52.57
%20.59

CMYK color model

#498F38 color CMYK value is (49,0,61,44).

  • cyan value is 48.95%
  • magenta value is 0.00%
  • yellow value is 60.84%
  • key color value is 43.92%
CMYK:
(49,0,61,44)
C49M0Y61K44 
(49%,0%,61%,44%)
(0.49/0.00/0.61/0.44)	

CMYK percentages

%48.95
%0
%60.84
%43.92

Codes

Color #498F38 in popluar color models

498F38
RGB7314356
HSL108°43.72%39.02%
HSB/HSV108°60.84%56.08%
CMYK48.95%0.00%60.84%
43.92%

Color #498F38 in popluar number systems.

HEX498F38
Decimal7314356
Binary100100110001111111000
Octal11121770

Shades and tints

Shades of #498F38

#498F38
(73,143,56)
#438233
(67,130,51)
#3D752E
(61,117,46)
#376829
(55,104,41)
#315B24
(49,91,36)
#2B4E1F
(43,78,31)
#25411A
(37,65,26)
#1F3415
(31,52,21)
#192710
(25,39,16)
#131A0B
(19,26,11)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #498F38

#498F38
(73,143,56)
#59994A
(89,153,74)
#69A35C
(105,163,92)
#79AD6E
(121,173,110)
#89B780
(137,183,128)
#99C192
(153,193,146)
#A9CBA4
(169,203,164)
#B9D5B6
(185,213,182)
#C9DFC8
(201,223,200)
#D9E9DA
(217,233,218)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498F38; }

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

This text font color is #498F38.


Background Color

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

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

This div background color is #498F38.


Border color

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

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

This div border color is #498F38.


Opacity

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

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

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

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

This text has shadow with #498F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498F38 on black background.


Color preview on white background

This text has color #498F38 on white background.



Black color preview on #498F38 background

This text has black color on #498F38 background.


White color preview on #498F38 background

This text has white color on #498F38 background.