COLOR #2F5747

HEX: #2F5747
RGB: (47,87,71)

Color info

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

RGB color model

#2F5747 color RGB value is (47,87,71).

  • red value is 47;
  • green value is 87;
  • blue value is 71.
RGB:
(47,87,71)
(18%,34%,28%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 71 of 255 = 28%

47
87
71

R + G + B ~ 27%. #2F5747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 71 = 205 (100%)
R 47 of 205 ~ 22.93%
G 87 of 205 ~ 42.44%
B 71 of 205 ~ 34.63%

%22.93
%42.44
%34.63

CMYK color model

#2F5747 color CMYK value is (46,0,18,66).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(46,0,18,66)
C46M0Y18K66 
(46%,0%,18%,66%)
(0.46/0.00/0.18/0.66)	

CMYK percentages

%45.98
%0
%18.39
%65.88

Codes

Color #2F5747 in popluar color models

2F5747
RGB478771
HSL156°29.85%26.27%
HSB/HSV156°45.98%34.12%
CMYK45.98%0.00%18.39%
65.88%

Color #2F5747 in popluar number systems.

HEX2F5747
Decimal478771
Binary10111110101111000111
Octal57127107

Shades and tints

Shades of #2F5747

#2F5747
(47,87,71)
#2B5041
(43,80,65)
#27493B
(39,73,59)
#234235
(35,66,53)
#1F3B2F
(31,59,47)
#1B3429
(27,52,41)
#172D23
(23,45,35)
#13261D
(19,38,29)
#0F1F17
(15,31,23)
#0B1811
(11,24,17)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #2F5747

#2F5747
(47,87,71)
#416657
(65,102,87)
#537567
(83,117,103)
#658477
(101,132,119)
#779387
(119,147,135)
#89A297
(137,162,151)
#9BB1A7
(155,177,167)
#ADC0B7
(173,192,183)
#BFCFC7
(191,207,199)
#D1DED7
(209,222,215)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5747 color. Also use rgb(47,87,71) instead hex code.

Text Font Color

.myTextColor { color: #2F5747; }

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

This text font color is #2F5747.


Background Color

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

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

This div background color is #2F5747.


Border color

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

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

This div border color is #2F5747.


Opacity

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

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

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

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

This text has shadow with #2F5747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5747 on black background.


Color preview on white background

This text has color #2F5747 on white background.



Black color preview on #2F5747 background

This text has black color on #2F5747 background.


White color preview on #2F5747 background

This text has white color on #2F5747 background.