COLOR #2F5C6B

HEX: #2F5C6B RGB: (47,92,107)

Color info

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

RGB color model

#2F5C6B color RGB value is (47,92,107).

RGB: (47,92,107) (18%, 36%, 42%)

RGB channels and saturation

R 47 of 255 = 18%
G 92 of 255 = 36%
B 107 of 255 = 42%

47
92
107

R + G + B ~ 32%. #2F5C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 92 + 107 = 246 (100%)
R 47 of 246 ~ 19.11%
G 92 of 246 ~ 37.4%
B 107 of 246 ~ 43.5'%

%19.11
%37.4
%43.5

CMYK color model

#2F5C6B color CMYK value is (56,14,0,58).

  • cyan value is 56.07%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (56,14,0,58)
C56M14Y0K58 (56%, 14%, 0%, 58%)
(0.56 / 0.14 / 0.00 / 0.58)

CMYK percentages

%56.07
%14.02
%0
%58.04

Codes

Color #2F5C6B in popluar color models

2F 5C 6B
RGB 47 92 107
HSL 195° 38.96% 30.20%
HSB/HSV 195° 56.07% 41.96%
CMYK 56.07% 14.02% 0.00%
58.04%

Color #2F5C6B in popluar number systems.

HEX 2F 5C 6B
Decimal 47 92 107
Binary 101111 1011100 1101011
Octal 57 134 153

Shades and tints

Shades of #2F5C6B

#2F5C6B
(47,92,107)
#2B5462
(43,84,98)
#274C59
(39,76,89)
#234450
(35,68,80)
#1F3C47
(31,60,71)
#1B343E
(27,52,62)
#172C35
(23,44,53)
#13242C
(19,36,44)
#0F1C23
(15,28,35)
#0B141A
(11,20,26)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #2F5C6B

#2F5C6B
(47,92,107)
#416A78
(65,106,120)
#537885
(83,120,133)
#658692
(101,134,146)
#77949F
(119,148,159)
#89A2AC
(137,162,172)
#9BB0B9
(155,176,185)
#ADBEC6
(173,190,198)
#BFCCD3
(191,204,211)
#D1DAE0
(209,218,224)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5C6B color. Also use rgb(47,92,107) instead hex code.

Text Font Color

.myTextColor { color: #2F5C6B; }

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

This text font color is #2F5C6B.

Background Color

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

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

This div background color is #2F5C6B.

Border color

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

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

This div border color is #2F5C6B.

Opacity

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

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

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

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

This text has shadow with #2F5C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5C6B.

Preview

Color preview on black background

This text has color #2F5C6B on black background.


Color preview on white background

This text has color #2F5C6B on white background.


Black color preview on #2F5C6B background

This text has black color on #2F5C6B background.


White color preview on #2F5C6B background

This text has white color on #2F5C6B background.


Related colors

Complementary color

Complementary color for #hex is #D0A394.


I love getcolorcode.com

Triadic colors

1 #6B2F5C and #5C6B2F with #2F5C6B are triadic colors.

2 #6B5C2F and #5C2F6B with #2F5C6B are triadic colors.