COLOR #2F5E4D

HEX: #2F5E4D
RGB: (47,94,77)

Color info

#2F5E4D contains red, green and blue colors in about the same proportion. Web safe color of #2F5E4D is #336633 (or #363).

RGB color model

#2F5E4D color RGB value is (47,94,77).

  • red value is 47;
  • green value is 94;
  • blue value is 77.
RGB:
(47,94,77)
(18%,37%,30%)

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 77 of 255 = 30%

47
94
77

R + G + B ~ 28%. #2F5E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 77 = 218 (100%)
R 47 of 218 ~ 21.56%
G 94 of 218 ~ 43.12%
B 77 of 218 ~ 35.32%

%21.56
%43.12
%35.32

CMYK color model

#2F5E4D color CMYK value is (50,0,18,63).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(50,0,18,63)
C50M0Y18K63 
(50%,0%,18%,63%)
(0.50/0.00/0.18/0.63)	

CMYK percentages

%50
%0
%18.09
%63.14

Codes

Color #2F5E4D in popluar color models

2F5E4D
RGB479477
HSL158°33.33%27.65%
HSB/HSV158°50.00%36.86%
CMYK50.00%0.00%18.09%
63.14%

Color #2F5E4D in popluar number systems.

HEX2F5E4D
Decimal479477
Binary10111110111101001101
Octal57136115

Shades and tints

Shades of #2F5E4D

#2F5E4D
(47,94,77)
#2B5646
(43,86,70)
#274E3F
(39,78,63)
#234638
(35,70,56)
#1F3E31
(31,62,49)
#1B362A
(27,54,42)
#172E23
(23,46,35)
#13261C
(19,38,28)
#0F1E15
(15,30,21)
#0B160E
(11,22,14)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #2F5E4D

#2F5E4D
(47,94,77)
#416C5D
(65,108,93)
#537A6D
(83,122,109)
#65887D
(101,136,125)
#77968D
(119,150,141)
#89A49D
(137,164,157)
#9BB2AD
(155,178,173)
#ADC0BD
(173,192,189)
#BFCECD
(191,206,205)
#D1DCDD
(209,220,221)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5E4D color. Also use rgb(47,94,77) instead hex code.

Text Font Color

.myTextColor { color: #2F5E4D; }

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

This text font color is #2F5E4D.


Background Color

.myBgColor { background-color: #2F5E4D; }

<div style="background-color:#2F5E4D">Inner text</div>

This div background color is #2F5E4D.


Border color

.myBorderColor { border: 1px solid #2F5E4D; }

<div style="border:3px solid #2F5E4D">Div</div>

This div border color is #2F5E4D.


Opacity

.myOpacity80 { color: #2F5E4D; opacity: 0.8; }

<p style="color:#2F5E4D;opacity:0.8;">80%</p>

Text with #2F5E4D 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 #2F5E4D;}

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

This text has shadow with #2F5E4D color.

.textShadow {text-shadow: 3px 3px 1px #2F5E4D, 3px 3px 1px red;}

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

This text has shadow with #2F5E4D primary color and red secondary color.


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

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

This text has shadow with #2F5E4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E4D on black background.


Color preview on white background

This text has color #2F5E4D on white background.



Black color preview on #2F5E4D background

This text has black color on #2F5E4D background.


White color preview on #2F5E4D background

This text has white color on #2F5E4D background.