COLOR #49A326

HEX: #49A326
RGB: (73,163,38)

Renk bilgisi

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

RGB renk modeli

#49A326 color RGB value is (73,163,38).

  • kırmız ton 73;
  • yeşil ton 163;
  • mavi ton 38.
RGB:
(73,163,38)
(29%,64%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 163 of 255 = 64%
B 38 of 255 = 15%

73
163
38

R + G + B ~ 36%. #49A326 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 163 + 38 = 274 (100%)
R 73 of 274 ~ 26.64%
G 163 of 274 ~ 59.49%
B 38 of 274 ~ 13.87%

%26.64
%59.49
%13.87

CMYK RENK MODELİ

#49A326 rengi CMYK tonu (55,0,77,36).

  • camgöbeği tonu 55.21%
  • eflatun tonu 0.00%
  • sarı tonu 76.69%
  • ana renk tonu 36.08%
CMYK:
(55,0,77,36)
C55M0Y77K36 
(55%,0%,77%,36%)
(0.55/0.00/0.77/0.36)	

CMYK yüzdeleri

%55.21
%0
%76.69
%36.08

Codes

Color #49A326 in popluar color models

49A326
RGB7316338
HSL103°62.19%39.41%
HSB/HSV103°76.69%63.92%
CMYK55.21%0.00%76.69%
36.08%

Color #49A326 in popluar number systems.

HEX49A326
Decimal7316338
Binary100100110100011100110
Octal11124346

Shades and tints

Shades of #49A326

#49A326
(73,163,38)
#439523
(67,149,35)
#3D8720
(61,135,32)
#37791D
(55,121,29)
#316B1A
(49,107,26)
#2B5D17
(43,93,23)
#254F14
(37,79,20)
#1F4111
(31,65,17)
#19330E
(25,51,14)
#13250B
(19,37,11)
#0D1708
(13,23,8)
#000000
(0,0,0)

Tints of #49A326

#49A326
(73,163,38)
#59AB39
(89,171,57)
#69B34C
(105,179,76)
#79BB5F
(121,187,95)
#89C372
(137,195,114)
#99CB85
(153,203,133)
#A9D398
(169,211,152)
#B9DBAB
(185,219,171)
#C9E3BE
(201,227,190)
#D9EBD1
(217,235,209)
#E9F3E4
(233,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A326 color. Also use rgb(73,163,38) instead hex code.

Text Font Color

.myTextColor { color: #49A326; }

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

This text font color is #49A326.


Background Color

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

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

This div background color is #49A326.


Border color

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

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

This div border color is #49A326.


Opacity

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

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

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

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

This text has shadow with #49A326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A326 on black background.


Color preview on white background

This text has color #49A326 on white background.



Black color preview on #49A326 background

This text has black color on #49A326 background.


White color preview on #49A326 background

This text has white color on #49A326 background.