COLOR #2F3C54

HEX: #2F3C54
RGB: (47,60,84)

Color info

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

RGB color model

#2F3C54 color RGB value is (47,60,84).

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

RGB channels and saturation

R 47 of 255 = 18%
G 60 of 255 = 24%
B 84 of 255 = 33%

47
60
84

R + G + B ~ 25%. #2F3C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 60 + 84 = 191 (100%)
R 47 of 191 ~ 24.61%
G 60 of 191 ~ 31.41%
B 84 of 191 ~ 43.98%

%24.61
%31.41
%43.98

CMYK color model

#2F3C54 color CMYK value is (44,29,0,67).

  • cyan value is 44.05%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(44,29,0,67)
C44M29Y0K67 
(44%,29%,0%,67%)
(0.44/0.29/0.00/0.67)	

CMYK percentages

%44.05
%28.57
%0
%67.06

Codes

Color #2F3C54 in popluar color models

2F3C54
RGB476084
HSL219°28.24%25.69%
HSB/HSV219°44.05%32.94%
CMYK44.05%28.57%0.00%
67.06%

Color #2F3C54 in popluar number systems.

HEX2F3C54
Decimal476084
Binary1011111111001010100
Octal5774124

Shades and tints

Shades of #2F3C54

#2F3C54
(47,60,84)
#2B374D
(43,55,77)
#273246
(39,50,70)
#232D3F
(35,45,63)
#1F2838
(31,40,56)
#1B2331
(27,35,49)
#171E2A
(23,30,42)
#131923
(19,25,35)
#0F141C
(15,20,28)
#0B0F15
(11,15,21)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #2F3C54

#2F3C54
(47,60,84)
#414D63
(65,77,99)
#535E72
(83,94,114)
#656F81
(101,111,129)
#778090
(119,128,144)
#89919F
(137,145,159)
#9BA2AE
(155,162,174)
#ADB3BD
(173,179,189)
#BFC4CC
(191,196,204)
#D1D5DB
(209,213,219)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3C54; }

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

This text font color is #2F3C54.


Background Color

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

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

This div background color is #2F3C54.


Border color

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

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

This div border color is #2F3C54.


Opacity

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

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

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

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

This text has shadow with #2F3C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3C54 on black background.


Color preview on white background

This text has color #2F3C54 on white background.



Black color preview on #2F3C54 background

This text has black color on #2F3C54 background.


White color preview on #2F3C54 background

This text has white color on #2F3C54 background.