COLOR #2F364C

HEX: #2F364C
RGB: (47,54,76)

Color info

#2F364C contains red, green and blue colors in about the same proportion. Web safe color of #2F364C is #333333 (or #333).

RGB color model

#2F364C color RGB value is (47,54,76).

  • red value is 47;
  • green value is 54;
  • blue value is 76.
RGB:
(47,54,76)
(18%,21%,30%)

RGB channels and saturation

R 47 of 255 = 18%
G 54 of 255 = 21%
B 76 of 255 = 30%

47
54
76

R + G + B ~ 23%. #2F364C is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 54 + 76 = 177 (100%)
R 47 of 177 ~ 26.55%
G 54 of 177 ~ 30.51%
B 76 of 177 ~ 42.94%

%26.55
%30.51
%42.94

CMYK color model

#2F364C color CMYK value is (38,29,0,70).

  • cyan value is 38.16%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(38,29,0,70)
C38M29Y0K70 
(38%,29%,0%,70%)
(0.38/0.29/0.00/0.70)	

CMYK percentages

%38.16
%28.95
%0
%70.2

Codes

Color #2F364C in popluar color models

2F364C
RGB475476
HSL226°23.58%24.12%
HSB/HSV226°38.16%29.80%
CMYK38.16%28.95%0.00%
70.20%

Color #2F364C in popluar number systems.

HEX2F364C
Decimal475476
Binary1011111101101001100
Octal5766114

Shades and tints

Shades of #2F364C

#2F364C
(47,54,76)
#2B3246
(43,50,70)
#272E40
(39,46,64)
#232A3A
(35,42,58)
#1F2634
(31,38,52)
#1B222E
(27,34,46)
#171E28
(23,30,40)
#131A22
(19,26,34)
#0F161C
(15,22,28)
#0B1216
(11,18,22)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #2F364C

#2F364C
(47,54,76)
#41485C
(65,72,92)
#535A6C
(83,90,108)
#656C7C
(101,108,124)
#777E8C
(119,126,140)
#89909C
(137,144,156)
#9BA2AC
(155,162,172)
#ADB4BC
(173,180,188)
#BFC6CC
(191,198,204)
#D1D8DC
(209,216,220)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F364C color. Also use rgb(47,54,76) instead hex code.

Text Font Color

.myTextColor { color: #2F364C; }

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

This text font color is #2F364C.


Background Color

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

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

This div background color is #2F364C.


Border color

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

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

This div border color is #2F364C.


Opacity

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

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

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

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

This text has shadow with #2F364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F364C on black background.


Color preview on white background

This text has color #2F364C on white background.



Black color preview on #2F364C background

This text has black color on #2F364C background.


White color preview on #2F364C background

This text has white color on #2F364C background.