COLOR #496154

HEX: #496154
RGB: (73,97,84)

Renk bilgisi

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

RGB renk modeli

#496154 color RGB value is (73,97,84).

  • kırmız ton 73;
  • yeşil ton 97;
  • mavi ton 84.
RGB:
(73,97,84)
(29%,38%,33%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 97 of 255 = 38%
B 84 of 255 = 33%

73
97
84

R + G + B ~ 33%. #496154 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 97 + 84 = 254 (100%)
R 73 of 254 ~ 28.74%
G 97 of 254 ~ 38.19%
B 84 of 254 ~ 33.07%

%28.74
%38.19
%33.07

CMYK RENK MODELİ

#496154 rengi CMYK tonu (25,0,13,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 0.00%
  • sarı tonu 13.40%
  • ana renk tonu 61.96%
CMYK:
(25,0,13,62)
C25M0Y13K62 
(25%,0%,13%,62%)
(0.25/0.00/0.13/0.62)	

CMYK yüzdeleri

%24.74
%0
%13.4
%61.96

Codes

Color #496154 in popluar color models

496154
RGB739784
HSL148°14.12%33.33%
HSB/HSV148°24.74%38.04%
CMYK24.74%0.00%13.40%
61.96%

Color #496154 in popluar number systems.

HEX496154
Decimal739784
Binary100100111000011010100
Octal111141124

Shades and tints

Shades of #496154

#496154
(73,97,84)
#43594D
(67,89,77)
#3D5146
(61,81,70)
#37493F
(55,73,63)
#314138
(49,65,56)
#2B3931
(43,57,49)
#25312A
(37,49,42)
#1F2923
(31,41,35)
#19211C
(25,33,28)
#131915
(19,25,21)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #496154

#496154
(73,97,84)
#596F63
(89,111,99)
#697D72
(105,125,114)
#798B81
(121,139,129)
#899990
(137,153,144)
#99A79F
(153,167,159)
#A9B5AE
(169,181,174)
#B9C3BD
(185,195,189)
#C9D1CC
(201,209,204)
#D9DFDB
(217,223,219)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496154 color. Also use rgb(73,97,84) instead hex code.

Text Font Color

.myTextColor { color: #496154; }

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

This text font color is #496154.


Background Color

.myBgColor { background-color: #496154; }

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

This div background color is #496154.


Border color

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

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

This div border color is #496154.


Opacity

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

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

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

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

This text has shadow with #496154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496154 on black background.


Color preview on white background

This text has color #496154 on white background.



Black color preview on #496154 background

This text has black color on #496154 background.


White color preview on #496154 background

This text has white color on #496154 background.