COLOR #2F364E

HEX: #2F364E RGB: (47,54,78)

Color info

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

RGB color model

#2F364E color RGB value is (47,54,78).

RGB: (47,54,78) (18%, 21%, 31%)

RGB channels and saturation

R 47 of 255 = 18%
G 54 of 255 = 21%
B 78 of 255 = 31%

47
54
78

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

Portions of RGB colors in percentages

R + G + B = 47 + 54 + 78 = 179 (100%)
R 47 of 179 ~ 26.26%
G 54 of 179 ~ 30.17%
B 78 of 179 ~ 43.58'%

%26.26
%30.17
%43.58

CMYK color model

#2F364E color CMYK value is (40,31,0,69).

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

CMYK: (40,31,0,69)
C40M31Y0K69 (40%, 31%, 0%, 69%)
(0.40 / 0.31 / 0.00 / 0.69)

CMYK percentages

%39.74
%30.77
%0
%69.41

Codes

Color #2F364E in popluar color models

2F 36 4E
RGB 47 54 78
HSL 226° 24.80% 24.51%
HSB/HSV 226° 39.74% 30.59%
CMYK 39.74% 30.77% 0.00%
69.41%

Color #2F364E in popluar number systems.

HEX 2F 36 4E
Decimal 47 54 78
Binary 101111 110110 1001110
Octal 57 66 116

Shades and tints

Shades of #2F364E

#2F364E
(47,54,78)
#2B3247
(43,50,71)
#272E40
(39,46,64)
#232A39
(35,42,57)
#1F2632
(31,38,50)
#1B222B
(27,34,43)
#171E24
(23,30,36)
#131A1D
(19,26,29)
#0F1616
(15,22,22)
#0B120F
(11,18,15)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #2F364E

#2F364E
(47,54,78)
#41485E
(65,72,94)
#535A6E
(83,90,110)
#656C7E
(101,108,126)
#777E8E
(119,126,142)
#89909E
(137,144,158)
#9BA2AE
(155,162,174)
#ADB4BE
(173,180,190)
#BFC6CE
(191,198,206)
#D1D8DE
(209,216,222)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F364E; }

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

This text font color is #2F364E.

Background Color

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

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

This div background color is #2F364E.

Border color

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

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

This div border color is #2F364E.

Opacity

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

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

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

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

This text has shadow with #2F364E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F364E.

Preview

Color preview on black background

This text has color #2F364E on black background.


Color preview on white background

This text has color #2F364E on white background.


Black color preview on #2F364E background

This text has black color on #2F364E background.


White color preview on #2F364E background

This text has white color on #2F364E background.


Related colors

Complementary color

Complementary color for #hex is #D0C9B1.


I love getcolorcode.com

Triadic colors

1 #4E2F36 and #364E2F with #2F364E are triadic colors.

2 #4E362F and #362F4E with #2F364E are triadic colors.