COLOR #49844B

HEX: #49844B
RGB: (73,132,75)

Renk bilgisi

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

RGB renk modeli

#49844B color RGB value is (73,132,75).

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

RGB bağlantıları ve doygunluk

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

73
132
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 132 + 75 = 280 (100%)
R 73 of 280 ~ 26.07%
G 132 of 280 ~ 47.14%
B 75 of 280 ~ 26.79%

%26.07
%47.14
%26.79

CMYK RENK MODELİ

#49844B rengi CMYK tonu (45,0,43,48).

  • camgöbeği tonu 44.70%
  • eflatun tonu 0.00%
  • sarı tonu 43.18%
  • ana renk tonu 48.24%
CMYK:
(45,0,43,48)
C45M0Y43K48 
(45%,0%,43%,48%)
(0.45/0.00/0.43/0.48)	

CMYK yüzdeleri

%44.7
%0
%43.18
%48.24

Codes

Color #49844B in popluar color models

49844B
RGB7313275
HSL122°28.78%40.20%
HSB/HSV122°44.70%51.76%
CMYK44.70%0.00%43.18%
48.24%

Color #49844B in popluar number systems.

HEX49844B
Decimal7313275
Binary1001001100001001001011
Octal111204113

Shades and tints

Shades of #49844B

#49844B
(73,132,75)
#437845
(67,120,69)
#3D6C3F
(61,108,63)
#376039
(55,96,57)
#315433
(49,84,51)
#2B482D
(43,72,45)
#253C27
(37,60,39)
#1F3021
(31,48,33)
#19241B
(25,36,27)
#131815
(19,24,21)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #49844B

#49844B
(73,132,75)
#598F5B
(89,143,91)
#699A6B
(105,154,107)
#79A57B
(121,165,123)
#89B08B
(137,176,139)
#99BB9B
(153,187,155)
#A9C6AB
(169,198,171)
#B9D1BB
(185,209,187)
#C9DCCB
(201,220,203)
#D9E7DB
(217,231,219)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49844B; }

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

This text font color is #49844B.


Background Color

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

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

This div background color is #49844B.


Border color

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

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

This div border color is #49844B.


Opacity

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

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

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

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

This text has shadow with #49844B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49844B on black background.


Color preview on white background

This text has color #49844B on white background.



Black color preview on #49844B background

This text has black color on #49844B background.


White color preview on #49844B background

This text has white color on #49844B background.