COLOR #2F3443

HEX: #2F3443
RGB: (47,52,67)

Color info

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

RGB color model

#2F3443 color RGB value is (47,52,67).

  • red value is 47;
  • green value is 52;
  • blue value is 67.
RGB:
(47,52,67)
(18%,20%,26%)

RGB channels and saturation

R 47 of 255 = 18%
G 52 of 255 = 20%
B 67 of 255 = 26%

47
52
67

R + G + B ~ 21%. #2F3443 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 52 + 67 = 166 (100%)
R 47 of 166 ~ 28.31%
G 52 of 166 ~ 31.33%
B 67 of 166 ~ 40.36%

%28.31
%31.33
%40.36

CMYK color model

#2F3443 color CMYK value is (30,22,0,74).

  • cyan value is 29.85%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(30,22,0,74)
C30M22Y0K74 
(30%,22%,0%,74%)
(0.30/0.22/0.00/0.74)	

CMYK percentages

%29.85
%22.39
%0
%73.73

Codes

Color #2F3443 in popluar color models

2F3443
RGB475267
HSL225°17.54%22.35%
HSB/HSV225°29.85%26.27%
CMYK29.85%22.39%0.00%
73.73%

Color #2F3443 in popluar number systems.

HEX2F3443
Decimal475267
Binary1011111101001000011
Octal5764103

Shades and tints

Shades of #2F3443

#2F3443
(47,52,67)
#2B303D
(43,48,61)
#272C37
(39,44,55)
#232831
(35,40,49)
#1F242B
(31,36,43)
#1B2025
(27,32,37)
#171C1F
(23,28,31)
#131819
(19,24,25)
#0F1413
(15,20,19)
#0B100D
(11,16,13)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #2F3443

#2F3443
(47,52,67)
#414654
(65,70,84)
#535865
(83,88,101)
#656A76
(101,106,118)
#777C87
(119,124,135)
#898E98
(137,142,152)
#9BA0A9
(155,160,169)
#ADB2BA
(173,178,186)
#BFC4CB
(191,196,203)
#D1D6DC
(209,214,220)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3443 color. Also use rgb(47,52,67) instead hex code.

Text Font Color

.myTextColor { color: #2F3443; }

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

This text font color is #2F3443.


Background Color

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

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

This div background color is #2F3443.


Border color

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

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

This div border color is #2F3443.


Opacity

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

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

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

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

This text has shadow with #2F3443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3443 on black background.


Color preview on white background

This text has color #2F3443 on white background.



Black color preview on #2F3443 background

This text has black color on #2F3443 background.


White color preview on #2F3443 background

This text has white color on #2F3443 background.