COLOR #2F4757

HEX: #2F4757 RGB: (47,71,87)

Color info

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

RGB color model

#2F4757 color RGB value is (47,71,87).

RGB: (47,71,87) (18%, 28%, 34%)

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 87 of 255 = 34%

47
71
87

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

Portions of RGB colors in percentages

R + G + B = 47 + 71 + 87 = 205 (100%)
R 47 of 205 ~ 22.93%
G 71 of 205 ~ 34.63%
B 87 of 205 ~ 42.44'%

%22.93
%34.63
%42.44

CMYK color model

#2F4757 color CMYK value is (46,18,0,66).

  • cyan value is 45.98%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (46,18,0,66)
C46M18Y0K66 (46%, 18%, 0%, 66%)
(0.46 / 0.18 / 0.00 / 0.66)

CMYK percentages

%45.98
%18.39
%0
%65.88

Codes

Color #2F4757 in popluar color models

2F 47 57
RGB 47 71 87
HSL 204° 29.85% 26.27%
HSB/HSV 204° 45.98% 34.12%
CMYK 45.98% 18.39% 0.00%
65.88%

Color #2F4757 in popluar number systems.

HEX 2F 47 57
Decimal 47 71 87
Binary 101111 1000111 1010111
Octal 57 107 127

Shades and tints

Shades of #2F4757

#2F4757
(47,71,87)
#2B4150
(43,65,80)
#273B49
(39,59,73)
#233542
(35,53,66)
#1F2F3B
(31,47,59)
#1B2934
(27,41,52)
#17232D
(23,35,45)
#131D26
(19,29,38)
#0F171F
(15,23,31)
#0B1118
(11,17,24)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #2F4757

#2F4757
(47,71,87)
#415766
(65,87,102)
#536775
(83,103,117)
#657784
(101,119,132)
#778793
(119,135,147)
#8997A2
(137,151,162)
#9BA7B1
(155,167,177)
#ADB7C0
(173,183,192)
#BFC7CF
(191,199,207)
#D1D7DE
(209,215,222)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4757 color. Also use rgb(47,71,87) instead hex code.

Text Font Color

.myTextColor { color: #2F4757; }

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

This text font color is #2F4757.

Background Color

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

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

This div background color is #2F4757.

Border color

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

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

This div border color is #2F4757.

Opacity

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

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

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

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

This text has shadow with #2F4757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4757.

Preview

Color preview on black background

This text has color #2F4757 on black background.


Color preview on white background

This text has color #2F4757 on white background.


Black color preview on #2F4757 background

This text has black color on #2F4757 background.


White color preview on #2F4757 background

This text has white color on #2F4757 background.


Related colors

Complementary color

Complementary color for #hex is #D0B8A8.


I love getcolorcode.com

Triadic colors

1 #572F47 and #47572F with #2F4757 are triadic colors.

2 #57472F and #472F57 with #2F4757 are triadic colors.