COLOR #2F376B

HEX: #2F376B
RGB: (47,55,107)

Color info

#2F376B contains mainly green and blue colors. Web safe color of #2F376B is #333366 (or #336).

RGB color model

#2F376B color RGB value is (47,55,107).

  • red value is 47;
  • green value is 55;
  • blue value is 107.
RGB:
(47,55,107)
(18%,22%,42%)

RGB channels and saturation

R 47 of 255 = 18%
G 55 of 255 = 22%
B 107 of 255 = 42%

47
55
107

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

Portions of RGB colors in percentages

R + G + B =
47 + 55 + 107 = 209 (100%)
R 47 of 209 ~ 22.49%
G 55 of 209 ~ 26.32%
B 107 of 209 ~ 51.2%

%22.49
%26.32
%51.2

CMYK color model

#2F376B color CMYK value is (56,49,0,58).

  • cyan value is 56.07%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(56,49,0,58)
C56M49Y0K58 
(56%,49%,0%,58%)
(0.56/0.49/0.00/0.58)	

CMYK percentages

%56.07
%48.6
%0
%58.04

Codes

Color #2F376B in popluar color models

2F376B
RGB4755107
HSL232°38.96%30.20%
HSB/HSV232°56.07%41.96%
CMYK56.07%48.60%0.00%
58.04%

Color #2F376B in popluar number systems.

HEX2F376B
Decimal4755107
Binary1011111101111101011
Octal5767153

Shades and tints

Shades of #2F376B

#2F376B
(47,55,107)
#2B3262
(43,50,98)
#272D59
(39,45,89)
#232850
(35,40,80)
#1F2347
(31,35,71)
#1B1E3E
(27,30,62)
#171935
(23,25,53)
#13142C
(19,20,44)
#0F0F23
(15,15,35)
#0B0A1A
(11,10,26)
#070511
(7,5,17)
#000000
(0,0,0)

Tints of #2F376B

#2F376B
(47,55,107)
#414978
(65,73,120)
#535B85
(83,91,133)
#656D92
(101,109,146)
#777F9F
(119,127,159)
#8991AC
(137,145,172)
#9BA3B9
(155,163,185)
#ADB5C6
(173,181,198)
#BFC7D3
(191,199,211)
#D1D9E0
(209,217,224)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F376B color. Also use rgb(47,55,107) instead hex code.

Text Font Color

.myTextColor { color: #2F376B; }

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

This text font color is #2F376B.


Background Color

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

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

This div background color is #2F376B.


Border color

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

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

This div border color is #2F376B.


Opacity

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

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

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

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

This text has shadow with #2F376B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F376B on black background.


Color preview on white background

This text has color #2F376B on white background.



Black color preview on #2F376B background

This text has black color on #2F376B background.


White color preview on #2F376B background

This text has white color on #2F376B background.