COLOR #2F3449

HEX: #2F3449
RGB: (47,52,73)

Color info

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

RGB color model

#2F3449 color RGB value is (47,52,73).

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

RGB channels and saturation

R 47 of 255 = 18%
G 52 of 255 = 20%
B 73 of 255 = 29%

47
52
73

R + G + B ~ 22%. #2F3449 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 52 + 73 = 172 (100%)
R 47 of 172 ~ 27.33%
G 52 of 172 ~ 30.23%
B 73 of 172 ~ 42.44%

%27.33
%30.23
%42.44

CMYK color model

#2F3449 color CMYK value is (36,29,0,71).

  • cyan value is 35.62%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(36,29,0,71)
C36M29Y0K71 
(36%,29%,0%,71%)
(0.36/0.29/0.00/0.71)	

CMYK percentages

%35.62
%28.77
%0
%71.37

Codes

Color #2F3449 in popluar color models

2F3449
RGB475273
HSL228°21.67%23.53%
HSB/HSV228°35.62%28.63%
CMYK35.62%28.77%0.00%
71.37%

Color #2F3449 in popluar number systems.

HEX2F3449
Decimal475273
Binary1011111101001001001
Octal5764111

Shades and tints

Shades of #2F3449

#2F3449
(47,52,73)
#2B3043
(43,48,67)
#272C3D
(39,44,61)
#232837
(35,40,55)
#1F2431
(31,36,49)
#1B202B
(27,32,43)
#171C25
(23,28,37)
#13181F
(19,24,31)
#0F1419
(15,20,25)
#0B1013
(11,16,19)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #2F3449

#2F3449
(47,52,73)
#414659
(65,70,89)
#535869
(83,88,105)
#656A79
(101,106,121)
#777C89
(119,124,137)
#898E99
(137,142,153)
#9BA0A9
(155,160,169)
#ADB2B9
(173,178,185)
#BFC4C9
(191,196,201)
#D1D6D9
(209,214,217)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3449; }

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

This text font color is #2F3449.


Background Color

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

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

This div background color is #2F3449.


Border color

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

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

This div border color is #2F3449.


Opacity

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

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

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

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

This text has shadow with #2F3449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3449 on black background.


Color preview on white background

This text has color #2F3449 on white background.



Black color preview on #2F3449 background

This text has black color on #2F3449 background.


White color preview on #2F3449 background

This text has white color on #2F3449 background.