COLOR #2F4362

HEX: #2F4362
RGB: (47,67,98)

Color info

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

RGB color model

#2F4362 color RGB value is (47,67,98).

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

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 98 of 255 = 38%

47
67
98

R + G + B ~ 27%. #2F4362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 67 + 98 = 212 (100%)
R 47 of 212 ~ 22.17%
G 67 of 212 ~ 31.6%
B 98 of 212 ~ 46.23%

%22.17
%31.6
%46.23

CMYK color model

#2F4362 color CMYK value is (52,32,0,62).

  • cyan value is 52.04%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(52,32,0,62)
C52M32Y0K62 
(52%,32%,0%,62%)
(0.52/0.32/0.00/0.62)	

CMYK percentages

%52.04
%31.63
%0
%61.57

Codes

Color #2F4362 in popluar color models

2F4362
RGB476798
HSL216°35.17%28.43%
HSB/HSV216°52.04%38.43%
CMYK52.04%31.63%0.00%
61.57%

Color #2F4362 in popluar number systems.

HEX2F4362
Decimal476798
Binary10111110000111100010
Octal57103142

Shades and tints

Shades of #2F4362

#2F4362
(47,67,98)
#2B3D5A
(43,61,90)
#273752
(39,55,82)
#23314A
(35,49,74)
#1F2B42
(31,43,66)
#1B253A
(27,37,58)
#171F32
(23,31,50)
#13192A
(19,25,42)
#0F1322
(15,19,34)
#0B0D1A
(11,13,26)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #2F4362

#2F4362
(47,67,98)
#415470
(65,84,112)
#53657E
(83,101,126)
#65768C
(101,118,140)
#77879A
(119,135,154)
#8998A8
(137,152,168)
#9BA9B6
(155,169,182)
#ADBAC4
(173,186,196)
#BFCBD2
(191,203,210)
#D1DCE0
(209,220,224)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4362; }

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

This text font color is #2F4362.


Background Color

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

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

This div background color is #2F4362.


Border color

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

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

This div border color is #2F4362.


Opacity

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

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

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

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

This text has shadow with #2F4362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4362 on black background.


Color preview on white background

This text has color #2F4362 on white background.



Black color preview on #2F4362 background

This text has black color on #2F4362 background.


White color preview on #2F4362 background

This text has white color on #2F4362 background.