COLOR #2F373C

HEX: #2F373C
RGB: (47,55,60)

Color info

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

RGB color model

#2F373C color RGB value is (47,55,60).

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

RGB channels and saturation

R 47 of 255 = 18%
G 55 of 255 = 22%
B 60 of 255 = 24%

47
55
60

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

Portions of RGB colors in percentages

R + G + B =
47 + 55 + 60 = 162 (100%)
R 47 of 162 ~ 29.01%
G 55 of 162 ~ 33.95%
B 60 of 162 ~ 37.04%

%29.01
%33.95
%37.04

CMYK color model

#2F373C color CMYK value is (22,8,0,76).

  • cyan value is 21.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(22,8,0,76)
C22M8Y0K76 
(22%,8%,0%,76%)
(0.22/0.08/0.00/0.76)	

CMYK percentages

%21.67
%8.33
%0
%76.47

Codes

Color #2F373C in popluar color models

2F373C
RGB475560
HSL203°12.15%20.98%
HSB/HSV203°21.67%23.53%
CMYK21.67%8.33%0.00%
76.47%

Color #2F373C in popluar number systems.

HEX2F373C
Decimal475560
Binary101111110111111100
Octal576774

Shades and tints

Shades of #2F373C

#2F373C
(47,55,60)
#2B3237
(43,50,55)
#272D32
(39,45,50)
#23282D
(35,40,45)
#1F2328
(31,35,40)
#1B1E23
(27,30,35)
#17191E
(23,25,30)
#131419
(19,20,25)
#0F0F14
(15,15,20)
#0B0A0F
(11,10,15)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #2F373C

#2F373C
(47,55,60)
#41494D
(65,73,77)
#535B5E
(83,91,94)
#656D6F
(101,109,111)
#777F80
(119,127,128)
#899191
(137,145,145)
#9BA3A2
(155,163,162)
#ADB5B3
(173,181,179)
#BFC7C4
(191,199,196)
#D1D9D5
(209,217,213)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F373C color. Also use rgb(47,55,60) instead hex code.

Text Font Color

.myTextColor { color: #2F373C; }

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

This text font color is #2F373C.


Background Color

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

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

This div background color is #2F373C.


Border color

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

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

This div border color is #2F373C.


Opacity

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

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

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

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

This text has shadow with #2F373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F373C on black background.


Color preview on white background

This text has color #2F373C on white background.



Black color preview on #2F373C background

This text has black color on #2F373C background.


White color preview on #2F373C background

This text has white color on #2F373C background.