COLOR #2F4C70

HEX: #2F4C70
RGB: (47,76,112)

Color info

#2F4C70 contains mainly green and blue colors. Web safe color of #2F4C70 is #333366 (or #336).

RGB color model

#2F4C70 color RGB value is (47,76,112).

  • red value is 47;
  • green value is 76;
  • blue value is 112.
RGB:
(47,76,112)
(18%,30%,44%)

RGB channels and saturation

R 47 of 255 = 18%
G 76 of 255 = 30%
B 112 of 255 = 44%

47
76
112

R + G + B ~ 31%. #2F4C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 76 + 112 = 235 (100%)
R 47 of 235 ~ 20%
G 76 of 235 ~ 32.34%
B 112 of 235 ~ 47.66%

%20
%32.34
%47.66

CMYK color model

#2F4C70 color CMYK value is (58,32,0,56).

  • cyan value is 58.04%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(58,32,0,56)
C58M32Y0K56 
(58%,32%,0%,56%)
(0.58/0.32/0.00/0.56)	

CMYK percentages

%58.04
%32.14
%0
%56.08

Codes

Color #2F4C70 in popluar color models

2F4C70
RGB4776112
HSL213°40.88%31.18%
HSB/HSV213°58.04%43.92%
CMYK58.04%32.14%0.00%
56.08%

Color #2F4C70 in popluar number systems.

HEX2F4C70
Decimal4776112
Binary10111110011001110000
Octal57114160

Shades and tints

Shades of #2F4C70

#2F4C70
(47,76,112)
#2B4666
(43,70,102)
#27405C
(39,64,92)
#233A52
(35,58,82)
#1F3448
(31,52,72)
#1B2E3E
(27,46,62)
#172834
(23,40,52)
#13222A
(19,34,42)
#0F1C20
(15,28,32)
#0B1616
(11,22,22)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #2F4C70

#2F4C70
(47,76,112)
#415C7D
(65,92,125)
#536C8A
(83,108,138)
#657C97
(101,124,151)
#778CA4
(119,140,164)
#899CB1
(137,156,177)
#9BACBE
(155,172,190)
#ADBCCB
(173,188,203)
#BFCCD8
(191,204,216)
#D1DCE5
(209,220,229)
#E3ECF2
(227,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4C70 color. Also use rgb(47,76,112) instead hex code.

Text Font Color

.myTextColor { color: #2F4C70; }

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

This text font color is #2F4C70.


Background Color

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

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

This div background color is #2F4C70.


Border color

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

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

This div border color is #2F4C70.


Opacity

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

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

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

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

This text has shadow with #2F4C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4C70 on black background.


Color preview on white background

This text has color #2F4C70 on white background.



Black color preview on #2F4C70 background

This text has black color on #2F4C70 background.


White color preview on #2F4C70 background

This text has white color on #2F4C70 background.