COLOR #2F4364

HEX: #2F4364
RGB: (47,67,100)

Color info

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

RGB color model

#2F4364 color RGB value is (47,67,100).

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

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 100 of 255 = 39%

47
67
100

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

Portions of RGB colors in percentages

R + G + B =
47 + 67 + 100 = 214 (100%)
R 47 of 214 ~ 21.96%
G 67 of 214 ~ 31.31%
B 100 of 214 ~ 46.73%

%21.96
%31.31
%46.73

CMYK color model

#2F4364 color CMYK value is (53,33,0,61).

  • cyan value is 53.00%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(53,33,0,61)
C53M33Y0K61 
(53%,33%,0%,61%)
(0.53/0.33/0.00/0.61)	

CMYK percentages

%53
%33
%0
%60.78

Codes

Color #2F4364 in popluar color models

2F4364
RGB4767100
HSL217°36.05%28.82%
HSB/HSV217°53.00%39.22%
CMYK53.00%33.00%0.00%
60.78%

Color #2F4364 in popluar number systems.

HEX2F4364
Decimal4767100
Binary10111110000111100100
Octal57103144

Shades and tints

Shades of #2F4364

#2F4364
(47,67,100)
#2B3D5B
(43,61,91)
#273752
(39,55,82)
#233149
(35,49,73)
#1F2B40
(31,43,64)
#1B2537
(27,37,55)
#171F2E
(23,31,46)
#131925
(19,25,37)
#0F131C
(15,19,28)
#0B0D13
(11,13,19)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #2F4364

#2F4364
(47,67,100)
#415472
(65,84,114)
#536580
(83,101,128)
#65768E
(101,118,142)
#77879C
(119,135,156)
#8998AA
(137,152,170)
#9BA9B8
(155,169,184)
#ADBAC6
(173,186,198)
#BFCBD4
(191,203,212)
#D1DCE2
(209,220,226)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4364; }

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

This text font color is #2F4364.


Background Color

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

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

This div background color is #2F4364.


Border color

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

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

This div border color is #2F4364.


Opacity

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

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

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

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

This text has shadow with #2F4364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4364 on black background.


Color preview on white background

This text has color #2F4364 on white background.



Black color preview on #2F4364 background

This text has black color on #2F4364 background.


White color preview on #2F4364 background

This text has white color on #2F4364 background.