COLOR #498768

HEX: #498768
RGB: (73,135,104)

Color info

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

RGB color model

#498768 color RGB value is (73,135,104).

  • red value is 73;
  • green value is 135;
  • blue value is 104.
RGB:
(73,135,104)
(29%,53%,41%)

RGB channels and saturation

R 73 of 255 = 29%
G 135 of 255 = 53%
B 104 of 255 = 41%

73
135
104

R + G + B ~ 41%. #498768 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 135 + 104 = 312 (100%)
R 73 of 312 ~ 23.4%
G 135 of 312 ~ 43.27%
B 104 of 312 ~ 33.33%

%23.4
%43.27
%33.33

CMYK color model

#498768 color CMYK value is (46,0,23,47).

  • cyan value is 45.93%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(46,0,23,47)
C46M0Y23K47 
(46%,0%,23%,47%)
(0.46/0.00/0.23/0.47)	

CMYK percentages

%45.93
%0
%22.96
%47.06

Codes

Color #498768 in popluar color models

498768
RGB73135104
HSL150°29.81%40.78%
HSB/HSV150°45.93%52.94%
CMYK45.93%0.00%22.96%
47.06%

Color #498768 in popluar number systems.

HEX498768
Decimal73135104
Binary1001001100001111101000
Octal111207150

Shades and tints

Shades of #498768

#498768
(73,135,104)
#437B5F
(67,123,95)
#3D6F56
(61,111,86)
#37634D
(55,99,77)
#315744
(49,87,68)
#2B4B3B
(43,75,59)
#253F32
(37,63,50)
#1F3329
(31,51,41)
#192720
(25,39,32)
#131B17
(19,27,23)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #498768

#498768
(73,135,104)
#599175
(89,145,117)
#699B82
(105,155,130)
#79A58F
(121,165,143)
#89AF9C
(137,175,156)
#99B9A9
(153,185,169)
#A9C3B6
(169,195,182)
#B9CDC3
(185,205,195)
#C9D7D0
(201,215,208)
#D9E1DD
(217,225,221)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498768 color. Also use rgb(73,135,104) instead hex code.

Text Font Color

.myTextColor { color: #498768; }

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

This text font color is #498768.


Background Color

.myBgColor { background-color: #498768; }

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

This div background color is #498768.


Border color

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

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

This div border color is #498768.


Opacity

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

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

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

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

This text has shadow with #498768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498768 on black background.


Color preview on white background

This text has color #498768 on white background.



Black color preview on #498768 background

This text has black color on #498768 background.


White color preview on #498768 background

This text has white color on #498768 background.