COLOR #2F4044

HEX: #2F4044
RGB: (47,64,68)

Color info

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

RGB color model

#2F4044 color RGB value is (47,64,68).

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

RGB channels and saturation

R 47 of 255 = 18%
G 64 of 255 = 25%
B 68 of 255 = 27%

47
64
68

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

Portions of RGB colors in percentages

R + G + B =
47 + 64 + 68 = 179 (100%)
R 47 of 179 ~ 26.26%
G 64 of 179 ~ 35.75%
B 68 of 179 ~ 37.99%

%26.26
%35.75
%37.99

CMYK color model

#2F4044 color CMYK value is (31,6,0,73).

  • cyan value is 30.88%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(31,6,0,73)
C31M6Y0K73 
(31%,6%,0%,73%)
(0.31/0.06/0.00/0.73)	

CMYK percentages

%30.88
%5.88
%0
%73.33

Codes

Color #2F4044 in popluar color models

2F4044
RGB476468
HSL191°18.26%22.55%
HSB/HSV191°30.88%26.67%
CMYK30.88%5.88%0.00%
73.33%

Color #2F4044 in popluar number systems.

HEX2F4044
Decimal476468
Binary10111110000001000100
Octal57100104

Shades and tints

Shades of #2F4044

#2F4044
(47,64,68)
#2B3B3E
(43,59,62)
#273638
(39,54,56)
#233132
(35,49,50)
#1F2C2C
(31,44,44)
#1B2726
(27,39,38)
#172220
(23,34,32)
#131D1A
(19,29,26)
#0F1814
(15,24,20)
#0B130E
(11,19,14)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #2F4044

#2F4044
(47,64,68)
#415155
(65,81,85)
#536266
(83,98,102)
#657377
(101,115,119)
#778488
(119,132,136)
#899599
(137,149,153)
#9BA6AA
(155,166,170)
#ADB7BB
(173,183,187)
#BFC8CC
(191,200,204)
#D1D9DD
(209,217,221)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4044; }

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

This text font color is #2F4044.


Background Color

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

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

This div background color is #2F4044.


Border color

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

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

This div border color is #2F4044.


Opacity

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

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

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

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

This text has shadow with #2F4044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4044 on black background.


Color preview on white background

This text has color #2F4044 on white background.



Black color preview on #2F4044 background

This text has black color on #2F4044 background.


White color preview on #2F4044 background

This text has white color on #2F4044 background.