COLOR #497058

HEX: #497058
RGB: (73,112,88)

Renk bilgisi

#497058 contains red, green and blue colors in about the same proportion. #497058 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#497058 color RGB value is (73,112,88).

  • kırmız ton 73;
  • yeşil ton 112;
  • mavi ton 88.
RGB:
(73,112,88)
(29%,44%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 112 of 255 = 44%
B 88 of 255 = 35%

73
112
88

R + G + B ~ 36%. #497058 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 112 + 88 = 273 (100%)
R 73 of 273 ~ 26.74%
G 112 of 273 ~ 41.03%
B 88 of 273 ~ 32.23%

%26.74
%41.03
%32.23

CMYK RENK MODELİ

#497058 rengi CMYK tonu (35,0,21,56).

  • camgöbeği tonu 34.82%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 56.08%
CMYK:
(35,0,21,56)
C35M0Y21K56 
(35%,0%,21%,56%)
(0.35/0.00/0.21/0.56)	

CMYK yüzdeleri

%34.82
%0
%21.43
%56.08

Codes

Color #497058 in popluar color models

497058
RGB7311288
HSL143°21.08%36.27%
HSB/HSV143°34.82%43.92%
CMYK34.82%0.00%21.43%
56.08%

Color #497058 in popluar number systems.

HEX497058
Decimal7311288
Binary100100111100001011000
Octal111160130

Shades and tints

Shades of #497058

#497058
(73,112,88)
#436650
(67,102,80)
#3D5C48
(61,92,72)
#375240
(55,82,64)
#314838
(49,72,56)
#2B3E30
(43,62,48)
#253428
(37,52,40)
#1F2A20
(31,42,32)
#192018
(25,32,24)
#131610
(19,22,16)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #497058

#497058
(73,112,88)
#597D67
(89,125,103)
#698A76
(105,138,118)
#799785
(121,151,133)
#89A494
(137,164,148)
#99B1A3
(153,177,163)
#A9BEB2
(169,190,178)
#B9CBC1
(185,203,193)
#C9D8D0
(201,216,208)
#D9E5DF
(217,229,223)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497058 color. Also use rgb(73,112,88) instead hex code.

Text Font Color

.myTextColor { color: #497058; }

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

This text font color is #497058.


Background Color

.myBgColor { background-color: #497058; }

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

This div background color is #497058.


Border color

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

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

This div border color is #497058.


Opacity

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

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

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

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

This text has shadow with #497058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497058 on black background.


Color preview on white background

This text has color #497058 on white background.



Black color preview on #497058 background

This text has black color on #497058 background.


White color preview on #497058 background

This text has white color on #497058 background.