COLOR #497233

HEX: #497233
RGB: (73,114,51)

Renk bilgisi

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

RGB renk modeli

#497233 color RGB value is (73,114,51).

  • kırmız ton 73;
  • yeşil ton 114;
  • mavi ton 51.
RGB:
(73,114,51)
(29%,45%,20%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 114 of 255 = 45%
B 51 of 255 = 20%

73
114
51

R + G + B ~ 31%. #497233 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 114 + 51 = 238 (100%)
R 73 of 238 ~ 30.67%
G 114 of 238 ~ 47.9%
B 51 of 238 ~ 21.43%

%30.67
%47.9
%21.43

CMYK RENK MODELİ

#497233 rengi CMYK tonu (36,0,55,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 0.00%
  • sarı tonu 55.26%
  • ana renk tonu 55.29%
CMYK:
(36,0,55,55)
C36M0Y55K55 
(36%,0%,55%,55%)
(0.36/0.00/0.55/0.55)	

CMYK yüzdeleri

%35.96
%0
%55.26
%55.29

Codes

Color #497233 in popluar color models

497233
RGB7311451
HSL99°38.18%32.35%
HSB/HSV99°55.26%44.71%
CMYK35.96%0.00%55.26%
55.29%

Color #497233 in popluar number systems.

HEX497233
Decimal7311451
Binary10010011110010110011
Octal11116263

Shades and tints

Shades of #497233

#497233
(73,114,51)
#43682F
(67,104,47)
#3D5E2B
(61,94,43)
#375427
(55,84,39)
#314A23
(49,74,35)
#2B401F
(43,64,31)
#25361B
(37,54,27)
#1F2C17
(31,44,23)
#192213
(25,34,19)
#13180F
(19,24,15)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #497233

#497233
(73,114,51)
#597E45
(89,126,69)
#698A57
(105,138,87)
#799669
(121,150,105)
#89A27B
(137,162,123)
#99AE8D
(153,174,141)
#A9BA9F
(169,186,159)
#B9C6B1
(185,198,177)
#C9D2C3
(201,210,195)
#D9DED5
(217,222,213)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497233; }

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

This text font color is #497233.


Background Color

.myBgColor { background-color: #497233; }

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

This div background color is #497233.


Border color

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

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

This div border color is #497233.


Opacity

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

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

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

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

This text has shadow with #497233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497233 on black background.


Color preview on white background

This text has color #497233 on white background.



Black color preview on #497233 background

This text has black color on #497233 background.


White color preview on #497233 background

This text has white color on #497233 background.