COLOR #49784B

HEX: #49784B
RGB: (73,120,75)

Renk bilgisi

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

RGB renk modeli

#49784B color RGB value is (73,120,75).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 120 of 255 = 47%
B 75 of 255 = 29%

73
120
75

R + G + B ~ 35%. #49784B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 120 + 75 = 268 (100%)
R 73 of 268 ~ 27.24%
G 120 of 268 ~ 44.78%
B 75 of 268 ~ 27.99%

%27.24
%44.78
%27.99

CMYK RENK MODELİ

#49784B rengi CMYK tonu (39,0,38,53).

  • camgöbeği tonu 39.17%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 52.94%
CMYK:
(39,0,38,53)
C39M0Y38K53 
(39%,0%,38%,53%)
(0.39/0.00/0.38/0.53)	

CMYK yüzdeleri

%39.17
%0
%37.5
%52.94

Codes

Color #49784B in popluar color models

49784B
RGB7312075
HSL123°24.35%37.84%
HSB/HSV123°39.17%47.06%
CMYK39.17%0.00%37.50%
52.94%

Color #49784B in popluar number systems.

HEX49784B
Decimal7312075
Binary100100111110001001011
Octal111170113

Shades and tints

Shades of #49784B

#49784B
(73,120,75)
#436E45
(67,110,69)
#3D643F
(61,100,63)
#375A39
(55,90,57)
#315033
(49,80,51)
#2B462D
(43,70,45)
#253C27
(37,60,39)
#1F3221
(31,50,33)
#19281B
(25,40,27)
#131E15
(19,30,21)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #49784B

#49784B
(73,120,75)
#59845B
(89,132,91)
#69906B
(105,144,107)
#799C7B
(121,156,123)
#89A88B
(137,168,139)
#99B49B
(153,180,155)
#A9C0AB
(169,192,171)
#B9CCBB
(185,204,187)
#C9D8CB
(201,216,203)
#D9E4DB
(217,228,219)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49784B; }

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

This text font color is #49784B.


Background Color

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

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

This div background color is #49784B.


Border color

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

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

This div border color is #49784B.


Opacity

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

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

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

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

This text has shadow with #49784B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49784B on black background.


Color preview on white background

This text has color #49784B on white background.



Black color preview on #49784B background

This text has black color on #49784B background.


White color preview on #49784B background

This text has white color on #49784B background.