COLOR #2F313A

HEX: #2F313A
RGB: (47,49,58)

Color info

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

RGB color model

#2F313A color RGB value is (47,49,58).

  • red value is 47;
  • green value is 49;
  • blue value is 58.
RGB:
(47,49,58)
(18%,19%,23%)

RGB channels and saturation

R 47 of 255 = 18%
G 49 of 255 = 19%
B 58 of 255 = 23%

47
49
58

R + G + B ~ 20%. #2F313A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 49 + 58 = 154 (100%)
R 47 of 154 ~ 30.52%
G 49 of 154 ~ 31.82%
B 58 of 154 ~ 37.66%

%30.52
%31.82
%37.66

CMYK color model

#2F313A color CMYK value is (19,16,0,77).

  • cyan value is 18.97%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(19,16,0,77)
C19M16Y0K77 
(19%,16%,0%,77%)
(0.19/0.16/0.00/0.77)	

CMYK percentages

%18.97
%15.52
%0
%77.25

Codes

Color #2F313A in popluar color models

2F313A
RGB474958
HSL229°10.48%20.59%
HSB/HSV229°18.97%22.75%
CMYK18.97%15.52%0.00%
77.25%

Color #2F313A in popluar number systems.

HEX2F313A
Decimal474958
Binary101111110001111010
Octal576172

Shades and tints

Shades of #2F313A

#2F313A
(47,49,58)
#2B2D35
(43,45,53)
#272930
(39,41,48)
#23252B
(35,37,43)
#1F2126
(31,33,38)
#1B1D21
(27,29,33)
#17191C
(23,25,28)
#131517
(19,21,23)
#0F1112
(15,17,18)
#0B0D0D
(11,13,13)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #2F313A

#2F313A
(47,49,58)
#41434B
(65,67,75)
#53555C
(83,85,92)
#65676D
(101,103,109)
#77797E
(119,121,126)
#898B8F
(137,139,143)
#9B9DA0
(155,157,160)
#ADAFB1
(173,175,177)
#BFC1C2
(191,193,194)
#D1D3D3
(209,211,211)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F313A color. Also use rgb(47,49,58) instead hex code.

Text Font Color

.myTextColor { color: #2F313A; }

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

This text font color is #2F313A.


Background Color

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

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

This div background color is #2F313A.


Border color

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

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

This div border color is #2F313A.


Opacity

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

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

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

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

This text has shadow with #2F313A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F313A on black background.


Color preview on white background

This text has color #2F313A on white background.



Black color preview on #2F313A background

This text has black color on #2F313A background.


White color preview on #2F313A background

This text has white color on #2F313A background.