COLOR #2F464D

HEX: #2F464D
RGB: (47,70,77)

Color info

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

RGB color model

#2F464D color RGB value is (47,70,77).

  • red value is 47;
  • green value is 70;
  • blue value is 77.
RGB:
(47,70,77)
(18%,27%,30%)

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 77 of 255 = 30%

47
70
77

R + G + B ~ 25%. #2F464D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 77 = 194 (100%)
R 47 of 194 ~ 24.23%
G 70 of 194 ~ 36.08%
B 77 of 194 ~ 39.69%

%24.23
%36.08
%39.69

CMYK color model

#2F464D color CMYK value is (39,9,0,70).

  • cyan value is 38.96%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(39,9,0,70)
C39M9Y0K70 
(39%,9%,0%,70%)
(0.39/0.09/0.00/0.70)	

CMYK percentages

%38.96
%9.09
%0
%69.8

Codes

Color #2F464D in popluar color models

2F464D
RGB477077
HSL194°24.19%24.31%
HSB/HSV194°38.96%30.20%
CMYK38.96%9.09%0.00%
69.80%

Color #2F464D in popluar number systems.

HEX2F464D
Decimal477077
Binary10111110001101001101
Octal57106115

Shades and tints

Shades of #2F464D

#2F464D
(47,70,77)
#2B4046
(43,64,70)
#273A3F
(39,58,63)
#233438
(35,52,56)
#1F2E31
(31,46,49)
#1B282A
(27,40,42)
#172223
(23,34,35)
#131C1C
(19,28,28)
#0F1615
(15,22,21)
#0B100E
(11,16,14)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #2F464D

#2F464D
(47,70,77)
#41565D
(65,86,93)
#53666D
(83,102,109)
#65767D
(101,118,125)
#77868D
(119,134,141)
#89969D
(137,150,157)
#9BA6AD
(155,166,173)
#ADB6BD
(173,182,189)
#BFC6CD
(191,198,205)
#D1D6DD
(209,214,221)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F464D color. Also use rgb(47,70,77) instead hex code.

Text Font Color

.myTextColor { color: #2F464D; }

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

This text font color is #2F464D.


Background Color

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

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

This div background color is #2F464D.


Border color

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

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

This div border color is #2F464D.


Opacity

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

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

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

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

This text has shadow with #2F464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F464D on black background.


Color preview on white background

This text has color #2F464D on white background.



Black color preview on #2F464D background

This text has black color on #2F464D background.


White color preview on #2F464D background

This text has white color on #2F464D background.