COLOR #498551

HEX: #498551
RGB: (73,133,81)

Color info

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

RGB color model

#498551 color RGB value is (73,133,81).

  • red value is 73;
  • green value is 133;
  • blue value is 81.
RGB:
(73,133,81)
(29%,52%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 133 of 255 = 52%
B 81 of 255 = 32%

73
133
81

R + G + B ~ 38%. #498551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 133 + 81 = 287 (100%)
R 73 of 287 ~ 25.44%
G 133 of 287 ~ 46.34%
B 81 of 287 ~ 28.22%

%25.44
%46.34
%28.22

CMYK color model

#498551 color CMYK value is (45,0,39,48).

  • cyan value is 45.11%
  • magenta value is 0.00%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK:
(45,0,39,48)
C45M0Y39K48 
(45%,0%,39%,48%)
(0.45/0.00/0.39/0.48)	

CMYK percentages

%45.11
%0
%39.1
%47.84

Codes

Color #498551 in popluar color models

498551
RGB7313381
HSL128°29.13%40.39%
HSB/HSV128°45.11%52.16%
CMYK45.11%0.00%39.10%
47.84%

Color #498551 in popluar number systems.

HEX498551
Decimal7313381
Binary1001001100001011010001
Octal111205121

Shades and tints

Shades of #498551

#498551
(73,133,81)
#43794A
(67,121,74)
#3D6D43
(61,109,67)
#37613C
(55,97,60)
#315535
(49,85,53)
#2B492E
(43,73,46)
#253D27
(37,61,39)
#1F3120
(31,49,32)
#192519
(25,37,25)
#131912
(19,25,18)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #498551

#498551
(73,133,81)
#599060
(89,144,96)
#699B6F
(105,155,111)
#79A67E
(121,166,126)
#89B18D
(137,177,141)
#99BC9C
(153,188,156)
#A9C7AB
(169,199,171)
#B9D2BA
(185,210,186)
#C9DDC9
(201,221,201)
#D9E8D8
(217,232,216)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498551 color. Also use rgb(73,133,81) instead hex code.

Text Font Color

.myTextColor { color: #498551; }

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

This text font color is #498551.


Background Color

.myBgColor { background-color: #498551; }

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

This div background color is #498551.


Border color

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

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

This div border color is #498551.


Opacity

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

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

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

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

This text has shadow with #498551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498551 on black background.


Color preview on white background

This text has color #498551 on white background.



Black color preview on #498551 background

This text has black color on #498551 background.


White color preview on #498551 background

This text has white color on #498551 background.