COLOR #497153

HEX: #497153
RGB: (73,113,83)

Renk bilgisi

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

RGB renk modeli

#497153 color RGB value is (73,113,83).

  • kırmız ton 73;
  • yeşil ton 113;
  • mavi ton 83.
RGB:
(73,113,83)
(29%,44%,33%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 113 of 255 = 44%
B 83 of 255 = 33%

73
113
83

R + G + B ~ 35%. #497153 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 113 + 83 = 269 (100%)
R 73 of 269 ~ 27.14%
G 113 of 269 ~ 42.01%
B 83 of 269 ~ 30.86%

%27.14
%42.01
%30.86

CMYK RENK MODELİ

#497153 rengi CMYK tonu (35,0,27,56).

  • camgöbeği tonu 35.40%
  • eflatun tonu 0.00%
  • sarı tonu 26.55%
  • ana renk tonu 55.69%
CMYK:
(35,0,27,56)
C35M0Y27K56 
(35%,0%,27%,56%)
(0.35/0.00/0.27/0.56)	

CMYK yüzdeleri

%35.4
%0
%26.55
%55.69

Codes

Color #497153 in popluar color models

497153
RGB7311383
HSL135°21.51%36.47%
HSB/HSV135°35.40%44.31%
CMYK35.40%0.00%26.55%
55.69%

Color #497153 in popluar number systems.

HEX497153
Decimal7311383
Binary100100111100011010011
Octal111161123

Shades and tints

Shades of #497153

#497153
(73,113,83)
#43674C
(67,103,76)
#3D5D45
(61,93,69)
#37533E
(55,83,62)
#314937
(49,73,55)
#2B3F30
(43,63,48)
#253529
(37,53,41)
#1F2B22
(31,43,34)
#19211B
(25,33,27)
#131714
(19,23,20)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #497153

#497153
(73,113,83)
#597D62
(89,125,98)
#698971
(105,137,113)
#799580
(121,149,128)
#89A18F
(137,161,143)
#99AD9E
(153,173,158)
#A9B9AD
(169,185,173)
#B9C5BC
(185,197,188)
#C9D1CB
(201,209,203)
#D9DDDA
(217,221,218)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497153 color. Also use rgb(73,113,83) instead hex code.

Text Font Color

.myTextColor { color: #497153; }

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

This text font color is #497153.


Background Color

.myBgColor { background-color: #497153; }

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

This div background color is #497153.


Border color

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

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

This div border color is #497153.


Opacity

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

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

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

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

This text has shadow with #497153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497153 on black background.


Color preview on white background

This text has color #497153 on white background.



Black color preview on #497153 background

This text has black color on #497153 background.


White color preview on #497153 background

This text has white color on #497153 background.