COLOR #2F505B

HEX: #2F505B RGB: (47,80,91)

Color info

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

RGB color model

#2F505B color RGB value is (47,80,91).

RGB: (47,80,91) (18%, 31%, 36%)

RGB channels and saturation

R 47 of 255 = 18%
G 80 of 255 = 31%
B 91 of 255 = 36%

47
80
91

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

Portions of RGB colors in percentages

R + G + B = 47 + 80 + 91 = 218 (100%)
R 47 of 218 ~ 21.56%
G 80 of 218 ~ 36.7%
B 91 of 218 ~ 41.74'%

%21.56
%36.7
%41.74

CMYK color model

#2F505B color CMYK value is (48,12,0,64).

  • cyan value is 48.35%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (48,12,0,64)
C48M12Y0K64 (48%, 12%, 0%, 64%)
(0.48 / 0.12 / 0.00 / 0.64)

CMYK percentages

%48.35
%12.09
%0
%64.31

Codes

Color #2F505B in popluar color models

2F 50 5B
RGB 47 80 91
HSL 195° 31.88% 27.06%
HSB/HSV 195° 48.35% 35.69%
CMYK 48.35% 12.09% 0.00%
64.31%

Color #2F505B in popluar number systems.

HEX 2F 50 5B
Decimal 47 80 91
Binary 101111 1010000 1011011
Octal 57 120 133

Shades and tints

Shades of #2F505B

#2F505B
(47,80,91)
#2B4953
(43,73,83)
#27424B
(39,66,75)
#233B43
(35,59,67)
#1F343B
(31,52,59)
#1B2D33
(27,45,51)
#17262B
(23,38,43)
#131F23
(19,31,35)
#0F181B
(15,24,27)
#0B1113
(11,17,19)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #2F505B

#2F505B
(47,80,91)
#415F69
(65,95,105)
#536E77
(83,110,119)
#657D85
(101,125,133)
#778C93
(119,140,147)
#899BA1
(137,155,161)
#9BAAAF
(155,170,175)
#ADB9BD
(173,185,189)
#BFC8CB
(191,200,203)
#D1D7D9
(209,215,217)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F505B; }

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

This text font color is #2F505B.

Background Color

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

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

This div background color is #2F505B.

Border color

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

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

This div border color is #2F505B.

Opacity

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

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

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

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

This text has shadow with #2F505B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F505B.

Preview

Color preview on black background

This text has color #2F505B on black background.


Color preview on white background

This text has color #2F505B on white background.


Black color preview on #2F505B background

This text has black color on #2F505B background.


White color preview on #2F505B background

This text has white color on #2F505B background.


Related colors

Complementary color

Complementary color for #hex is #D0AFA4.


I love getcolorcode.com

Triadic colors

1 #5B2F50 and #505B2F with #2F505B are triadic colors.

2 #5B502F and #502F5B with #2F505B are triadic colors.