COLOR #49676E

HEX: #49676E
RGB: (73,103,110)

Renk bilgisi

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

RGB renk modeli

#49676E color RGB value is (73,103,110).

  • kırmız ton 73;
  • yeşil ton 103;
  • mavi ton 110.
RGB:
(73,103,110)
(29%,40%,43%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 110 of 255 = 43%

73
103
110

R + G + B ~ 37%. #49676E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 110 = 286 (100%)
R 73 of 286 ~ 25.52%
G 103 of 286 ~ 36.01%
B 110 of 286 ~ 38.46%

%25.52
%36.01
%38.46

CMYK RENK MODELİ

#49676E rengi CMYK tonu (34,6,0,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 6.36%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(34,6,0,57)
C34M6Y0K57 
(34%,6%,0%,57%)
(0.34/0.06/0.00/0.57)	

CMYK yüzdeleri

%33.64
%6.36
%0
%56.86

Codes

Color #49676E in popluar color models

49676E
RGB73103110
HSL191°20.22%35.88%
HSB/HSV191°33.64%43.14%
CMYK33.64%6.36%0.00%
56.86%

Color #49676E in popluar number systems.

HEX49676E
Decimal73103110
Binary100100111001111101110
Octal111147156

Shades and tints

Shades of #49676E

#49676E
(73,103,110)
#435E64
(67,94,100)
#3D555A
(61,85,90)
#374C50
(55,76,80)
#314346
(49,67,70)
#2B3A3C
(43,58,60)
#253132
(37,49,50)
#1F2828
(31,40,40)
#191F1E
(25,31,30)
#131614
(19,22,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #49676E

#49676E
(73,103,110)
#59747B
(89,116,123)
#698188
(105,129,136)
#798E95
(121,142,149)
#899BA2
(137,155,162)
#99A8AF
(153,168,175)
#A9B5BC
(169,181,188)
#B9C2C9
(185,194,201)
#C9CFD6
(201,207,214)
#D9DCE3
(217,220,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49676E color. Also use rgb(73,103,110) instead hex code.

Text Font Color

.myTextColor { color: #49676E; }

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

This text font color is #49676E.


Background Color

.myBgColor { background-color: #49676E; }

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

This div background color is #49676E.


Border color

.myBorderColor { border: 1px solid #49676E; }

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

This div border color is #49676E.


Opacity

.myOpacity80 { color: #49676E; opacity: 0.8; }

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

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

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

This text has shadow with #49676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49676E on black background.


Color preview on white background

This text has color #49676E on white background.



Black color preview on #49676E background

This text has black color on #49676E background.


White color preview on #49676E background

This text has white color on #49676E background.