COLOR #497C3C

HEX: #497C3C RGB: (73,124,60)

Color info

#497C3C contains mainly red and green colors. Web safe color of #497C3C is #336633 (or #363).

RGB color model

#497C3C color RGB value is (73,124,60).

RGB: (73,124,60) (29%, 49%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 124 of 255 = 49%
B 60 of 255 = 24%

73
124
60

R + G + B ~ 34%. #497C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 124 + 60 = 257 (100%)
R 73 of 257 ~ 28.4%
G 124 of 257 ~ 48.25%
B 60 of 257 ~ 23.35'%

%28.4
%48.25
%23.35

CMYK color model

#497C3C color CMYK value is (41,0,52,51).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%

CMYK: (41,0,52,51)
C41M0Y52K51 (41%, 0%, 52%, 51%)
(0.41 / 0.00 / 0.52 / 0.51)

CMYK percentages

%41.13
%0
%51.61
%51.37

Codes

Color #497C3C in popluar color models

49 7C 3C
RGB 73 124 60
HSL 108° 34.78% 36.08%
HSB/HSV 108° 51.61% 48.63%
CMYK 41.13% 0.00% 51.61%
51.37%

Color #497C3C in popluar number systems.

HEX 49 7C 3C
Decimal 73 124 60
Binary 1001001 1111100 111100
Octal 111 174 74

Shades and tints

Shades of #497C3C

#497C3C
(73,124,60)
#437137
(67,113,55)
#3D6632
(61,102,50)
#375B2D
(55,91,45)
#315028
(49,80,40)
#2B4523
(43,69,35)
#253A1E
(37,58,30)
#1F2F19
(31,47,25)
#192414
(25,36,20)
#13190F
(19,25,15)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #497C3C

#497C3C
(73,124,60)
#59874D
(89,135,77)
#69925E
(105,146,94)
#799D6F
(121,157,111)
#89A880
(137,168,128)
#99B391
(153,179,145)
#A9BEA2
(169,190,162)
#B9C9B3
(185,201,179)
#C9D4C4
(201,212,196)
#D9DFD5
(217,223,213)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C3C color. Also use rgb(73,124,60) instead hex code.

Text Font Color

.myTextColor { color: #497C3C; }

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

This text font color is #497C3C.

Background Color

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

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

This div background color is #497C3C.

Border color

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

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

This div border color is #497C3C.

Opacity

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

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

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

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

This text has shadow with #497C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #497C3C.

Preview

Color preview on black background

This text has color #497C3C on black background.


Color preview on white background

This text has color #497C3C on white background.


Black color preview on #497C3C background

This text has black color on #497C3C background.


White color preview on #497C3C background

This text has white color on #497C3C background.


Related colors

Complementary color

Complementary color for #hex is #B683C3.


I love getcolorcode.com

Triadic colors

1 #3C497C and #7C3C49 with #497C3C are triadic colors.

2 #3C7C49 and #7C493C with #497C3C are triadic colors.