COLOR #2F516F

HEX: #2F516F RGB: (47,81,111)

Color info

#2F516F contains mainly green and blue colors. Web safe color of #2F516F is #336666 (or #366).

RGB color model

#2F516F color RGB value is (47,81,111).

RGB: (47,81,111) (18%, 32%, 44%)

RGB channels and saturation

R 47 of 255 = 18%
G 81 of 255 = 32%
B 111 of 255 = 44%

47
81
111

R + G + B ~ 31%. #2F516F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 81 + 111 = 239 (100%)
R 47 of 239 ~ 19.67%
G 81 of 239 ~ 33.89%
B 111 of 239 ~ 46.44'%

%19.67
%33.89
%46.44

CMYK color model

#2F516F color CMYK value is (58,27,0,56).

  • cyan value is 57.66%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (58,27,0,56)
C58M27Y0K56 (58%, 27%, 0%, 56%)
(0.58 / 0.27 / 0.00 / 0.56)

CMYK percentages

%57.66
%27.03
%0
%56.47

Codes

Color #2F516F in popluar color models

2F 51 6F
RGB 47 81 111
HSL 208° 40.51% 30.98%
HSB/HSV 208° 57.66% 43.53%
CMYK 57.66% 27.03% 0.00%
56.47%

Color #2F516F in popluar number systems.

HEX 2F 51 6F
Decimal 47 81 111
Binary 101111 1010001 1101111
Octal 57 121 157

Shades and tints

Shades of #2F516F

#2F516F
(47,81,111)
#2B4A65
(43,74,101)
#27435B
(39,67,91)
#233C51
(35,60,81)
#1F3547
(31,53,71)
#1B2E3D
(27,46,61)
#172733
(23,39,51)
#132029
(19,32,41)
#0F191F
(15,25,31)
#0B1215
(11,18,21)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #2F516F

#2F516F
(47,81,111)
#41607C
(65,96,124)
#536F89
(83,111,137)
#657E96
(101,126,150)
#778DA3
(119,141,163)
#899CB0
(137,156,176)
#9BABBD
(155,171,189)
#ADBACA
(173,186,202)
#BFC9D7
(191,201,215)
#D1D8E4
(209,216,228)
#E3E7F1
(227,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F516F color. Also use rgb(47,81,111) instead hex code.

Text Font Color

.myTextColor { color: #2F516F; }

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

This text font color is #2F516F.

Background Color

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

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

This div background color is #2F516F.

Border color

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

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

This div border color is #2F516F.

Opacity

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

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

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

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

This text has shadow with #2F516F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F516F.

Preview

Color preview on black background

This text has color #2F516F on black background.


Color preview on white background

This text has color #2F516F on white background.


Black color preview on #2F516F background

This text has black color on #2F516F background.


White color preview on #2F516F background

This text has white color on #2F516F background.


Related colors

Complementary color

Complementary color for #hex is #D0AE90.


I love getcolorcode.com

Triadic colors

1 #6F2F51 and #516F2F with #2F516F are triadic colors.

2 #6F512F and #512F6F with #2F516F are triadic colors.