COLOR #498253

HEX: #498253
RGB: (73,130,83)

Color info

#498253 contains red, green and blue colors in about the same proportion. Web safe color of #498253 is #339966 (or #396).

RGB color model

#498253 color RGB value is (73,130,83).

  • red value is 73;
  • green value is 130;
  • blue value is 83.
RGB:
(73,130,83)
(29%,51%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 130 of 255 = 51%
B 83 of 255 = 33%

73
130
83

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

Portions of RGB colors in percentages

R + G + B =
73 + 130 + 83 = 286 (100%)
R 73 of 286 ~ 25.52%
G 130 of 286 ~ 45.45%
B 83 of 286 ~ 29.02%

%25.52
%45.45
%29.02

CMYK color model

#498253 color CMYK value is (44,0,36,49).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(44,0,36,49)
C44M0Y36K49 
(44%,0%,36%,49%)
(0.44/0.00/0.36/0.49)	

CMYK percentages

%43.85
%0
%36.15
%49.02

Codes

Color #498253 in popluar color models

498253
RGB7313083
HSL131°28.08%39.80%
HSB/HSV131°43.85%50.98%
CMYK43.85%0.00%36.15%
49.02%

Color #498253 in popluar number systems.

HEX498253
Decimal7313083
Binary1001001100000101010011
Octal111202123

Shades and tints

Shades of #498253

#498253
(73,130,83)
#43774C
(67,119,76)
#3D6C45
(61,108,69)
#37613E
(55,97,62)
#315637
(49,86,55)
#2B4B30
(43,75,48)
#254029
(37,64,41)
#1F3522
(31,53,34)
#192A1B
(25,42,27)
#131F14
(19,31,20)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #498253

#498253
(73,130,83)
#598D62
(89,141,98)
#699871
(105,152,113)
#79A380
(121,163,128)
#89AE8F
(137,174,143)
#99B99E
(153,185,158)
#A9C4AD
(169,196,173)
#B9CFBC
(185,207,188)
#C9DACB
(201,218,203)
#D9E5DA
(217,229,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498253 color. Also use rgb(73,130,83) instead hex code.

Text Font Color

.myTextColor { color: #498253; }

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

This text font color is #498253.


Background Color

.myBgColor { background-color: #498253; }

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

This div background color is #498253.


Border color

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

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

This div border color is #498253.


Opacity

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

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

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

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

This text has shadow with #498253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498253 on black background.


Color preview on white background

This text has color #498253 on white background.



Black color preview on #498253 background

This text has black color on #498253 background.


White color preview on #498253 background

This text has white color on #498253 background.