COLOR #496A1C

HEX: #496A1C
RGB: (73,106,28)

Renk bilgisi

#496A1C contains mainly red and green colors. #496A1C ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#496A1C color RGB value is (73,106,28).

  • kırmız ton 73;
  • yeşil ton 106;
  • mavi ton 28.
RGB:
(73,106,28)
(29%,42%,11%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 106 of 255 = 42%
B 28 of 255 = 11%

73
106
28

R + G + B ~ 27%. #496A1C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 106 + 28 = 207 (100%)
R 73 of 207 ~ 35.27%
G 106 of 207 ~ 51.21%
B 28 of 207 ~ 13.53%

%35.27
%51.21
%13.53

CMYK RENK MODELİ

#496A1C rengi CMYK tonu (31,0,74,58).

  • camgöbeği tonu 31.13%
  • eflatun tonu 0.00%
  • sarı tonu 73.58%
  • ana renk tonu 58.43%
CMYK:
(31,0,74,58)
C31M0Y74K58 
(31%,0%,74%,58%)
(0.31/0.00/0.74/0.58)	

CMYK yüzdeleri

%31.13
%0
%73.58
%58.43

Codes

Color #496A1C in popluar color models

496A1C
RGB7310628
HSL85°58.21%26.27%
HSB/HSV85°73.58%41.57%
CMYK31.13%0.00%73.58%
58.43%

Color #496A1C in popluar number systems.

HEX496A1C
Decimal7310628
Binary1001001110101011100
Octal11115234

Shades and tints

Shades of #496A1C

#496A1C
(73,106,28)
#43611A
(67,97,26)
#3D5818
(61,88,24)
#374F16
(55,79,22)
#314614
(49,70,20)
#2B3D12
(43,61,18)
#253410
(37,52,16)
#1F2B0E
(31,43,14)
#19220C
(25,34,12)
#13190A
(19,25,10)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #496A1C

#496A1C
(73,106,28)
#597730
(89,119,48)
#698444
(105,132,68)
#799158
(121,145,88)
#899E6C
(137,158,108)
#99AB80
(153,171,128)
#A9B894
(169,184,148)
#B9C5A8
(185,197,168)
#C9D2BC
(201,210,188)
#D9DFD0
(217,223,208)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496A1C color. Also use rgb(73,106,28) instead hex code.

Text Font Color

.myTextColor { color: #496A1C; }

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

This text font color is #496A1C.


Background Color

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

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

This div background color is #496A1C.


Border color

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

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

This div border color is #496A1C.


Opacity

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

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

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

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

This text has shadow with #496A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A1C on black background.


Color preview on white background

This text has color #496A1C on white background.



Black color preview on #496A1C background

This text has black color on #496A1C background.


White color preview on #496A1C background

This text has white color on #496A1C background.