COLOR #497326

HEX: #497326
RGB: (73,115,38)

Renk bilgisi

#497326 contains mainly red and green colors. #497326 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#497326 color RGB value is (73,115,38).

  • kırmız ton 73;
  • yeşil ton 115;
  • mavi ton 38.
RGB:
(73,115,38)
(29%,45%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 115 of 255 = 45%
B 38 of 255 = 15%

73
115
38

R + G + B ~ 30%. #497326 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 115 + 38 = 226 (100%)
R 73 of 226 ~ 32.3%
G 115 of 226 ~ 50.88%
B 38 of 226 ~ 16.81%

%32.3
%50.88
%16.81

CMYK RENK MODELİ

#497326 rengi CMYK tonu (37,0,67,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 0.00%
  • sarı tonu 66.96%
  • ana renk tonu 54.90%
CMYK:
(37,0,67,55)
C37M0Y67K55 
(37%,0%,67%,55%)
(0.37/0.00/0.67/0.55)	

CMYK yüzdeleri

%36.52
%0
%66.96
%54.9

Codes

Color #497326 in popluar color models

497326
RGB7311538
HSL93°50.33%30.00%
HSB/HSV93°66.96%45.10%
CMYK36.52%0.00%66.96%
54.90%

Color #497326 in popluar number systems.

HEX497326
Decimal7311538
Binary10010011110011100110
Octal11116346

Shades and tints

Shades of #497326

#497326
(73,115,38)
#436923
(67,105,35)
#3D5F20
(61,95,32)
#37551D
(55,85,29)
#314B1A
(49,75,26)
#2B4117
(43,65,23)
#253714
(37,55,20)
#1F2D11
(31,45,17)
#19230E
(25,35,14)
#13190B
(19,25,11)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #497326

#497326
(73,115,38)
#597F39
(89,127,57)
#698B4C
(105,139,76)
#79975F
(121,151,95)
#89A372
(137,163,114)
#99AF85
(153,175,133)
#A9BB98
(169,187,152)
#B9C7AB
(185,199,171)
#C9D3BE
(201,211,190)
#D9DFD1
(217,223,209)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497326 color. Also use rgb(73,115,38) instead hex code.

Text Font Color

.myTextColor { color: #497326; }

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

This text font color is #497326.


Background Color

.myBgColor { background-color: #497326; }

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

This div background color is #497326.


Border color

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

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

This div border color is #497326.


Opacity

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

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

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

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

This text has shadow with #497326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497326 on black background.


Color preview on white background

This text has color #497326 on white background.



Black color preview on #497326 background

This text has black color on #497326 background.


White color preview on #497326 background

This text has white color on #497326 background.