COLOR #497D45

HEX: #497D45
RGB: (73,125,69)

Color info

#497D45 contains red, green and blue colors in about the same proportion. Web safe color of #497D45 is #336633 (or #363).

RGB color model

#497D45 color RGB value is (73,125,69).

  • red value is 73;
  • green value is 125;
  • blue value is 69.
RGB:
(73,125,69)
(29%,49%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 69 of 255 = 27%

73
125
69

R + G + B ~ 35%. #497D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 69 = 267 (100%)
R 73 of 267 ~ 27.34%
G 125 of 267 ~ 46.82%
B 69 of 267 ~ 25.84%

%27.34
%46.82
%25.84

CMYK color model

#497D45 color CMYK value is (42,0,45,51).

  • cyan value is 41.60%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 50.98%
CMYK:
(42,0,45,51)
C42M0Y45K51 
(42%,0%,45%,51%)
(0.42/0.00/0.45/0.51)	

CMYK percentages

%41.6
%0
%44.8
%50.98

Codes

Color #497D45 in popluar color models

497D45
RGB7312569
HSL116°28.87%38.04%
HSB/HSV116°44.80%49.02%
CMYK41.60%0.00%44.80%
50.98%

Color #497D45 in popluar number systems.

HEX497D45
Decimal7312569
Binary100100111111011000101
Octal111175105

Shades and tints

Shades of #497D45

#497D45
(73,125,69)
#43723F
(67,114,63)
#3D6739
(61,103,57)
#375C33
(55,92,51)
#31512D
(49,81,45)
#2B4627
(43,70,39)
#253B21
(37,59,33)
#1F301B
(31,48,27)
#192515
(25,37,21)
#131A0F
(19,26,15)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #497D45

#497D45
(73,125,69)
#598855
(89,136,85)
#699365
(105,147,101)
#799E75
(121,158,117)
#89A985
(137,169,133)
#99B495
(153,180,149)
#A9BFA5
(169,191,165)
#B9CAB5
(185,202,181)
#C9D5C5
(201,213,197)
#D9E0D5
(217,224,213)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497D45 color. Also use rgb(73,125,69) instead hex code.

Text Font Color

.myTextColor { color: #497D45; }

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

This text font color is #497D45.


Background Color

.myBgColor { background-color: #497D45; }

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

This div background color is #497D45.


Border color

.myBorderColor { border: 1px solid #497D45; }

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

This div border color is #497D45.


Opacity

.myOpacity80 { color: #497D45; opacity: 0.8; }

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

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

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

This text has shadow with #497D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D45 on black background.


Color preview on white background

This text has color #497D45 on white background.



Black color preview on #497D45 background

This text has black color on #497D45 background.


White color preview on #497D45 background

This text has white color on #497D45 background.