COLOR #49A745

HEX: #49A745
RGB: (73,167,69)

Renk bilgisi

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

RGB renk modeli

#49A745 color RGB value is (73,167,69).

  • kırmız ton 73;
  • yeşil ton 167;
  • mavi ton 69.
RGB:
(73,167,69)
(29%,65%,27%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 167 of 255 = 65%
B 69 of 255 = 27%

73
167
69

R + G + B ~ 40%. #49A745 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 167 + 69 = 309 (100%)
R 73 of 309 ~ 23.62%
G 167 of 309 ~ 54.05%
B 69 of 309 ~ 22.33%

%23.62
%54.05
%22.33

CMYK RENK MODELİ

#49A745 rengi CMYK tonu (56,0,59,35).

  • camgöbeği tonu 56.29%
  • eflatun tonu 0.00%
  • sarı tonu 58.68%
  • ana renk tonu 34.51%
CMYK:
(56,0,59,35)
C56M0Y59K35 
(56%,0%,59%,35%)
(0.56/0.00/0.59/0.35)	

CMYK yüzdeleri

%56.29
%0
%58.68
%34.51

Codes

Color #49A745 in popluar color models

49A745
RGB7316769
HSL118°41.53%46.27%
HSB/HSV118°58.68%65.49%
CMYK56.29%0.00%58.68%
34.51%

Color #49A745 in popluar number systems.

HEX49A745
Decimal7316769
Binary1001001101001111000101
Octal111247105

Shades and tints

Shades of #49A745

#49A745
(73,167,69)
#43983F
(67,152,63)
#3D8939
(61,137,57)
#377A33
(55,122,51)
#316B2D
(49,107,45)
#2B5C27
(43,92,39)
#254D21
(37,77,33)
#1F3E1B
(31,62,27)
#192F15
(25,47,21)
#13200F
(19,32,15)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #49A745

#49A745
(73,167,69)
#59AF55
(89,175,85)
#69B765
(105,183,101)
#79BF75
(121,191,117)
#89C785
(137,199,133)
#99CF95
(153,207,149)
#A9D7A5
(169,215,165)
#B9DFB5
(185,223,181)
#C9E7C5
(201,231,197)
#D9EFD5
(217,239,213)
#E9F7E5
(233,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A745 color. Also use rgb(73,167,69) instead hex code.

Text Font Color

.myTextColor { color: #49A745; }

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

This text font color is #49A745.


Background Color

.myBgColor { background-color: #49A745; }

<div style="background-color:#49A745">Inner text</div>

This div background color is #49A745.


Border color

.myBorderColor { border: 1px solid #49A745; }

<div style="border:3px solid #49A745">Div</div>

This div border color is #49A745.


Opacity

.myOpacity80 { color: #49A745; opacity: 0.8; }

<p style="color:#49A745;opacity:0.8;">80%</p>

Text with #49A745 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 #49A745;}

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

This text has shadow with #49A745 color.

.textShadow {text-shadow: 3px 3px 1px #49A745, 3px 3px 1px red;}

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

This text has shadow with #49A745 primary color and red secondary color.


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

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

This text has shadow with #49A745 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A745 on black background.


Color preview on white background

This text has color #49A745 on white background.



Black color preview on #49A745 background

This text has black color on #49A745 background.


White color preview on #49A745 background

This text has white color on #49A745 background.