COLOR #2F3C4E

HEX: #2F3C4E RGB: (47,60,78)

Color info

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

RGB color model

#2F3C4E color RGB value is (47,60,78).

RGB: (47,60,78) (18%, 24%, 31%)

RGB channels and saturation

R 47 of 255 = 18%
G 60 of 255 = 24%
B 78 of 255 = 31%

47
60
78

R + G + B ~ 24%. #2F3C4E is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 60 + 78 = 185 (100%)
R 47 of 185 ~ 25.41%
G 60 of 185 ~ 32.43%
B 78 of 185 ~ 42.16'%

%25.41
%32.43
%42.16

CMYK color model

#2F3C4E color CMYK value is (40,23,0,69).

  • cyan value is 39.74%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (40,23,0,69)
C40M23Y0K69 (40%, 23%, 0%, 69%)
(0.40 / 0.23 / 0.00 / 0.69)

CMYK percentages

%39.74
%23.08
%0
%69.41

Codes

Color #2F3C4E in popluar color models

2F 3C 4E
RGB 47 60 78
HSL 215° 24.80% 24.51%
HSB/HSV 215° 39.74% 30.59%
CMYK 39.74% 23.08% 0.00%
69.41%

Color #2F3C4E in popluar number systems.

HEX 2F 3C 4E
Decimal 47 60 78
Binary 101111 111100 1001110
Octal 57 74 116

Shades and tints

Shades of #2F3C4E

#2F3C4E
(47,60,78)
#2B3747
(43,55,71)
#273240
(39,50,64)
#232D39
(35,45,57)
#1F2832
(31,40,50)
#1B232B
(27,35,43)
#171E24
(23,30,36)
#13191D
(19,25,29)
#0F1416
(15,20,22)
#0B0F0F
(11,15,15)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #2F3C4E

#2F3C4E
(47,60,78)
#414D5E
(65,77,94)
#535E6E
(83,94,110)
#656F7E
(101,111,126)
#77808E
(119,128,142)
#89919E
(137,145,158)
#9BA2AE
(155,162,174)
#ADB3BE
(173,179,190)
#BFC4CE
(191,196,206)
#D1D5DE
(209,213,222)
#E3E6EE
(227,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3C4E; }

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

This text font color is #2F3C4E.

Background Color

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

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

This div background color is #2F3C4E.

Border color

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

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

This div border color is #2F3C4E.

Opacity

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

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

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

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

This text has shadow with #2F3C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3C4E.

Preview

Color preview on black background

This text has color #2F3C4E on black background.


Color preview on white background

This text has color #2F3C4E on white background.


Black color preview on #2F3C4E background

This text has black color on #2F3C4E background.


White color preview on #2F3C4E background

This text has white color on #2F3C4E background.


Related colors

Complementary color

Complementary color for #hex is #D0C3B1.


I love getcolorcode.com

Triadic colors

1 #4E2F3C and #3C4E2F with #2F3C4E are triadic colors.

2 #4E3C2F and #3C2F4E with #2F3C4E are triadic colors.