COLOR #2F4766

HEX: #2F4766
RGB: (47,71,102)

Color info

#2F4766 contains red, green and blue colors in about the same proportion. Web safe color of #2F4766 is #333366 (or #336).

RGB color model

#2F4766 color RGB value is (47,71,102).

  • red value is 47;
  • green value is 71;
  • blue value is 102.
RGB:
(47,71,102)
(18%,28%,40%)

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 102 of 255 = 40%

47
71
102

R + G + B ~ 29%. #2F4766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 102 = 220 (100%)
R 47 of 220 ~ 21.36%
G 71 of 220 ~ 32.27%
B 102 of 220 ~ 46.36%

%21.36
%32.27
%46.36

CMYK color model

#2F4766 color CMYK value is (54,30,0,60).

  • cyan value is 53.92%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(54,30,0,60)
C54M30Y0K60 
(54%,30%,0%,60%)
(0.54/0.30/0.00/0.60)	

CMYK percentages

%53.92
%30.39
%0
%60

Codes

Color #2F4766 in popluar color models

2F4766
RGB4771102
HSL214°36.91%29.22%
HSB/HSV214°53.92%40.00%
CMYK53.92%30.39%0.00%
60.00%

Color #2F4766 in popluar number systems.

HEX2F4766
Decimal4771102
Binary10111110001111100110
Octal57107146

Shades and tints

Shades of #2F4766

#2F4766
(47,71,102)
#2B415D
(43,65,93)
#273B54
(39,59,84)
#23354B
(35,53,75)
#1F2F42
(31,47,66)
#1B2939
(27,41,57)
#172330
(23,35,48)
#131D27
(19,29,39)
#0F171E
(15,23,30)
#0B1115
(11,17,21)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #2F4766

#2F4766
(47,71,102)
#415773
(65,87,115)
#536780
(83,103,128)
#65778D
(101,119,141)
#77879A
(119,135,154)
#8997A7
(137,151,167)
#9BA7B4
(155,167,180)
#ADB7C1
(173,183,193)
#BFC7CE
(191,199,206)
#D1D7DB
(209,215,219)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4766 color. Also use rgb(47,71,102) instead hex code.

Text Font Color

.myTextColor { color: #2F4766; }

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

This text font color is #2F4766.


Background Color

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

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

This div background color is #2F4766.


Border color

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

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

This div border color is #2F4766.


Opacity

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

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

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

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

This text has shadow with #2F4766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4766 on black background.


Color preview on white background

This text has color #2F4766 on white background.



Black color preview on #2F4766 background

This text has black color on #2F4766 background.


White color preview on #2F4766 background

This text has white color on #2F4766 background.