COLOR #2F415B

HEX: #2F415B RGB: (47,65,91)

Color info

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

RGB color model

#2F415B color RGB value is (47,65,91).

RGB: (47,65,91) (18%, 25%, 36%)

RGB channels and saturation

R 47 of 255 = 18%
G 65 of 255 = 25%
B 91 of 255 = 36%

47
65
91

R + G + B ~ 26%. #2F415B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 65 + 91 = 203 (100%)
R 47 of 203 ~ 23.15%
G 65 of 203 ~ 32.02%
B 91 of 203 ~ 44.83'%

%23.15
%32.02
%44.83

CMYK color model

#2F415B color CMYK value is (48,29,0,64).

  • cyan value is 48.35%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (48,29,0,64) C48M29Y0K64 (48%,29%,0%,64%) (0.48/0.29/0.00/0.64) 

CMYK percentages

%48.35
%28.57
%0
%64.31

Codes

Color #2F415B in popluar color models

2F 41 5B
RGB 47 65 91
HSL 215° 31.88% 27.06%
HSB/HSV 215° 48.35% 35.69%
CMYK 48.35% 28.57% 0.00%
64.31%

Color #2F415B in popluar number systems.

HEX 2F 41 5B
Decimal 47 65 91
Binary 101111 1000001 1011011
Octal 57 101 133

Shades and tints

Shades of #2F415B

#2F415B
(47,65,91)
#2B3C53
(43,60,83)
#27374B
(39,55,75)
#233243
(35,50,67)
#1F2D3B
(31,45,59)
#1B2833
(27,40,51)
#17232B
(23,35,43)
#131E23
(19,30,35)
#0F191B
(15,25,27)
#0B1413
(11,20,19)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #2F415B

#2F415B
(47,65,91)
#415269
(65,82,105)
#536377
(83,99,119)
#657485
(101,116,133)
#778593
(119,133,147)
#8996A1
(137,150,161)
#9BA7AF
(155,167,175)
#ADB8BD
(173,184,189)
#BFC9CB
(191,201,203)
#D1DAD9
(209,218,217)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F415B; }

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

This text font color is #2F415B.

Background Color

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

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

This div background color is #2F415B.

Border color

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

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

This div border color is #2F415B.

Opacity

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

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

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

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

This text has shadow with #2F415B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F415B.

Preview

Color preview on black background

This text has color #2F415B on black background.


Color preview on white background

This text has color #2F415B on white background.


Black color preview on #2F415B background

This text has black color on #2F415B background.


White color preview on #2F415B background

This text has white color on #2F415B background.


Related colors

Complementary color

Complementary color for #hex is #D0BEA4.


I love getcolorcode.com

Triadic colors

1 #5B2F41 and #415B2F with #2F415B are triadic colors.

2 #5B412F and #412F5B with #2F415B are triadic colors.