COLOR #2F5871

HEX: #2F5871
RGB: (47,88,113)

Color info

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

RGB color model

#2F5871 color RGB value is (47,88,113).

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

RGB channels and saturation

R 47 of 255 = 18%
G 88 of 255 = 35%
B 113 of 255 = 44%

47
88
113

R + G + B ~ 32%. #2F5871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 88 + 113 = 248 (100%)
R 47 of 248 ~ 18.95%
G 88 of 248 ~ 35.48%
B 113 of 248 ~ 45.56%

%18.95
%35.48
%45.56

CMYK color model

#2F5871 color CMYK value is (58,22,0,56).

  • cyan value is 58.41%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(58,22,0,56)
C58M22Y0K56 
(58%,22%,0%,56%)
(0.58/0.22/0.00/0.56)	

CMYK percentages

%58.41
%22.12
%0
%55.69

Codes

Color #2F5871 in popluar color models

2F5871
RGB4788113
HSL203°41.25%31.37%
HSB/HSV203°58.41%44.31%
CMYK58.41%22.12%0.00%
55.69%

Color #2F5871 in popluar number systems.

HEX2F5871
Decimal4788113
Binary10111110110001110001
Octal57130161

Shades and tints

Shades of #2F5871

#2F5871
(47,88,113)
#2B5067
(43,80,103)
#27485D
(39,72,93)
#234053
(35,64,83)
#1F3849
(31,56,73)
#1B303F
(27,48,63)
#172835
(23,40,53)
#13202B
(19,32,43)
#0F1821
(15,24,33)
#0B1017
(11,16,23)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #2F5871

#2F5871
(47,88,113)
#41677D
(65,103,125)
#537689
(83,118,137)
#658595
(101,133,149)
#7794A1
(119,148,161)
#89A3AD
(137,163,173)
#9BB2B9
(155,178,185)
#ADC1C5
(173,193,197)
#BFD0D1
(191,208,209)
#D1DFDD
(209,223,221)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5871; }

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

This text font color is #2F5871.


Background Color

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

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

This div background color is #2F5871.


Border color

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

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

This div border color is #2F5871.


Opacity

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

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

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

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

This text has shadow with #2F5871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5871 on black background.


Color preview on white background

This text has color #2F5871 on white background.



Black color preview on #2F5871 background

This text has black color on #2F5871 background.


White color preview on #2F5871 background

This text has white color on #2F5871 background.