COLOR #498543

HEX: #498543 RGB: (73,133,67)

Color info

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

RGB color model

#498543 color RGB value is (73,133,67).

RGB: (73,133,67) (29%, 52%, 26%)

RGB channels and saturation

R 73 of 255 = 29%
G 133 of 255 = 52%
B 67 of 255 = 26%

73
133
67

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

Portions of RGB colors in percentages

R + G + B = 73 + 133 + 67 = 273 (100%)
R 73 of 273 ~ 26.74%
G 133 of 273 ~ 48.72%
B 67 of 273 ~ 24.54'%

%26.74
%48.72
%24.54

CMYK color model

#498543 color CMYK value is (45,0,50,48).

  • cyan value is 45.11%
  • magenta value is 0.00%
  • yellow value is 49.62%
  • key color value is 47.84%

CMYK: (45,0,50,48)
C45M0Y50K48 (45%, 0%, 50%, 48%)
(0.45 / 0.00 / 0.50 / 0.48)

CMYK percentages

%45.11
%0
%49.62
%47.84

Codes

Color #498543 in popluar color models

49 85 43
RGB 73 133 67
HSL 115° 33.00% 39.22%
HSB/HSV 115° 49.62% 52.16%
CMYK 45.11% 0.00% 49.62%
47.84%

Color #498543 in popluar number systems.

HEX 49 85 43
Decimal 73 133 67
Binary 1001001 10000101 1000011
Octal 111 205 103

Shades and tints

Shades of #498543

#498543
(73,133,67)
#43793D
(67,121,61)
#3D6D37
(61,109,55)
#376131
(55,97,49)
#31552B
(49,85,43)
#2B4925
(43,73,37)
#253D1F
(37,61,31)
#1F3119
(31,49,25)
#192513
(25,37,19)
#13190D
(19,25,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #498543

#498543
(73,133,67)
#599054
(89,144,84)
#699B65
(105,155,101)
#79A676
(121,166,118)
#89B187
(137,177,135)
#99BC98
(153,188,152)
#A9C7A9
(169,199,169)
#B9D2BA
(185,210,186)
#C9DDCB
(201,221,203)
#D9E8DC
(217,232,220)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498543; }

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

This text font color is #498543.

Background Color

.myBgColor { background-color: #498543; }

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

This div background color is #498543.

Border color

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

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

This div border color is #498543.

Opacity

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

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

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

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

This text has shadow with #498543 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #498543.

Preview

Color preview on black background

This text has color #498543 on black background.


Color preview on white background

This text has color #498543 on white background.


Black color preview on #498543 background

This text has black color on #498543 background.


White color preview on #498543 background

This text has white color on #498543 background.


Related colors

Complementary color

Complementary color for #hex is #B67ABC.


I love getcolorcode.com

Triadic colors

1 #434985 and #854349 with #498543 are triadic colors.

2 #438549 and #854943 with #498543 are triadic colors.