COLOR #2F677C

HEX: #2F677C
RGB: (47,103,124)

Color info

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

RGB color model

#2F677C color RGB value is (47,103,124).

  • red value is 47;
  • green value is 103;
  • blue value is 124.
RGB:
(47,103,124)
(18%,40%,49%)

RGB channels and saturation

R 47 of 255 = 18%
G 103 of 255 = 40%
B 124 of 255 = 49%

47
103
124

R + G + B ~ 36%. #2F677C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 103 + 124 = 274 (100%)
R 47 of 274 ~ 17.15%
G 103 of 274 ~ 37.59%
B 124 of 274 ~ 45.26%

%17.15
%37.59
%45.26

CMYK color model

#2F677C color CMYK value is (62,17,0,51).

  • cyan value is 62.10%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(62,17,0,51)
C62M17Y0K51 
(62%,17%,0%,51%)
(0.62/0.17/0.00/0.51)	

CMYK percentages

%62.1
%16.94
%0
%51.37

Codes

Color #2F677C in popluar color models

2F677C
RGB47103124
HSL196°45.03%33.53%
HSB/HSV196°62.10%48.63%
CMYK62.10%16.94%0.00%
51.37%

Color #2F677C in popluar number systems.

HEX2F677C
Decimal47103124
Binary10111111001111111100
Octal57147174

Shades and tints

Shades of #2F677C

#2F677C
(47,103,124)
#2B5E71
(43,94,113)
#275566
(39,85,102)
#234C5B
(35,76,91)
#1F4350
(31,67,80)
#1B3A45
(27,58,69)
#17313A
(23,49,58)
#13282F
(19,40,47)
#0F1F24
(15,31,36)
#0B1619
(11,22,25)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #2F677C

#2F677C
(47,103,124)
#417487
(65,116,135)
#538192
(83,129,146)
#658E9D
(101,142,157)
#779BA8
(119,155,168)
#89A8B3
(137,168,179)
#9BB5BE
(155,181,190)
#ADC2C9
(173,194,201)
#BFCFD4
(191,207,212)
#D1DCDF
(209,220,223)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F677C color. Also use rgb(47,103,124) instead hex code.

Text Font Color

.myTextColor { color: #2F677C; }

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

This text font color is #2F677C.


Background Color

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

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

This div background color is #2F677C.


Border color

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

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

This div border color is #2F677C.


Opacity

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

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

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

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

This text has shadow with #2F677C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F677C on black background.


Color preview on white background

This text has color #2F677C on white background.



Black color preview on #2F677C background

This text has black color on #2F677C background.


White color preview on #2F677C background

This text has white color on #2F677C background.