COLOR #496F4B

HEX: #496F4B
RGB: (73,111,75)

Renk bilgisi

#496F4B contains red, green and blue colors in about the same proportion. #496F4B ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#496F4B color RGB value is (73,111,75).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 111 of 255 = 44%
B 75 of 255 = 29%

73
111
75

R + G + B ~ 34%. #496F4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 111 + 75 = 259 (100%)
R 73 of 259 ~ 28.19%
G 111 of 259 ~ 42.86%
B 75 of 259 ~ 28.96%

%28.19
%42.86
%28.96

CMYK RENK MODELİ

#496F4B rengi CMYK tonu (34,0,32,56).

  • camgöbeği tonu 34.23%
  • eflatun tonu 0.00%
  • sarı tonu 32.43%
  • ana renk tonu 56.47%
CMYK:
(34,0,32,56)
C34M0Y32K56 
(34%,0%,32%,56%)
(0.34/0.00/0.32/0.56)	

CMYK yüzdeleri

%34.23
%0
%32.43
%56.47

Codes

Color #496F4B in popluar color models

496F4B
RGB7311175
HSL123°20.65%36.08%
HSB/HSV123°34.23%43.53%
CMYK34.23%0.00%32.43%
56.47%

Color #496F4B in popluar number systems.

HEX496F4B
Decimal7311175
Binary100100111011111001011
Octal111157113

Shades and tints

Shades of #496F4B

#496F4B
(73,111,75)
#436545
(67,101,69)
#3D5B3F
(61,91,63)
#375139
(55,81,57)
#314733
(49,71,51)
#2B3D2D
(43,61,45)
#253327
(37,51,39)
#1F2921
(31,41,33)
#191F1B
(25,31,27)
#131515
(19,21,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #496F4B

#496F4B
(73,111,75)
#597C5B
(89,124,91)
#69896B
(105,137,107)
#79967B
(121,150,123)
#89A38B
(137,163,139)
#99B09B
(153,176,155)
#A9BDAB
(169,189,171)
#B9CABB
(185,202,187)
#C9D7CB
(201,215,203)
#D9E4DB
(217,228,219)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496F4B color. Also use rgb(73,111,75) instead hex code.

Text Font Color

.myTextColor { color: #496F4B; }

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

This text font color is #496F4B.


Background Color

.myBgColor { background-color: #496F4B; }

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

This div background color is #496F4B.


Border color

.myBorderColor { border: 1px solid #496F4B; }

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

This div border color is #496F4B.


Opacity

.myOpacity80 { color: #496F4B; opacity: 0.8; }

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

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

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

This text has shadow with #496F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F4B on black background.


Color preview on white background

This text has color #496F4B on white background.



Black color preview on #496F4B background

This text has black color on #496F4B background.


White color preview on #496F4B background

This text has white color on #496F4B background.