COLOR #2F4A5B

HEX: #2F4A5B
RGB: (47,74,91)

Color info

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

RGB color model

#2F4A5B color RGB value is (47,74,91).

  • red value is 47;
  • green value is 74;
  • blue value is 91.
RGB:
(47,74,91)
(18%,29%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 74 of 255 = 29%
B 91 of 255 = 36%

47
74
91

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

Portions of RGB colors in percentages

R + G + B =
47 + 74 + 91 = 212 (100%)
R 47 of 212 ~ 22.17%
G 74 of 212 ~ 34.91%
B 91 of 212 ~ 42.92%

%22.17
%34.91
%42.92

CMYK color model

#2F4A5B color CMYK value is (48,19,0,64).

  • cyan value is 48.35%
  • magenta value is 18.68%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(48,19,0,64)
C48M19Y0K64 
(48%,19%,0%,64%)
(0.48/0.19/0.00/0.64)	

CMYK percentages

%48.35
%18.68
%0
%64.31

Codes

Color #2F4A5B in popluar color models

2F4A5B
RGB477491
HSL203°31.88%27.06%
HSB/HSV203°48.35%35.69%
CMYK48.35%18.68%0.00%
64.31%

Color #2F4A5B in popluar number systems.

HEX2F4A5B
Decimal477491
Binary10111110010101011011
Octal57112133

Shades and tints

Shades of #2F4A5B

#2F4A5B
(47,74,91)
#2B4453
(43,68,83)
#273E4B
(39,62,75)
#233843
(35,56,67)
#1F323B
(31,50,59)
#1B2C33
(27,44,51)
#17262B
(23,38,43)
#132023
(19,32,35)
#0F1A1B
(15,26,27)
#0B1413
(11,20,19)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #2F4A5B

#2F4A5B
(47,74,91)
#415A69
(65,90,105)
#536A77
(83,106,119)
#657A85
(101,122,133)
#778A93
(119,138,147)
#899AA1
(137,154,161)
#9BAAAF
(155,170,175)
#ADBABD
(173,186,189)
#BFCACB
(191,202,203)
#D1DAD9
(209,218,217)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4A5B color. Also use rgb(47,74,91) instead hex code.

Text Font Color

.myTextColor { color: #2F4A5B; }

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

This text font color is #2F4A5B.


Background Color

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

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

This div background color is #2F4A5B.


Border color

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

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

This div border color is #2F4A5B.


Opacity

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

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

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

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

This text has shadow with #2F4A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4A5B on black background.


Color preview on white background

This text has color #2F4A5B on white background.



Black color preview on #2F4A5B background

This text has black color on #2F4A5B background.


White color preview on #2F4A5B background

This text has white color on #2F4A5B background.