COLOR #2F5C77

HEX: #2F5C77
RGB: (47,92,119)

Color info

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

RGB color model

#2F5C77 color RGB value is (47,92,119).

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

RGB channels and saturation

R 47 of 255 = 18%
G 92 of 255 = 36%
B 119 of 255 = 47%

47
92
119

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

Portions of RGB colors in percentages

R + G + B =
47 + 92 + 119 = 258 (100%)
R 47 of 258 ~ 18.22%
G 92 of 258 ~ 35.66%
B 119 of 258 ~ 46.12%

%18.22
%35.66
%46.12

CMYK color model

#2F5C77 color CMYK value is (61,23,0,53).

  • cyan value is 60.50%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(61,23,0,53)
C61M23Y0K53 
(61%,23%,0%,53%)
(0.61/0.23/0.00/0.53)	

CMYK percentages

%60.5
%22.69
%0
%53.33

Codes

Color #2F5C77 in popluar color models

2F5C77
RGB4792119
HSL203°43.37%32.55%
HSB/HSV203°60.50%46.67%
CMYK60.50%22.69%0.00%
53.33%

Color #2F5C77 in popluar number systems.

HEX2F5C77
Decimal4792119
Binary10111110111001110111
Octal57134167

Shades and tints

Shades of #2F5C77

#2F5C77
(47,92,119)
#2B546D
(43,84,109)
#274C63
(39,76,99)
#234459
(35,68,89)
#1F3C4F
(31,60,79)
#1B3445
(27,52,69)
#172C3B
(23,44,59)
#132431
(19,36,49)
#0F1C27
(15,28,39)
#0B141D
(11,20,29)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #2F5C77

#2F5C77
(47,92,119)
#416A83
(65,106,131)
#53788F
(83,120,143)
#65869B
(101,134,155)
#7794A7
(119,148,167)
#89A2B3
(137,162,179)
#9BB0BF
(155,176,191)
#ADBECB
(173,190,203)
#BFCCD7
(191,204,215)
#D1DAE3
(209,218,227)
#E3E8EF
(227,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5C77; }

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

This text font color is #2F5C77.


Background Color

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

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

This div background color is #2F5C77.


Border color

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

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

This div border color is #2F5C77.


Opacity

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

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

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

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

This text has shadow with #2F5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5C77 on black background.


Color preview on white background

This text has color #2F5C77 on white background.



Black color preview on #2F5C77 background

This text has black color on #2F5C77 background.


White color preview on #2F5C77 background

This text has white color on #2F5C77 background.