COLOR #496E43

HEX: #496E43
RGB: (73,110,67)

Renk bilgisi

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

RGB renk modeli

#496E43 color RGB value is (73,110,67).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 67 of 255 = 26%

73
110
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 67 = 250 (100%)
R 73 of 250 ~ 29.2%
G 110 of 250 ~ 44%
B 67 of 250 ~ 26.8%

%29.2
%44
%26.8

CMYK RENK MODELİ

#496E43 rengi CMYK tonu (34,0,39,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 39.09%
  • ana renk tonu 56.86%
CMYK:
(34,0,39,57)
C34M0Y39K57 
(34%,0%,39%,57%)
(0.34/0.00/0.39/0.57)	

CMYK yüzdeleri

%33.64
%0
%39.09
%56.86

Codes

Color #496E43 in popluar color models

496E43
RGB7311067
HSL112°24.29%34.71%
HSB/HSV112°39.09%43.14%
CMYK33.64%0.00%39.09%
56.86%

Color #496E43 in popluar number systems.

HEX496E43
Decimal7311067
Binary100100111011101000011
Octal111156103

Shades and tints

Shades of #496E43

#496E43
(73,110,67)
#43643D
(67,100,61)
#3D5A37
(61,90,55)
#375031
(55,80,49)
#31462B
(49,70,43)
#2B3C25
(43,60,37)
#25321F
(37,50,31)
#1F2819
(31,40,25)
#191E13
(25,30,19)
#13140D
(19,20,13)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #496E43

#496E43
(73,110,67)
#597B54
(89,123,84)
#698865
(105,136,101)
#799576
(121,149,118)
#89A287
(137,162,135)
#99AF98
(153,175,152)
#A9BCA9
(169,188,169)
#B9C9BA
(185,201,186)
#C9D6CB
(201,214,203)
#D9E3DC
(217,227,220)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E43 color. Also use rgb(73,110,67) instead hex code.

Text Font Color

.myTextColor { color: #496E43; }

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

This text font color is #496E43.


Background Color

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

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

This div background color is #496E43.


Border color

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

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

This div border color is #496E43.


Opacity

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

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

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

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

This text has shadow with #496E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E43 on black background.


Color preview on white background

This text has color #496E43 on white background.



Black color preview on #496E43 background

This text has black color on #496E43 background.


White color preview on #496E43 background

This text has white color on #496E43 background.