COLOR #2F5C6A

HEX: #2F5C6A
RGB: (47,92,106)

Color info

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

RGB color model

#2F5C6A color RGB value is (47,92,106).

  • red value is 47;
  • green value is 92;
  • blue value is 106.
RGB: (47,92,106) (18%,36%,42%)

RGB channels and saturation

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

47
92
106

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

Portions of RGB colors in percentages

R + G + B =
47 + 92 + 106 = 245 (100%)
R 47 of 245 ~ 19.18%
G 92 of 245 ~ 37.55%
B 106 of 245 ~ 43.27%

%19.18
%37.55
%43.27

CMYK color model

#2F5C6A color CMYK value is (56,13,0,58).

  • cyan value is 55.66%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (56,13,0,58) C56M13Y0K58 (56%,13%,0%,58%) (0.56/0.13/0.00/0.58)

CMYK percentages

%55.66
%13.21
%0
%58.43

Codes

Color #2F5C6A in popluar color models

2F5C6A
RGB4792106
HSL194°38.56%30.00%
HSB/HSV194°55.66%41.57%
CMYK55.66%13.21%0.00%
58.43%

Color #2F5C6A in popluar number systems.

HEX2F5C6A
Decimal4792106
Binary10111110111001101010
Octal57134152

Shades and tints

Shades of #2F5C6A

#2F5C6A
(47,92,106)
#2B5461
(43,84,97)
#274C58
(39,76,88)
#23444F
(35,68,79)
#1F3C46
(31,60,70)
#1B343D
(27,52,61)
#172C34
(23,44,52)
#13242B
(19,36,43)
#0F1C22
(15,28,34)
#0B1419
(11,20,25)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #2F5C6A

#2F5C6A
(47,92,106)
#416A77
(65,106,119)
#537884
(83,120,132)
#658691
(101,134,145)
#77949E
(119,148,158)
#89A2AB
(137,162,171)
#9BB0B8
(155,176,184)
#ADBEC5
(173,190,197)
#BFCCD2
(191,204,210)
#D1DADF
(209,218,223)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5C6A; }

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

This text font color is #2F5C6A.


Background Color

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

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

This div background color is #2F5C6A.


Border color

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

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

This div border color is #2F5C6A.


Opacity

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

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

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

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

This text has shadow with #2F5C6A color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #2F5C6A; -webkit-box-shadow:	1px 1px 3px 2px #2F5C6A; box-shadow:	1px 1px 3px 2px #2F5C6A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #2F5C6A; -webkit-box-shadow: 1px 1px 3px 2px #2F5C6A; box-shadow:1px 1px 3px 2px #2F5C6A;">
Div content here</div>
This div box has shadow with color #2F5C6A.

Preview

Color preview on black background

This text has color #2F5C6A on black background.


Color preview on white background

This text has color #2F5C6A on white background.



Black color preview on #2F5C6A background

This text has black color on #2F5C6A background.


White color preview on #2F5C6A background

This text has white color on #2F5C6A background.