COLOR #2F5756

HEX: #2F5756
RGB: (47,87,86)

Color info

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

RGB color model

#2F5756 color RGB value is (47,87,86).

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

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 86 of 255 = 34%

47
87
86

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

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 86 = 220 (100%)
R 47 of 220 ~ 21.36%
G 87 of 220 ~ 39.55%
B 86 of 220 ~ 39.09%

%21.36
%39.55
%39.09

CMYK color model

#2F5756 color CMYK value is (46,0,1,66).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(46,0,1,66)
C46M0Y1K66 
(46%,0%,1%,66%)
(0.46/0.00/0.01/0.66)	

CMYK percentages

%45.98
%0
%1.15
%65.88

Codes

Color #2F5756 in popluar color models

2F5756
RGB478786
HSL179°29.85%26.27%
HSB/HSV179°45.98%34.12%
CMYK45.98%0.00%1.15%
65.88%

Color #2F5756 in popluar number systems.

HEX2F5756
Decimal478786
Binary10111110101111010110
Octal57127126

Shades and tints

Shades of #2F5756

#2F5756
(47,87,86)
#2B504F
(43,80,79)
#274948
(39,73,72)
#234241
(35,66,65)
#1F3B3A
(31,59,58)
#1B3433
(27,52,51)
#172D2C
(23,45,44)
#132625
(19,38,37)
#0F1F1E
(15,31,30)
#0B1817
(11,24,23)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #2F5756

#2F5756
(47,87,86)
#416665
(65,102,101)
#537574
(83,117,116)
#658483
(101,132,131)
#779392
(119,147,146)
#89A2A1
(137,162,161)
#9BB1B0
(155,177,176)
#ADC0BF
(173,192,191)
#BFCFCE
(191,207,206)
#D1DEDD
(209,222,221)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5756; }

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

This text font color is #2F5756.


Background Color

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

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

This div background color is #2F5756.


Border color

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

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

This div border color is #2F5756.


Opacity

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

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

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

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

This text has shadow with #2F5756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5756 on black background.


Color preview on white background

This text has color #2F5756 on white background.



Black color preview on #2F5756 background

This text has black color on #2F5756 background.


White color preview on #2F5756 background

This text has white color on #2F5756 background.