COLOR #2F4954

HEX: #2F4954
RGB: (47,73,84)

Color info

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

RGB color model

#2F4954 color RGB value is (47,73,84).

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

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 84 of 255 = 33%

47
73
84

R + G + B ~ 27%. #2F4954 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 73 + 84 = 204 (100%)
R 47 of 204 ~ 23.04%
G 73 of 204 ~ 35.78%
B 84 of 204 ~ 41.18%

%23.04
%35.78
%41.18

CMYK color model

#2F4954 color CMYK value is (44,13,0,67).

  • cyan value is 44.05%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(44,13,0,67)
C44M13Y0K67 
(44%,13%,0%,67%)
(0.44/0.13/0.00/0.67)	

CMYK percentages

%44.05
%13.1
%0
%67.06

Codes

Color #2F4954 in popluar color models

2F4954
RGB477384
HSL198°28.24%25.69%
HSB/HSV198°44.05%32.94%
CMYK44.05%13.10%0.00%
67.06%

Color #2F4954 in popluar number systems.

HEX2F4954
Decimal477384
Binary10111110010011010100
Octal57111124

Shades and tints

Shades of #2F4954

#2F4954
(47,73,84)
#2B434D
(43,67,77)
#273D46
(39,61,70)
#23373F
(35,55,63)
#1F3138
(31,49,56)
#1B2B31
(27,43,49)
#17252A
(23,37,42)
#131F23
(19,31,35)
#0F191C
(15,25,28)
#0B1315
(11,19,21)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #2F4954

#2F4954
(47,73,84)
#415963
(65,89,99)
#536972
(83,105,114)
#657981
(101,121,129)
#778990
(119,137,144)
#89999F
(137,153,159)
#9BA9AE
(155,169,174)
#ADB9BD
(173,185,189)
#BFC9CC
(191,201,204)
#D1D9DB
(209,217,219)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4954; }

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

This text font color is #2F4954.


Background Color

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

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

This div background color is #2F4954.


Border color

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

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

This div border color is #2F4954.


Opacity

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

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

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

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

This text has shadow with #2F4954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4954 on black background.


Color preview on white background

This text has color #2F4954 on white background.



Black color preview on #2F4954 background

This text has black color on #2F4954 background.


White color preview on #2F4954 background

This text has white color on #2F4954 background.