COLOR #49B13D

HEX: #49B13D
RGB: (73,177,61)

Color info

#49B13D contains mainly green color. Web safe color of #49B13D is #339933 (or #393).

RGB color model

#49B13D color RGB value is (73,177,61).

  • red value is 73;
  • green value is 177;
  • blue value is 61.
RGB:
(73,177,61)
(29%,69%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 177 of 255 = 69%
B 61 of 255 = 24%

73
177
61

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

Portions of RGB colors in percentages

R + G + B =
73 + 177 + 61 = 311 (100%)
R 73 of 311 ~ 23.47%
G 177 of 311 ~ 56.91%
B 61 of 311 ~ 19.61%

%23.47
%56.91
%19.61

CMYK color model

#49B13D color CMYK value is (59,0,66,31).

  • cyan value is 58.76%
  • magenta value is 0.00%
  • yellow value is 65.54%
  • key color value is 30.59%
CMYK:
(59,0,66,31)
C59M0Y66K31 
(59%,0%,66%,31%)
(0.59/0.00/0.66/0.31)	

CMYK percentages

%58.76
%0
%65.54
%30.59

Codes

Color #49B13D in popluar color models

49B13D
RGB7317761
HSL114°48.74%46.67%
HSB/HSV114°65.54%69.41%
CMYK58.76%0.00%65.54%
30.59%

Color #49B13D in popluar number systems.

HEX49B13D
Decimal7317761
Binary100100110110001111101
Octal11126175

Shades and tints

Shades of #49B13D

#49B13D
(73,177,61)
#43A138
(67,161,56)
#3D9133
(61,145,51)
#37812E
(55,129,46)
#317129
(49,113,41)
#2B6124
(43,97,36)
#25511F
(37,81,31)
#1F411A
(31,65,26)
#193115
(25,49,21)
#132110
(19,33,16)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #49B13D

#49B13D
(73,177,61)
#59B84E
(89,184,78)
#69BF5F
(105,191,95)
#79C670
(121,198,112)
#89CD81
(137,205,129)
#99D492
(153,212,146)
#A9DBA3
(169,219,163)
#B9E2B4
(185,226,180)
#C9E9C5
(201,233,197)
#D9F0D6
(217,240,214)
#E9F7E7
(233,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B13D color. Also use rgb(73,177,61) instead hex code.

Text Font Color

.myTextColor { color: #49B13D; }

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

This text font color is #49B13D.


Background Color

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

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

This div background color is #49B13D.


Border color

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

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

This div border color is #49B13D.


Opacity

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

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

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

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

This text has shadow with #49B13D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B13D on black background.


Color preview on white background

This text has color #49B13D on white background.



Black color preview on #49B13D background

This text has black color on #49B13D background.


White color preview on #49B13D background

This text has white color on #49B13D background.