COLOR #497B3C

HEX: #497B3C
RGB: (73,123,60)

Color info

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

RGB color model

#497B3C color RGB value is (73,123,60).

  • red value is 73;
  • green value is 123;
  • blue value is 60.
RGB:
(73,123,60)
(29%,48%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 60 of 255 = 24%

73
123
60

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

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 60 = 256 (100%)
R 73 of 256 ~ 28.52%
G 123 of 256 ~ 48.05%
B 60 of 256 ~ 23.44%

%28.52
%48.05
%23.44

CMYK color model

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

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 51.76%
CMYK:
(41,0,51,52)
C41M0Y51K52 
(41%,0%,51%,52%)
(0.41/0.00/0.51/0.52)	

CMYK percentages

%40.65
%0
%51.22
%51.76

Codes

Color #497B3C in popluar color models

497B3C
RGB7312360
HSL108°34.43%35.88%
HSB/HSV108°51.22%48.24%
CMYK40.65%0.00%51.22%
51.76%

Color #497B3C in popluar number systems.

HEX497B3C
Decimal7312360
Binary10010011111011111100
Octal11117374

Shades and tints

Shades of #497B3C

#497B3C
(73,123,60)
#437037
(67,112,55)
#3D6532
(61,101,50)
#375A2D
(55,90,45)
#314F28
(49,79,40)
#2B4423
(43,68,35)
#25391E
(37,57,30)
#1F2E19
(31,46,25)
#192314
(25,35,20)
#13180F
(19,24,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #497B3C

#497B3C
(73,123,60)
#59874D
(89,135,77)
#69935E
(105,147,94)
#799F6F
(121,159,111)
#89AB80
(137,171,128)
#99B791
(153,183,145)
#A9C3A2
(169,195,162)
#B9CFB3
(185,207,179)
#C9DBC4
(201,219,196)
#D9E7D5
(217,231,213)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497B3C; }

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

This text font color is #497B3C.


Background Color

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

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

This div background color is #497B3C.


Border color

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

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

This div border color is #497B3C.


Opacity

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

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

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

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

This text has shadow with #497B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B3C on black background.


Color preview on white background

This text has color #497B3C on white background.



Black color preview on #497B3C background

This text has black color on #497B3C background.


White color preview on #497B3C background

This text has white color on #497B3C background.