COLOR #2F3649

HEX: #2F3649
RGB: (47,54,73)

Color info

#2F3649 contains red, green and blue colors in about the same proportion. Web safe color of #2F3649 is #333333 (or #333).

RGB color model

#2F3649 color RGB value is (47,54,73).

  • red value is 47;
  • green value is 54;
  • blue value is 73.
RGB:
(47,54,73)
(18%,21%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 54 of 255 = 21%
B 73 of 255 = 29%

47
54
73

R + G + B ~ 23%. #2F3649 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 54 + 73 = 174 (100%)
R 47 of 174 ~ 27.01%
G 54 of 174 ~ 31.03%
B 73 of 174 ~ 41.95%

%27.01
%31.03
%41.95

CMYK color model

#2F3649 color CMYK value is (36,26,0,71).

  • cyan value is 35.62%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(36,26,0,71)
C36M26Y0K71 
(36%,26%,0%,71%)
(0.36/0.26/0.00/0.71)	

CMYK percentages

%35.62
%26.03
%0
%71.37

Codes

Color #2F3649 in popluar color models

2F3649
RGB475473
HSL224°21.67%23.53%
HSB/HSV224°35.62%28.63%
CMYK35.62%26.03%0.00%
71.37%

Color #2F3649 in popluar number systems.

HEX2F3649
Decimal475473
Binary1011111101101001001
Octal5766111

Shades and tints

Shades of #2F3649

#2F3649
(47,54,73)
#2B3243
(43,50,67)
#272E3D
(39,46,61)
#232A37
(35,42,55)
#1F2631
(31,38,49)
#1B222B
(27,34,43)
#171E25
(23,30,37)
#131A1F
(19,26,31)
#0F1619
(15,22,25)
#0B1213
(11,18,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #2F3649

#2F3649
(47,54,73)
#414859
(65,72,89)
#535A69
(83,90,105)
#656C79
(101,108,121)
#777E89
(119,126,137)
#899099
(137,144,153)
#9BA2A9
(155,162,169)
#ADB4B9
(173,180,185)
#BFC6C9
(191,198,201)
#D1D8D9
(209,216,217)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3649 color. Also use rgb(47,54,73) instead hex code.

Text Font Color

.myTextColor { color: #2F3649; }

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

This text font color is #2F3649.


Background Color

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

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

This div background color is #2F3649.


Border color

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

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

This div border color is #2F3649.


Opacity

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

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

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

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

This text has shadow with #2F3649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3649 on black background.


Color preview on white background

This text has color #2F3649 on white background.



Black color preview on #2F3649 background

This text has black color on #2F3649 background.


White color preview on #2F3649 background

This text has white color on #2F3649 background.