COLOR #2F393E

HEX: #2F393E
RGB: (47,57,62)

Color info

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

RGB color model

#2F393E color RGB value is (47,57,62).

  • red value is 47;
  • green value is 57;
  • blue value is 62.
RGB:
(47,57,62)
(18%,22%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 57 of 255 = 22%
B 62 of 255 = 24%

47
57
62

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

Portions of RGB colors in percentages

R + G + B =
47 + 57 + 62 = 166 (100%)
R 47 of 166 ~ 28.31%
G 57 of 166 ~ 34.34%
B 62 of 166 ~ 37.35%

%28.31
%34.34
%37.35

CMYK color model

#2F393E color CMYK value is (24,8,0,76).

  • cyan value is 24.19%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(24,8,0,76)
C24M8Y0K76 
(24%,8%,0%,76%)
(0.24/0.08/0.00/0.76)	

CMYK percentages

%24.19
%8.06
%0
%75.69

Codes

Color #2F393E in popluar color models

2F393E
RGB475762
HSL200°13.76%21.37%
HSB/HSV200°24.19%24.31%
CMYK24.19%8.06%0.00%
75.69%

Color #2F393E in popluar number systems.

HEX2F393E
Decimal475762
Binary101111111001111110
Octal577176

Shades and tints

Shades of #2F393E

#2F393E
(47,57,62)
#2B3439
(43,52,57)
#272F34
(39,47,52)
#232A2F
(35,42,47)
#1F252A
(31,37,42)
#1B2025
(27,32,37)
#171B20
(23,27,32)
#13161B
(19,22,27)
#0F1116
(15,17,22)
#0B0C11
(11,12,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #2F393E

#2F393E
(47,57,62)
#414B4F
(65,75,79)
#535D60
(83,93,96)
#656F71
(101,111,113)
#778182
(119,129,130)
#899393
(137,147,147)
#9BA5A4
(155,165,164)
#ADB7B5
(173,183,181)
#BFC9C6
(191,201,198)
#D1DBD7
(209,219,215)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F393E color. Also use rgb(47,57,62) instead hex code.

Text Font Color

.myTextColor { color: #2F393E; }

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

This text font color is #2F393E.


Background Color

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

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

This div background color is #2F393E.


Border color

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

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

This div border color is #2F393E.


Opacity

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

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

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

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

This text has shadow with #2F393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F393E on black background.


Color preview on white background

This text has color #2F393E on white background.



Black color preview on #2F393E background

This text has black color on #2F393E background.


White color preview on #2F393E background

This text has white color on #2F393E background.