COLOR #498F67

HEX: #498F67
RGB: (73,143,103)

Color info

#498F67 contains mainly green and blue colors. Web safe color of #498F67 is #339966 (or #396).

RGB color model

#498F67 color RGB value is (73,143,103).

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

RGB channels and saturation

R 73 of 255 = 29%
G 143 of 255 = 56%
B 103 of 255 = 40%

73
143
103

R + G + B ~ 42%. #498F67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 143 + 103 = 319 (100%)
R 73 of 319 ~ 22.88%
G 143 of 319 ~ 44.83%
B 103 of 319 ~ 32.29%

%22.88
%44.83
%32.29

CMYK color model

#498F67 color CMYK value is (49,0,28,44).

  • cyan value is 48.95%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 43.92%
CMYK:
(49,0,28,44)
C49M0Y28K44 
(49%,0%,28%,44%)
(0.49/0.00/0.28/0.44)	

CMYK percentages

%48.95
%0
%27.97
%43.92

Codes

Color #498F67 in popluar color models

498F67
RGB73143103
HSL146°32.41%42.35%
HSB/HSV146°48.95%56.08%
CMYK48.95%0.00%27.97%
43.92%

Color #498F67 in popluar number systems.

HEX498F67
Decimal73143103
Binary1001001100011111100111
Octal111217147

Shades and tints

Shades of #498F67

#498F67
(73,143,103)
#43825E
(67,130,94)
#3D7555
(61,117,85)
#37684C
(55,104,76)
#315B43
(49,91,67)
#2B4E3A
(43,78,58)
#254131
(37,65,49)
#1F3428
(31,52,40)
#19271F
(25,39,31)
#131A16
(19,26,22)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #498F67

#498F67
(73,143,103)
#599974
(89,153,116)
#69A381
(105,163,129)
#79AD8E
(121,173,142)
#89B79B
(137,183,155)
#99C1A8
(153,193,168)
#A9CBB5
(169,203,181)
#B9D5C2
(185,213,194)
#C9DFCF
(201,223,207)
#D9E9DC
(217,233,220)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498F67; }

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

This text font color is #498F67.


Background Color

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

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

This div background color is #498F67.


Border color

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

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

This div border color is #498F67.


Opacity

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

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

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

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

This text has shadow with #498F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498F67 on black background.


Color preview on white background

This text has color #498F67 on white background.



Black color preview on #498F67 background

This text has black color on #498F67 background.


White color preview on #498F67 background

This text has white color on #498F67 background.