COLOR #208B49

HEX: #208B49
RGB: (32,139,73)

Color info

#208B49 contains mainly green color. Web safe color of #208B49 is #339933 (or #393).

RGB color model

#208B49 color RGB value is (32,139,73).

  • red value is 32;
  • green value is 139;
  • blue value is 73.
RGB:
(32,139,73)
(13%,55%,29%)

RGB channels and saturation

R 32 of 255 = 13%
G 139 of 255 = 55%
B 73 of 255 = 29%

32
139
73

R + G + B ~ 32%. #208B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 139 + 73 = 244 (100%)
R 32 of 244 ~ 13.11%
G 139 of 244 ~ 56.97%
B 73 of 244 ~ 29.92%

%13.11
%56.97
%29.92

CMYK color model

#208B49 color CMYK value is (77,0,47,45).

  • cyan value is 76.98%
  • magenta value is 0.00%
  • yellow value is 47.48%
  • key color value is 45.49%
CMYK:
(77,0,47,45)
C77M0Y47K45 
(77%,0%,47%,45%)
(0.77/0.00/0.47/0.45)	

CMYK percentages

%76.98
%0
%47.48
%45.49

Codes

Color #208B49 in popluar color models

208B49
RGB3213973
HSL143°62.57%33.53%
HSB/HSV143°76.98%54.51%
CMYK76.98%0.00%47.48%
45.49%

Color #208B49 in popluar number systems.

HEX208B49
Decimal3213973
Binary100000100010111001001
Octal40213111

Shades and tints

Shades of #208B49

#208B49
(32,139,73)
#1E7F43
(30,127,67)
#1C733D
(28,115,61)
#1A6737
(26,103,55)
#185B31
(24,91,49)
#164F2B
(22,79,43)
#144325
(20,67,37)
#12371F
(18,55,31)
#102B19
(16,43,25)
#0E1F13
(14,31,19)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #208B49

#208B49
(32,139,73)
#349559
(52,149,89)
#489F69
(72,159,105)
#5CA979
(92,169,121)
#70B389
(112,179,137)
#84BD99
(132,189,153)
#98C7A9
(152,199,169)
#ACD1B9
(172,209,185)
#C0DBC9
(192,219,201)
#D4E5D9
(212,229,217)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #208B49 color. Also use rgb(32,139,73) instead hex code.

Text Font Color

.myTextColor { color: #208B49; }

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

This text font color is #208B49.


Background Color

.myBgColor { background-color: #208B49; }

<div style="background-color:#208B49">Inner text</div>

This div background color is #208B49.


Border color

.myBorderColor { border: 1px solid #208B49; }

<div style="border:3px solid #208B49">Div</div>

This div border color is #208B49.


Opacity

.myOpacity80 { color: #208B49; opacity: 0.8; }

<p style="color:#208B49;opacity:0.8;">80%</p>

Text with #208B49 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 #208B49;}

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

This text has shadow with #208B49 color.

.textShadow {text-shadow: 3px 3px 1px #208B49, 3px 3px 1px red;}

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

This text has shadow with #208B49 primary color and red secondary color.


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

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

This text has shadow with #208B49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #208B49 on black background.


Color preview on white background

This text has color #208B49 on white background.



Black color preview on #208B49 background

This text has black color on #208B49 background.


White color preview on #208B49 background

This text has white color on #208B49 background.