COLOR #2F4551

HEX: #2F4551
RGB: (47,69,81)

Color info

#2F4551 contains red, green and blue colors in about the same proportion. Web safe color of #2F4551 is #333366 (or #336).

RGB color model

#2F4551 color RGB value is (47,69,81).

  • red value is 47;
  • green value is 69;
  • blue value is 81.
RGB:
(47,69,81)
(18%,27%,32%)

RGB channels and saturation

R 47 of 255 = 18%
G 69 of 255 = 27%
B 81 of 255 = 32%

47
69
81

R + G + B ~ 26%. #2F4551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 69 + 81 = 197 (100%)
R 47 of 197 ~ 23.86%
G 69 of 197 ~ 35.03%
B 81 of 197 ~ 41.12%

%23.86
%35.03
%41.12

CMYK color model

#2F4551 color CMYK value is (42,15,0,68).

  • cyan value is 41.98%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(42,15,0,68)
C42M15Y0K68 
(42%,15%,0%,68%)
(0.42/0.15/0.00/0.68)	

CMYK percentages

%41.98
%14.81
%0
%68.24

Codes

Color #2F4551 in popluar color models

2F4551
RGB476981
HSL201°26.56%25.10%
HSB/HSV201°41.98%31.76%
CMYK41.98%14.81%0.00%
68.24%

Color #2F4551 in popluar number systems.

HEX2F4551
Decimal476981
Binary10111110001011010001
Octal57105121

Shades and tints

Shades of #2F4551

#2F4551
(47,69,81)
#2B3F4A
(43,63,74)
#273943
(39,57,67)
#23333C
(35,51,60)
#1F2D35
(31,45,53)
#1B272E
(27,39,46)
#172127
(23,33,39)
#131B20
(19,27,32)
#0F1519
(15,21,25)
#0B0F12
(11,15,18)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #2F4551

#2F4551
(47,69,81)
#415560
(65,85,96)
#53656F
(83,101,111)
#65757E
(101,117,126)
#77858D
(119,133,141)
#89959C
(137,149,156)
#9BA5AB
(155,165,171)
#ADB5BA
(173,181,186)
#BFC5C9
(191,197,201)
#D1D5D8
(209,213,216)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4551 color. Also use rgb(47,69,81) instead hex code.

Text Font Color

.myTextColor { color: #2F4551; }

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

This text font color is #2F4551.


Background Color

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

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

This div background color is #2F4551.


Border color

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

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

This div border color is #2F4551.


Opacity

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

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

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

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

This text has shadow with #2F4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4551 on black background.


Color preview on white background

This text has color #2F4551 on white background.



Black color preview on #2F4551 background

This text has black color on #2F4551 background.


White color preview on #2F4551 background

This text has white color on #2F4551 background.