COLOR #2F5B6A

HEX: #2F5B6A
RGB: (47,91,106)

Color info

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

RGB color model

#2F5B6A color RGB value is (47,91,106).

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

RGB channels and saturation

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

47
91
106

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

Portions of RGB colors in percentages

R + G + B =
47 + 91 + 106 = 244 (100%)
R 47 of 244 ~ 19.26%
G 91 of 244 ~ 37.3%
B 106 of 244 ~ 43.44%

%19.26
%37.3
%43.44

CMYK color model

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

  • cyan value is 55.66%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(56,14,0,58)
C56M14Y0K58 
(56%,14%,0%,58%)
(0.56/0.14/0.00/0.58)	

CMYK percentages

%55.66
%14.15
%0
%58.43

Codes

Color #2F5B6A in popluar color models

2F5B6A
RGB4791106
HSL195°38.56%30.00%
HSB/HSV195°55.66%41.57%
CMYK55.66%14.15%0.00%
58.43%

Color #2F5B6A in popluar number systems.

HEX2F5B6A
Decimal4791106
Binary10111110110111101010
Octal57133152

Shades and tints

Shades of #2F5B6A

#2F5B6A
(47,91,106)
#2B5361
(43,83,97)
#274B58
(39,75,88)
#23434F
(35,67,79)
#1F3B46
(31,59,70)
#1B333D
(27,51,61)
#172B34
(23,43,52)
#13232B
(19,35,43)
#0F1B22
(15,27,34)
#0B1319
(11,19,25)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #2F5B6A

#2F5B6A
(47,91,106)
#416977
(65,105,119)
#537784
(83,119,132)
#658591
(101,133,145)
#77939E
(119,147,158)
#89A1AB
(137,161,171)
#9BAFB8
(155,175,184)
#ADBDC5
(173,189,197)
#BFCBD2
(191,203,210)
#D1D9DF
(209,217,223)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5B6A; }

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

This text font color is #2F5B6A.


Background Color

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

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

This div background color is #2F5B6A.


Border color

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

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

This div border color is #2F5B6A.


Opacity

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

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

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

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

This text has shadow with #2F5B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5B6A on black background.


Color preview on white background

This text has color #2F5B6A on white background.



Black color preview on #2F5B6A background

This text has black color on #2F5B6A background.


White color preview on #2F5B6A background

This text has white color on #2F5B6A background.