COLOR #2F5655

HEX: #2F5655
RGB: (47,86,85)

Color info

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

RGB color model

#2F5655 color RGB value is (47,86,85).

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

RGB channels and saturation

R 47 of 255 = 18%
G 86 of 255 = 34%
B 85 of 255 = 33%

47
86
85

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

Portions of RGB colors in percentages

R + G + B =
47 + 86 + 85 = 218 (100%)
R 47 of 218 ~ 21.56%
G 86 of 218 ~ 39.45%
B 85 of 218 ~ 38.99%

%21.56
%39.45
%38.99

CMYK color model

#2F5655 color CMYK value is (45,0,1,66).

  • cyan value is 45.35%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(45,0,1,66)
C45M0Y1K66 
(45%,0%,1%,66%)
(0.45/0.00/0.01/0.66)	

CMYK percentages

%45.35
%0
%1.16
%66.27

Codes

Color #2F5655 in popluar color models

2F5655
RGB478685
HSL178°29.32%26.08%
HSB/HSV178°45.35%33.73%
CMYK45.35%0.00%1.16%
66.27%

Color #2F5655 in popluar number systems.

HEX2F5655
Decimal478685
Binary10111110101101010101
Octal57126125

Shades and tints

Shades of #2F5655

#2F5655
(47,86,85)
#2B4F4E
(43,79,78)
#274847
(39,72,71)
#234140
(35,65,64)
#1F3A39
(31,58,57)
#1B3332
(27,51,50)
#172C2B
(23,44,43)
#132524
(19,37,36)
#0F1E1D
(15,30,29)
#0B1716
(11,23,22)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #2F5655

#2F5655
(47,86,85)
#416564
(65,101,100)
#537473
(83,116,115)
#658382
(101,131,130)
#779291
(119,146,145)
#89A1A0
(137,161,160)
#9BB0AF
(155,176,175)
#ADBFBE
(173,191,190)
#BFCECD
(191,206,205)
#D1DDDC
(209,221,220)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5655; }

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

This text font color is #2F5655.


Background Color

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

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

This div background color is #2F5655.


Border color

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

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

This div border color is #2F5655.


Opacity

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

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

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

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

This text has shadow with #2F5655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5655 on black background.


Color preview on white background

This text has color #2F5655 on white background.



Black color preview on #2F5655 background

This text has black color on #2F5655 background.


White color preview on #2F5655 background

This text has white color on #2F5655 background.