COLOR #2F4764

HEX: #2F4764
RGB: (47,71,100)

Color info

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

RGB color model

#2F4764 color RGB value is (47,71,100).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 100 of 255 = 39%

47
71
100

R + G + B ~ 28%. #2F4764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 100 = 218 (100%)
R 47 of 218 ~ 21.56%
G 71 of 218 ~ 32.57%
B 100 of 218 ~ 45.87%

%21.56
%32.57
%45.87

CMYK color model

#2F4764 color CMYK value is (53,29,0,61).

  • cyan value is 53.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(53,29,0,61)
C53M29Y0K61 
(53%,29%,0%,61%)
(0.53/0.29/0.00/0.61)	

CMYK percentages

%53
%29
%0
%60.78

Codes

Color #2F4764 in popluar color models

2F4764
RGB4771100
HSL213°36.05%28.82%
HSB/HSV213°53.00%39.22%
CMYK53.00%29.00%0.00%
60.78%

Color #2F4764 in popluar number systems.

HEX2F4764
Decimal4771100
Binary10111110001111100100
Octal57107144

Shades and tints

Shades of #2F4764

#2F4764
(47,71,100)
#2B415B
(43,65,91)
#273B52
(39,59,82)
#233549
(35,53,73)
#1F2F40
(31,47,64)
#1B2937
(27,41,55)
#17232E
(23,35,46)
#131D25
(19,29,37)
#0F171C
(15,23,28)
#0B1113
(11,17,19)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #2F4764

#2F4764
(47,71,100)
#415772
(65,87,114)
#536780
(83,103,128)
#65778E
(101,119,142)
#77879C
(119,135,156)
#8997AA
(137,151,170)
#9BA7B8
(155,167,184)
#ADB7C6
(173,183,198)
#BFC7D4
(191,199,212)
#D1D7E2
(209,215,226)
#E3E7F0
(227,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4764; }

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

This text font color is #2F4764.


Background Color

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

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

This div background color is #2F4764.


Border color

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

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

This div border color is #2F4764.


Opacity

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

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

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

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

This text has shadow with #2F4764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4764 on black background.


Color preview on white background

This text has color #2F4764 on white background.



Black color preview on #2F4764 background

This text has black color on #2F4764 background.


White color preview on #2F4764 background

This text has white color on #2F4764 background.