COLOR #2F4876

HEX: #2F4876
RGB: (47,72,118)

Color info

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

RGB color model

#2F4876 color RGB value is (47,72,118).

  • red value is 47;
  • green value is 72;
  • blue value is 118.
RGB:
(47,72,118)
(18%,28%,46%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 118 of 255 = 46%

47
72
118

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

Portions of RGB colors in percentages

R + G + B =
47 + 72 + 118 = 237 (100%)
R 47 of 237 ~ 19.83%
G 72 of 237 ~ 30.38%
B 118 of 237 ~ 49.79%

%19.83
%30.38
%49.79

CMYK color model

#2F4876 color CMYK value is (60,39,0,54).

  • cyan value is 60.17%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(60,39,0,54)
C60M39Y0K54 
(60%,39%,0%,54%)
(0.60/0.39/0.00/0.54)	

CMYK percentages

%60.17
%38.98
%0
%53.73

Codes

Color #2F4876 in popluar color models

2F4876
RGB4772118
HSL219°43.03%32.35%
HSB/HSV219°60.17%46.27%
CMYK60.17%38.98%0.00%
53.73%

Color #2F4876 in popluar number systems.

HEX2F4876
Decimal4772118
Binary10111110010001110110
Octal57110166

Shades and tints

Shades of #2F4876

#2F4876
(47,72,118)
#2B426C
(43,66,108)
#273C62
(39,60,98)
#233658
(35,54,88)
#1F304E
(31,48,78)
#1B2A44
(27,42,68)
#17243A
(23,36,58)
#131E30
(19,30,48)
#0F1826
(15,24,38)
#0B121C
(11,18,28)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #2F4876

#2F4876
(47,72,118)
#415882
(65,88,130)
#53688E
(83,104,142)
#65789A
(101,120,154)
#7788A6
(119,136,166)
#8998B2
(137,152,178)
#9BA8BE
(155,168,190)
#ADB8CA
(173,184,202)
#BFC8D6
(191,200,214)
#D1D8E2
(209,216,226)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4876 color. Also use rgb(47,72,118) instead hex code.

Text Font Color

.myTextColor { color: #2F4876; }

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

This text font color is #2F4876.


Background Color

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

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

This div background color is #2F4876.


Border color

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

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

This div border color is #2F4876.


Opacity

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

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

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

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

This text has shadow with #2F4876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4876 on black background.


Color preview on white background

This text has color #2F4876 on white background.



Black color preview on #2F4876 background

This text has black color on #2F4876 background.


White color preview on #2F4876 background

This text has white color on #2F4876 background.