COLOR #2F405F

HEX: #2F405F
RGB: (47,64,95)

Color info

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

RGB color model

#2F405F color RGB value is (47,64,95).

  • red value is 47;
  • green value is 64;
  • blue value is 95.
RGB:
(47,64,95)
(18%,25%,37%)

RGB channels and saturation

R 47 of 255 = 18%
G 64 of 255 = 25%
B 95 of 255 = 37%

47
64
95

R + G + B ~ 27%. #2F405F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 64 + 95 = 206 (100%)
R 47 of 206 ~ 22.82%
G 64 of 206 ~ 31.07%
B 95 of 206 ~ 46.12%

%22.82
%31.07
%46.12

CMYK color model

#2F405F color CMYK value is (51,33,0,63).

  • cyan value is 50.53%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(51,33,0,63)
C51M33Y0K63 
(51%,33%,0%,63%)
(0.51/0.33/0.00/0.63)	

CMYK percentages

%50.53
%32.63
%0
%62.75

Codes

Color #2F405F in popluar color models

2F405F
RGB476495
HSL219°33.80%27.84%
HSB/HSV219°50.53%37.25%
CMYK50.53%32.63%0.00%
62.75%

Color #2F405F in popluar number systems.

HEX2F405F
Decimal476495
Binary10111110000001011111
Octal57100137

Shades and tints

Shades of #2F405F

#2F405F
(47,64,95)
#2B3B57
(43,59,87)
#27364F
(39,54,79)
#233147
(35,49,71)
#1F2C3F
(31,44,63)
#1B2737
(27,39,55)
#17222F
(23,34,47)
#131D27
(19,29,39)
#0F181F
(15,24,31)
#0B1317
(11,19,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #2F405F

#2F405F
(47,64,95)
#41516D
(65,81,109)
#53627B
(83,98,123)
#657389
(101,115,137)
#778497
(119,132,151)
#8995A5
(137,149,165)
#9BA6B3
(155,166,179)
#ADB7C1
(173,183,193)
#BFC8CF
(191,200,207)
#D1D9DD
(209,217,221)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F405F color. Also use rgb(47,64,95) instead hex code.

Text Font Color

.myTextColor { color: #2F405F; }

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

This text font color is #2F405F.


Background Color

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

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

This div background color is #2F405F.


Border color

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

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

This div border color is #2F405F.


Opacity

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

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

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

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

This text has shadow with #2F405F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F405F on black background.


Color preview on white background

This text has color #2F405F on white background.



Black color preview on #2F405F background

This text has black color on #2F405F background.


White color preview on #2F405F background

This text has white color on #2F405F background.