COLOR #2F324F

HEX: #2F324F
RGB: (47,50,79)

Color info

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

RGB color model

#2F324F color RGB value is (47,50,79).

  • red value is 47;
  • green value is 50;
  • blue value is 79.
RGB:
(47,50,79)
(18%,20%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 50 of 255 = 20%
B 79 of 255 = 31%

47
50
79

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

Portions of RGB colors in percentages

R + G + B =
47 + 50 + 79 = 176 (100%)
R 47 of 176 ~ 26.7%
G 50 of 176 ~ 28.41%
B 79 of 176 ~ 44.89%

%26.7
%28.41
%44.89

CMYK color model

#2F324F color CMYK value is (41,37,0,69).

  • cyan value is 40.51%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(41,37,0,69)
C41M37Y0K69 
(41%,37%,0%,69%)
(0.41/0.37/0.00/0.69)	

CMYK percentages

%40.51
%36.71
%0
%69.02

Codes

Color #2F324F in popluar color models

2F324F
RGB475079
HSL234°25.40%24.71%
HSB/HSV234°40.51%30.98%
CMYK40.51%36.71%0.00%
69.02%

Color #2F324F in popluar number systems.

HEX2F324F
Decimal475079
Binary1011111100101001111
Octal5762117

Shades and tints

Shades of #2F324F

#2F324F
(47,50,79)
#2B2E48
(43,46,72)
#272A41
(39,42,65)
#23263A
(35,38,58)
#1F2233
(31,34,51)
#1B1E2C
(27,30,44)
#171A25
(23,26,37)
#13161E
(19,22,30)
#0F1217
(15,18,23)
#0B0E10
(11,14,16)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F324F

#2F324F
(47,50,79)
#41445F
(65,68,95)
#53566F
(83,86,111)
#65687F
(101,104,127)
#777A8F
(119,122,143)
#898C9F
(137,140,159)
#9B9EAF
(155,158,175)
#ADB0BF
(173,176,191)
#BFC2CF
(191,194,207)
#D1D4DF
(209,212,223)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F324F color. Also use rgb(47,50,79) instead hex code.

Text Font Color

.myTextColor { color: #2F324F; }

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

This text font color is #2F324F.


Background Color

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

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

This div background color is #2F324F.


Border color

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

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

This div border color is #2F324F.


Opacity

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

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

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

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

This text has shadow with #2F324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F324F on black background.


Color preview on white background

This text has color #2F324F on white background.



Black color preview on #2F324F background

This text has black color on #2F324F background.


White color preview on #2F324F background

This text has white color on #2F324F background.