COLOR #2F7699

HEX: #2F7699
RGB: (47,118,153)

Color info

#2F7699 contains mainly green and blue colors. Web safe color of #2F7699 is #336699 (or #369).

RGB color model

#2F7699 color RGB value is (47,118,153).

  • red value is 47;
  • green value is 118;
  • blue value is 153.
RGB:
(47,118,153)
(18%,46%,60%)

RGB channels and saturation

R 47 of 255 = 18%
G 118 of 255 = 46%
B 153 of 255 = 60%

47
118
153

R + G + B ~ 41%. #2F7699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 118 + 153 = 318 (100%)
R 47 of 318 ~ 14.78%
G 118 of 318 ~ 37.11%
B 153 of 318 ~ 48.11%

%14.78
%37.11
%48.11

CMYK color model

#2F7699 color CMYK value is (69,23,0,40).

  • cyan value is 69.28%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(69,23,0,40)
C69M23Y0K40 
(69%,23%,0%,40%)
(0.69/0.23/0.00/0.40)	

CMYK percentages

%69.28
%22.88
%0
%40

Codes

Color #2F7699 in popluar color models

2F7699
RGB47118153
HSL200°53.00%39.22%
HSB/HSV200°69.28%60.00%
CMYK69.28%22.88%0.00%
40.00%

Color #2F7699 in popluar number systems.

HEX2F7699
Decimal47118153
Binary101111111011010011001
Octal57166231

Shades and tints

Shades of #2F7699

#2F7699
(47,118,153)
#2B6C8C
(43,108,140)
#27627F
(39,98,127)
#235872
(35,88,114)
#1F4E65
(31,78,101)
#1B4458
(27,68,88)
#173A4B
(23,58,75)
#13303E
(19,48,62)
#0F2631
(15,38,49)
#0B1C24
(11,28,36)
#071217
(7,18,23)
#000000
(0,0,0)

Tints of #2F7699

#2F7699
(47,118,153)
#4182A2
(65,130,162)
#538EAB
(83,142,171)
#659AB4
(101,154,180)
#77A6BD
(119,166,189)
#89B2C6
(137,178,198)
#9BBECF
(155,190,207)
#ADCAD8
(173,202,216)
#BFD6E1
(191,214,225)
#D1E2EA
(209,226,234)
#E3EEF3
(227,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7699 color. Also use rgb(47,118,153) instead hex code.

Text Font Color

.myTextColor { color: #2F7699; }

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

This text font color is #2F7699.


Background Color

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

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

This div background color is #2F7699.


Border color

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

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

This div border color is #2F7699.


Opacity

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

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

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

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

This text has shadow with #2F7699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7699 on black background.


Color preview on white background

This text has color #2F7699 on white background.



Black color preview on #2F7699 background

This text has black color on #2F7699 background.


White color preview on #2F7699 background

This text has white color on #2F7699 background.