COLOR #497B12

HEX: #497B12
RGB: (73,123,18)

Renk bilgisi

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

RGB renk modeli

#497B12 color RGB value is (73,123,18).

  • kırmız ton 73;
  • yeşil ton 123;
  • mavi ton 18.
RGB:
(73,123,18)
(29%,48%,7%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 123 of 255 = 48%
B 18 of 255 = 7%

73
123
18

R + G + B ~ 28%. #497B12 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 123 + 18 = 214 (100%)
R 73 of 214 ~ 34.11%
G 123 of 214 ~ 57.48%
B 18 of 214 ~ 8.41%

%34.11
%57.48

CMYK RENK MODELİ

#497B12 rengi CMYK tonu (41,0,85,52).

  • camgöbeği tonu 40.65%
  • eflatun tonu 0.00%
  • sarı tonu 85.37%
  • ana renk tonu 51.76%
CMYK:
(41,0,85,52)
C41M0Y85K52 
(41%,0%,85%,52%)
(0.41/0.00/0.85/0.52)	

CMYK yüzdeleri

%40.65
%0
%85.37
%51.76

Codes

Color #497B12 in popluar color models

497B12
RGB7312318
HSL89°74.47%27.65%
HSB/HSV89°85.37%48.24%
CMYK40.65%0.00%85.37%
51.76%

Color #497B12 in popluar number systems.

HEX497B12
Decimal7312318
Binary1001001111101110010
Octal11117322

Shades and tints

Shades of #497B12

#497B12
(73,123,18)
#437011
(67,112,17)
#3D6510
(61,101,16)
#375A0F
(55,90,15)
#314F0E
(49,79,14)
#2B440D
(43,68,13)
#25390C
(37,57,12)
#1F2E0B
(31,46,11)
#19230A
(25,35,10)
#131809
(19,24,9)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #497B12

#497B12
(73,123,18)
#598727
(89,135,39)
#69933C
(105,147,60)
#799F51
(121,159,81)
#89AB66
(137,171,102)
#99B77B
(153,183,123)
#A9C390
(169,195,144)
#B9CFA5
(185,207,165)
#C9DBBA
(201,219,186)
#D9E7CF
(217,231,207)
#E9F3E4
(233,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497B12; }

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

This text font color is #497B12.


Background Color

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

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

This div background color is #497B12.


Border color

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

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

This div border color is #497B12.


Opacity

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

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

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

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

This text has shadow with #497B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B12 on black background.


Color preview on white background

This text has color #497B12 on white background.



Black color preview on #497B12 background

This text has black color on #497B12 background.


White color preview on #497B12 background

This text has white color on #497B12 background.