COLOR #2F5E54

HEX: #2F5E54
RGB: (47,94,84)

Color info

#2F5E54 contains red, green and blue colors in about the same proportion. Web safe color of #2F5E54 is #336666 (or #366).

RGB color model

#2F5E54 color RGB value is (47,94,84).

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

RGB channels and saturation

R 47 of 255 = 18%
G 94 of 255 = 37%
B 84 of 255 = 33%

47
94
84

R + G + B ~ 29%. #2F5E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 94 + 84 = 225 (100%)
R 47 of 225 ~ 20.89%
G 94 of 225 ~ 41.78%
B 84 of 225 ~ 37.33%

%20.89
%41.78
%37.33

CMYK color model

#2F5E54 color CMYK value is (50,0,11,63).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 63.14%
CMYK:
(50,0,11,63)
C50M0Y11K63 
(50%,0%,11%,63%)
(0.50/0.00/0.11/0.63)	

CMYK percentages

%50
%0
%10.64
%63.14

Codes

Color #2F5E54 in popluar color models

2F5E54
RGB479484
HSL167°33.33%27.65%
HSB/HSV167°50.00%36.86%
CMYK50.00%0.00%10.64%
63.14%

Color #2F5E54 in popluar number systems.

HEX2F5E54
Decimal479484
Binary10111110111101010100
Octal57136124

Shades and tints

Shades of #2F5E54

#2F5E54
(47,94,84)
#2B564D
(43,86,77)
#274E46
(39,78,70)
#23463F
(35,70,63)
#1F3E38
(31,62,56)
#1B3631
(27,54,49)
#172E2A
(23,46,42)
#132623
(19,38,35)
#0F1E1C
(15,30,28)
#0B1615
(11,22,21)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #2F5E54

#2F5E54
(47,94,84)
#416C63
(65,108,99)
#537A72
(83,122,114)
#658881
(101,136,129)
#779690
(119,150,144)
#89A49F
(137,164,159)
#9BB2AE
(155,178,174)
#ADC0BD
(173,192,189)
#BFCECC
(191,206,204)
#D1DCDB
(209,220,219)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5E54; }

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

This text font color is #2F5E54.


Background Color

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

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

This div background color is #2F5E54.


Border color

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

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

This div border color is #2F5E54.


Opacity

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

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

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

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

This text has shadow with #2F5E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5E54 on black background.


Color preview on white background

This text has color #2F5E54 on white background.



Black color preview on #2F5E54 background

This text has black color on #2F5E54 background.


White color preview on #2F5E54 background

This text has white color on #2F5E54 background.