COLOR #2F4965

HEX: #2F4965
RGB: (47,73,101)

Color info

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

RGB color model

#2F4965 color RGB value is (47,73,101).

  • red value is 47;
  • green value is 73;
  • blue value is 101.
RGB:
(47,73,101)
(18%,29%,40%)

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 101 of 255 = 40%

47
73
101

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

Portions of RGB colors in percentages

R + G + B =
47 + 73 + 101 = 221 (100%)
R 47 of 221 ~ 21.27%
G 73 of 221 ~ 33.03%
B 101 of 221 ~ 45.7%

%21.27
%33.03
%45.7

CMYK color model

#2F4965 color CMYK value is (53,28,0,60).

  • cyan value is 53.47%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(53,28,0,60)
C53M28Y0K60 
(53%,28%,0%,60%)
(0.53/0.28/0.00/0.60)	

CMYK percentages

%53.47
%27.72
%0
%60.39

Codes

Color #2F4965 in popluar color models

2F4965
RGB4773101
HSL211°36.49%29.02%
HSB/HSV211°53.47%39.61%
CMYK53.47%27.72%0.00%
60.39%

Color #2F4965 in popluar number systems.

HEX2F4965
Decimal4773101
Binary10111110010011100101
Octal57111145

Shades and tints

Shades of #2F4965

#2F4965
(47,73,101)
#2B435C
(43,67,92)
#273D53
(39,61,83)
#23374A
(35,55,74)
#1F3141
(31,49,65)
#1B2B38
(27,43,56)
#17252F
(23,37,47)
#131F26
(19,31,38)
#0F191D
(15,25,29)
#0B1314
(11,19,20)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #2F4965

#2F4965
(47,73,101)
#415973
(65,89,115)
#536981
(83,105,129)
#65798F
(101,121,143)
#77899D
(119,137,157)
#8999AB
(137,153,171)
#9BA9B9
(155,169,185)
#ADB9C7
(173,185,199)
#BFC9D5
(191,201,213)
#D1D9E3
(209,217,227)
#E3E9F1
(227,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4965 color. Also use rgb(47,73,101) instead hex code.

Text Font Color

.myTextColor { color: #2F4965; }

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

This text font color is #2F4965.


Background Color

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

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

This div background color is #2F4965.


Border color

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

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

This div border color is #2F4965.


Opacity

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

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

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

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

This text has shadow with #2F4965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4965 on black background.


Color preview on white background

This text has color #2F4965 on white background.



Black color preview on #2F4965 background

This text has black color on #2F4965 background.


White color preview on #2F4965 background

This text has white color on #2F4965 background.