COLOR #2F5C79

HEX: #2F5C79
RGB: (47,92,121)

Color info

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

RGB color model

#2F5C79 color RGB value is (47,92,121).

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

RGB channels and saturation

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

47
92
121

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

Portions of RGB colors in percentages

R + G + B =
47 + 92 + 121 = 260 (100%)
R 47 of 260 ~ 18.08%
G 92 of 260 ~ 35.38%
B 121 of 260 ~ 46.54%

%18.08
%35.38
%46.54

CMYK color model

#2F5C79 color CMYK value is (61,24,0,53).

  • cyan value is 61.16%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(61,24,0,53)
C61M24Y0K53 
(61%,24%,0%,53%)
(0.61/0.24/0.00/0.53)	

CMYK percentages

%61.16
%23.97
%0
%52.55

Codes

Color #2F5C79 in popluar color models

2F5C79
RGB4792121
HSL204°44.05%32.94%
HSB/HSV204°61.16%47.45%
CMYK61.16%23.97%0.00%
52.55%

Color #2F5C79 in popluar number systems.

HEX2F5C79
Decimal4792121
Binary10111110111001111001
Octal57134171

Shades and tints

Shades of #2F5C79

#2F5C79
(47,92,121)
#2B546E
(43,84,110)
#274C63
(39,76,99)
#234458
(35,68,88)
#1F3C4D
(31,60,77)
#1B3442
(27,52,66)
#172C37
(23,44,55)
#13242C
(19,36,44)
#0F1C21
(15,28,33)
#0B1416
(11,20,22)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #2F5C79

#2F5C79
(47,92,121)
#416A85
(65,106,133)
#537891
(83,120,145)
#65869D
(101,134,157)
#7794A9
(119,148,169)
#89A2B5
(137,162,181)
#9BB0C1
(155,176,193)
#ADBECD
(173,190,205)
#BFCCD9
(191,204,217)
#D1DAE5
(209,218,229)
#E3E8F1
(227,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5C79; }

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

This text font color is #2F5C79.


Background Color

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

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

This div background color is #2F5C79.


Border color

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

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

This div border color is #2F5C79.


Opacity

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

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

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

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

This text has shadow with #2F5C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5C79 on black background.


Color preview on white background

This text has color #2F5C79 on white background.



Black color preview on #2F5C79 background

This text has black color on #2F5C79 background.


White color preview on #2F5C79 background

This text has white color on #2F5C79 background.