COLOR #497D05

HEX: #497D05
RGB: (73,125,5)

Renk bilgisi

#497D05 contains mainly red and green colors. #497D05 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#497D05 color RGB value is (73,125,5).

  • kırmız ton 73;
  • yeşil ton 125;
  • mavi ton 5.
RGB:
(73,125,5)
(29%,49%,2%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 5 of 255 = 2%

73
125
5

R + G + B ~ 27%. #497D05 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 5 = 203 (100%)
R 73 of 203 ~ 35.96%
G 125 of 203 ~ 61.58%
B 5 of 203 ~ 2.46%

%35.96
%61.58

CMYK RENK MODELİ

#497D05 rengi CMYK tonu (42,0,96,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 0.00%
  • sarı tonu 96.00%
  • ana renk tonu 50.98%
CMYK:
(42,0,96,51)
C42M0Y96K51 
(42%,0%,96%,51%)
(0.42/0.00/0.96/0.51)	

CMYK yüzdeleri

%41.6
%0
%96
%50.98

Codes

Color #497D05 in popluar color models

497D05
RGB731255
HSL86°92.31%25.49%
HSB/HSV86°96.00%49.02%
CMYK41.60%0.00%96.00%
50.98%

Color #497D05 in popluar number systems.

HEX497D05
Decimal731255
Binary10010011111101101
Octal1111755

Shades and tints

Shades of #497D05

#497D05
(73,125,5)
#437205
(67,114,5)
#3D6705
(61,103,5)
#375C05
(55,92,5)
#315105
(49,81,5)
#2B4605
(43,70,5)
#253B05
(37,59,5)
#1F3005
(31,48,5)
#192505
(25,37,5)
#131A05
(19,26,5)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #497D05

#497D05
(73,125,5)
#59881B
(89,136,27)
#699331
(105,147,49)
#799E47
(121,158,71)
#89A95D
(137,169,93)
#99B473
(153,180,115)
#A9BF89
(169,191,137)
#B9CA9F
(185,202,159)
#C9D5B5
(201,213,181)
#D9E0CB
(217,224,203)
#E9EBE1
(233,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497D05; }

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

This text font color is #497D05.


Background Color

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

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

This div background color is #497D05.


Border color

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

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

This div border color is #497D05.


Opacity

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

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

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

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

This text has shadow with #497D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D05 on black background.


Color preview on white background

This text has color #497D05 on white background.



Black color preview on #497D05 background

This text has black color on #497D05 background.


White color preview on #497D05 background

This text has white color on #497D05 background.