COLOR #49891B

HEX: #49891B
RGB: (73,137,27)

Color info

#49891B contains mainly green color. Web safe color of #49891B is #339933 (or #393).

RGB color model

#49891B color RGB value is (73,137,27).

  • red value is 73;
  • green value is 137;
  • blue value is 27.
RGB:
(73,137,27)
(29%,54%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 137 of 255 = 54%
B 27 of 255 = 11%

73
137
27

R + G + B ~ 31%. #49891B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 137 + 27 = 237 (100%)
R 73 of 237 ~ 30.8%
G 137 of 237 ~ 57.81%
B 27 of 237 ~ 11.39%

%30.8
%57.81
%11.39

CMYK color model

#49891B color CMYK value is (47,0,80,46).

  • cyan value is 46.72%
  • magenta value is 0.00%
  • yellow value is 80.29%
  • key color value is 46.27%
CMYK:
(47,0,80,46)
C47M0Y80K46 
(47%,0%,80%,46%)
(0.47/0.00/0.80/0.46)	

CMYK percentages

%46.72
%0
%80.29
%46.27

Codes

Color #49891B in popluar color models

49891B
RGB7313727
HSL95°67.07%32.16%
HSB/HSV95°80.29%53.73%
CMYK46.72%0.00%80.29%
46.27%

Color #49891B in popluar number systems.

HEX49891B
Decimal7313727
Binary10010011000100111011
Octal11121133

Shades and tints

Shades of #49891B

#49891B
(73,137,27)
#437D19
(67,125,25)
#3D7117
(61,113,23)
#376515
(55,101,21)
#315913
(49,89,19)
#2B4D11
(43,77,17)
#25410F
(37,65,15)
#1F350D
(31,53,13)
#19290B
(25,41,11)
#131D09
(19,29,9)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #49891B

#49891B
(73,137,27)
#59932F
(89,147,47)
#699D43
(105,157,67)
#79A757
(121,167,87)
#89B16B
(137,177,107)
#99BB7F
(153,187,127)
#A9C593
(169,197,147)
#B9CFA7
(185,207,167)
#C9D9BB
(201,217,187)
#D9E3CF
(217,227,207)
#E9EDE3
(233,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49891B color. Also use rgb(73,137,27) instead hex code.

Text Font Color

.myTextColor { color: #49891B; }

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

This text font color is #49891B.


Background Color

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

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

This div background color is #49891B.


Border color

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

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

This div border color is #49891B.


Opacity

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

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

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

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

This text has shadow with #49891B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49891B on black background.


Color preview on white background

This text has color #49891B on white background.



Black color preview on #49891B background

This text has black color on #49891B background.


White color preview on #49891B background

This text has white color on #49891B background.