COLOR #2F4448

HEX: #2F4448
RGB: (47,68,72)

Color info

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

RGB color model

#2F4448 color RGB value is (47,68,72).

  • red value is 47;
  • green value is 68;
  • blue value is 72.
RGB:
(47,68,72)
(18%,27%,28%)

RGB channels and saturation

R 47 of 255 = 18%
G 68 of 255 = 27%
B 72 of 255 = 28%

47
68
72

R + G + B ~ 24%. #2F4448 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 68 + 72 = 187 (100%)
R 47 of 187 ~ 25.13%
G 68 of 187 ~ 36.36%
B 72 of 187 ~ 38.5%

%25.13
%36.36
%38.5

CMYK color model

#2F4448 color CMYK value is (35,6,0,72).

  • cyan value is 34.72%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(35,6,0,72)
C35M6Y0K72 
(35%,6%,0%,72%)
(0.35/0.06/0.00/0.72)	

CMYK percentages

%34.72
%5.56
%0
%71.76

Codes

Color #2F4448 in popluar color models

2F4448
RGB476872
HSL190°21.01%23.33%
HSB/HSV190°34.72%28.24%
CMYK34.72%5.56%0.00%
71.76%

Color #2F4448 in popluar number systems.

HEX2F4448
Decimal476872
Binary10111110001001001000
Octal57104110

Shades and tints

Shades of #2F4448

#2F4448
(47,68,72)
#2B3E42
(43,62,66)
#27383C
(39,56,60)
#233236
(35,50,54)
#1F2C30
(31,44,48)
#1B262A
(27,38,42)
#172024
(23,32,36)
#131A1E
(19,26,30)
#0F1418
(15,20,24)
#0B0E12
(11,14,18)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #2F4448

#2F4448
(47,68,72)
#415558
(65,85,88)
#536668
(83,102,104)
#657778
(101,119,120)
#778888
(119,136,136)
#899998
(137,153,152)
#9BAAA8
(155,170,168)
#ADBBB8
(173,187,184)
#BFCCC8
(191,204,200)
#D1DDD8
(209,221,216)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4448 color. Also use rgb(47,68,72) instead hex code.

Text Font Color

.myTextColor { color: #2F4448; }

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

This text font color is #2F4448.


Background Color

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

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

This div background color is #2F4448.


Border color

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

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

This div border color is #2F4448.


Opacity

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

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

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

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

This text has shadow with #2F4448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4448 on black background.


Color preview on white background

This text has color #2F4448 on white background.



Black color preview on #2F4448 background

This text has black color on #2F4448 background.


White color preview on #2F4448 background

This text has white color on #2F4448 background.