COLOR #2F4E5C

HEX: #2F4E5C
RGB: (47,78,92)

Color info

#2F4E5C contains red, green and blue colors in about the same proportion. Web safe color of #2F4E5C is #336666 (or #366).

RGB color model

#2F4E5C color RGB value is (47,78,92).

  • red value is 47;
  • green value is 78;
  • blue value is 92.
RGB:
(47,78,92)
(18%,31%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 78 of 255 = 31%
B 92 of 255 = 36%

47
78
92

R + G + B ~ 28%. #2F4E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 78 + 92 = 217 (100%)
R 47 of 217 ~ 21.66%
G 78 of 217 ~ 35.94%
B 92 of 217 ~ 42.4%

%21.66
%35.94
%42.4

CMYK color model

#2F4E5C color CMYK value is (49,15,0,64).

  • cyan value is 48.91%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(49,15,0,64)
C49M15Y0K64 
(49%,15%,0%,64%)
(0.49/0.15/0.00/0.64)	

CMYK percentages

%48.91
%15.22
%0
%63.92

Codes

Color #2F4E5C in popluar color models

2F4E5C
RGB477892
HSL199°32.37%27.25%
HSB/HSV199°48.91%36.08%
CMYK48.91%15.22%0.00%
63.92%

Color #2F4E5C in popluar number systems.

HEX2F4E5C
Decimal477892
Binary10111110011101011100
Octal57116134

Shades and tints

Shades of #2F4E5C

#2F4E5C
(47,78,92)
#2B4754
(43,71,84)
#27404C
(39,64,76)
#233944
(35,57,68)
#1F323C
(31,50,60)
#1B2B34
(27,43,52)
#17242C
(23,36,44)
#131D24
(19,29,36)
#0F161C
(15,22,28)
#0B0F14
(11,15,20)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #2F4E5C

#2F4E5C
(47,78,92)
#415E6A
(65,94,106)
#536E78
(83,110,120)
#657E86
(101,126,134)
#778E94
(119,142,148)
#899EA2
(137,158,162)
#9BAEB0
(155,174,176)
#ADBEBE
(173,190,190)
#BFCECC
(191,206,204)
#D1DEDA
(209,222,218)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4E5C; }

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

This text font color is #2F4E5C.


Background Color

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

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

This div background color is #2F4E5C.


Border color

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

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

This div border color is #2F4E5C.


Opacity

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

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

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

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

This text has shadow with #2F4E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4E5C on black background.


Color preview on white background

This text has color #2F4E5C on white background.



Black color preview on #2F4E5C background

This text has black color on #2F4E5C background.


White color preview on #2F4E5C background

This text has white color on #2F4E5C background.