COLOR #2F6771

HEX: #2F6771
RGB: (47,103,113)

Color info

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

RGB color model

#2F6771 color RGB value is (47,103,113).

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

RGB channels and saturation

R 47 of 255 = 18%
G 103 of 255 = 40%
B 113 of 255 = 44%

47
103
113

R + G + B ~ 34%. #2F6771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 103 + 113 = 263 (100%)
R 47 of 263 ~ 17.87%
G 103 of 263 ~ 39.16%
B 113 of 263 ~ 42.97%

%17.87
%39.16
%42.97

CMYK color model

#2F6771 color CMYK value is (58,9,0,56).

  • cyan value is 58.41%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(58,9,0,56)
C58M9Y0K56 
(58%,9%,0%,56%)
(0.58/0.09/0.00/0.56)	

CMYK percentages

%58.41
%8.85
%0
%55.69

Codes

Color #2F6771 in popluar color models

2F6771
RGB47103113
HSL189°41.25%31.37%
HSB/HSV189°58.41%44.31%
CMYK58.41%8.85%0.00%
55.69%

Color #2F6771 in popluar number systems.

HEX2F6771
Decimal47103113
Binary10111111001111110001
Octal57147161

Shades and tints

Shades of #2F6771

#2F6771
(47,103,113)
#2B5E67
(43,94,103)
#27555D
(39,85,93)
#234C53
(35,76,83)
#1F4349
(31,67,73)
#1B3A3F
(27,58,63)
#173135
(23,49,53)
#13282B
(19,40,43)
#0F1F21
(15,31,33)
#0B1617
(11,22,23)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #2F6771

#2F6771
(47,103,113)
#41747D
(65,116,125)
#538189
(83,129,137)
#658E95
(101,142,149)
#779BA1
(119,155,161)
#89A8AD
(137,168,173)
#9BB5B9
(155,181,185)
#ADC2C5
(173,194,197)
#BFCFD1
(191,207,209)
#D1DCDD
(209,220,221)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6771; }

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

This text font color is #2F6771.


Background Color

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

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

This div background color is #2F6771.


Border color

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

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

This div border color is #2F6771.


Opacity

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

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

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

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

This text has shadow with #2F6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6771 on black background.


Color preview on white background

This text has color #2F6771 on white background.



Black color preview on #2F6771 background

This text has black color on #2F6771 background.


White color preview on #2F6771 background

This text has white color on #2F6771 background.