COLOR #497201

HEX: #497201
RGB: (73,114,1)

Color info

#497201 contains mainly red and green colors. Web safe color of #497201 is #336600 (or #360).

RGB color model

#497201 color RGB value is (73,114,1).

  • red value is 73;
  • green value is 114;
  • blue value is 1.
RGB:
(73,114,1)
(29%,45%,0%)

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 1 of 255 = 0%

73
114
1

R + G + B ~ 25%. #497201 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 1 = 188 (100%)
R 73 of 188 ~ 38.83%
G 114 of 188 ~ 60.64%
B 1 of 188 ~ 0.53%

%38.83
%60.64

CMYK color model

#497201 color CMYK value is (36,0,99,55).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 99.12%
  • key color value is 55.29%
CMYK:
(36,0,99,55)
C36M0Y99K55 
(36%,0%,99%,55%)
(0.36/0.00/0.99/0.55)	

CMYK percentages

%35.96
%0
%99.12
%55.29

Codes

Color #497201 in popluar color models

497201
RGB731141
HSL82°98.26%22.55%
HSB/HSV82°99.12%44.71%
CMYK35.96%0.00%99.12%
55.29%

Color #497201 in popluar number systems.

HEX497201
Decimal731141
Binary100100111100101
Octal1111621

Shades and tints

Shades of #497201

#497201
(73,114,1)
#436801
(67,104,1)
#3D5E01
(61,94,1)
#375401
(55,84,1)
#314A01
(49,74,1)
#2B4001
(43,64,1)
#253601
(37,54,1)
#1F2C01
(31,44,1)
#192201
(25,34,1)
#131801
(19,24,1)
#0D0E01
(13,14,1)
#000000
(0,0,0)

Tints of #497201

#497201
(73,114,1)
#597E18
(89,126,24)
#698A2F
(105,138,47)
#799646
(121,150,70)
#89A25D
(137,162,93)
#99AE74
(153,174,116)
#A9BA8B
(169,186,139)
#B9C6A2
(185,198,162)
#C9D2B9
(201,210,185)
#D9DED0
(217,222,208)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497201 color. Also use rgb(73,114,1) instead hex code.

Text Font Color

.myTextColor { color: #497201; }

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

This text font color is #497201.


Background Color

.myBgColor { background-color: #497201; }

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

This div background color is #497201.


Border color

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

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

This div border color is #497201.


Opacity

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

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

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

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

This text has shadow with #497201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497201 on black background.


Color preview on white background

This text has color #497201 on white background.



Black color preview on #497201 background

This text has black color on #497201 background.


White color preview on #497201 background

This text has white color on #497201 background.