COLOR #49864A

HEX: #49864A
RGB: (73,134,74)

Renk bilgisi

#49864A contains mainly green color. #49864A ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#49864A color RGB value is (73,134,74).

  • kırmız ton 73;
  • yeşil ton 134;
  • mavi ton 74.
RGB:
(73,134,74)
(29%,53%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 134 of 255 = 53%
B 74 of 255 = 29%

73
134
74

R + G + B ~ 37%. #49864A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 134 + 74 = 281 (100%)
R 73 of 281 ~ 25.98%
G 134 of 281 ~ 47.69%
B 74 of 281 ~ 26.33%

%25.98
%47.69
%26.33

CMYK RENK MODELİ

#49864A rengi CMYK tonu (46,0,45,47).

  • camgöbeği tonu 45.52%
  • eflatun tonu 0.00%
  • sarı tonu 44.78%
  • ana renk tonu 47.45%
CMYK:
(46,0,45,47)
C46M0Y45K47 
(46%,0%,45%,47%)
(0.46/0.00/0.45/0.47)	

CMYK yüzdeleri

%45.52
%0
%44.78
%47.45

Codes

Color #49864A in popluar color models

49864A
RGB7313474
HSL121°29.47%40.59%
HSB/HSV121°45.52%52.55%
CMYK45.52%0.00%44.78%
47.45%

Color #49864A in popluar number systems.

HEX49864A
Decimal7313474
Binary1001001100001101001010
Octal111206112

Shades and tints

Shades of #49864A

#49864A
(73,134,74)
#437A44
(67,122,68)
#3D6E3E
(61,110,62)
#376238
(55,98,56)
#315632
(49,86,50)
#2B4A2C
(43,74,44)
#253E26
(37,62,38)
#1F3220
(31,50,32)
#19261A
(25,38,26)
#131A14
(19,26,20)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #49864A

#49864A
(73,134,74)
#59915A
(89,145,90)
#699C6A
(105,156,106)
#79A77A
(121,167,122)
#89B28A
(137,178,138)
#99BD9A
(153,189,154)
#A9C8AA
(169,200,170)
#B9D3BA
(185,211,186)
#C9DECA
(201,222,202)
#D9E9DA
(217,233,218)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49864A color. Also use rgb(73,134,74) instead hex code.

Text Font Color

.myTextColor { color: #49864A; }

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

This text font color is #49864A.


Background Color

.myBgColor { background-color: #49864A; }

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

This div background color is #49864A.


Border color

.myBorderColor { border: 1px solid #49864A; }

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

This div border color is #49864A.


Opacity

.myOpacity80 { color: #49864A; opacity: 0.8; }

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

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

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

This text has shadow with #49864A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49864A on black background.


Color preview on white background

This text has color #49864A on white background.



Black color preview on #49864A background

This text has black color on #49864A background.


White color preview on #49864A background

This text has white color on #49864A background.