COLOR #49844A

HEX: #49844A
RGB: (73,132,74)

Renk bilgisi

#49844A contains red, green and blue colors in about the same proportion. #49844A ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#49844A color RGB value is (73,132,74).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 132 of 255 = 52%
B 74 of 255 = 29%

73
132
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 132 + 74 = 279 (100%)
R 73 of 279 ~ 26.16%
G 132 of 279 ~ 47.31%
B 74 of 279 ~ 26.52%

%26.16
%47.31
%26.52

CMYK RENK MODELİ

#49844A rengi CMYK tonu (45,0,44,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 0.00%
  • sarı tonu 43.94%
  • ana renk tonu 48.24%
CMYK:
(45,0,44,48)
C45M0Y44K48 
(45%,0%,44%,48%)
(0.45/0.00/0.44/0.48)	

CMYK yüzdeleri

%44.7
%0
%43.94
%48.24

Codes

Color #49844A in popluar color models

49844A
RGB7313274
HSL121°28.78%40.20%
HSB/HSV121°44.70%51.76%
CMYK44.70%0.00%43.94%
48.24%

Color #49844A in popluar number systems.

HEX49844A
Decimal7313274
Binary1001001100001001001010
Octal111204112

Shades and tints

Shades of #49844A

#49844A
(73,132,74)
#437844
(67,120,68)
#3D6C3E
(61,108,62)
#376038
(55,96,56)
#315432
(49,84,50)
#2B482C
(43,72,44)
#253C26
(37,60,38)
#1F3020
(31,48,32)
#19241A
(25,36,26)
#131814
(19,24,20)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #49844A

#49844A
(73,132,74)
#598F5A
(89,143,90)
#699A6A
(105,154,106)
#79A57A
(121,165,122)
#89B08A
(137,176,138)
#99BB9A
(153,187,154)
#A9C6AA
(169,198,170)
#B9D1BA
(185,209,186)
#C9DCCA
(201,220,202)
#D9E7DA
(217,231,218)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49844A; }

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

This text font color is #49844A.


Background Color

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

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

This div background color is #49844A.


Border color

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

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

This div border color is #49844A.


Opacity

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

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

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

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

This text has shadow with #49844A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49844A on black background.


Color preview on white background

This text has color #49844A on white background.



Black color preview on #49844A background

This text has black color on #49844A background.


White color preview on #49844A background

This text has white color on #49844A background.