COLOR #497C34

HEX: #497C34
RGB: (73,124,52)

Color info

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

RGB color model

#497C34 color RGB value is (73,124,52).

  • red value is 73;
  • green value is 124;
  • blue value is 52.
RGB:
(73,124,52)
(29%,49%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 124 of 255 = 49%
B 52 of 255 = 20%

73
124
52

R + G + B ~ 33%. #497C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 124 + 52 = 249 (100%)
R 73 of 249 ~ 29.32%
G 124 of 249 ~ 49.8%
B 52 of 249 ~ 20.88%

%29.32
%49.8
%20.88

CMYK color model

#497C34 color CMYK value is (41,0,58,51).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 51.37%
CMYK:
(41,0,58,51)
C41M0Y58K51 
(41%,0%,58%,51%)
(0.41/0.00/0.58/0.51)	

CMYK percentages

%41.13
%0
%58.06
%51.37

Codes

Color #497C34 in popluar color models

497C34
RGB7312452
HSL103°40.91%34.51%
HSB/HSV103°58.06%48.63%
CMYK41.13%0.00%58.06%
51.37%

Color #497C34 in popluar number systems.

HEX497C34
Decimal7312452
Binary10010011111100110100
Octal11117464

Shades and tints

Shades of #497C34

#497C34
(73,124,52)
#437130
(67,113,48)
#3D662C
(61,102,44)
#375B28
(55,91,40)
#315024
(49,80,36)
#2B4520
(43,69,32)
#253A1C
(37,58,28)
#1F2F18
(31,47,24)
#192414
(25,36,20)
#131910
(19,25,16)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #497C34

#497C34
(73,124,52)
#598746
(89,135,70)
#699258
(105,146,88)
#799D6A
(121,157,106)
#89A87C
(137,168,124)
#99B38E
(153,179,142)
#A9BEA0
(169,190,160)
#B9C9B2
(185,201,178)
#C9D4C4
(201,212,196)
#D9DFD6
(217,223,214)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497C34; }

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

This text font color is #497C34.


Background Color

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

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

This div background color is #497C34.


Border color

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

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

This div border color is #497C34.


Opacity

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

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

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

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

This text has shadow with #497C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C34 on black background.


Color preview on white background

This text has color #497C34 on white background.



Black color preview on #497C34 background

This text has black color on #497C34 background.


White color preview on #497C34 background

This text has white color on #497C34 background.