COLOR #2F484C

HEX: #2F484C
RGB: (47,72,76)

Color info

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

RGB color model

#2F484C color RGB value is (47,72,76).

  • red value is 47;
  • green value is 72;
  • blue value is 76.
RGB:
(47,72,76)
(18%,28%,30%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 76 of 255 = 30%

47
72
76

R + G + B ~ 25%. #2F484C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 72 + 76 = 195 (100%)
R 47 of 195 ~ 24.1%
G 72 of 195 ~ 36.92%
B 76 of 195 ~ 38.97%

%24.1
%36.92
%38.97

CMYK color model

#2F484C color CMYK value is (38,5,0,70).

  • cyan value is 38.16%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(38,5,0,70)
C38M5Y0K70 
(38%,5%,0%,70%)
(0.38/0.05/0.00/0.70)	

CMYK percentages

%38.16
%5.26
%0
%70.2

Codes

Color #2F484C in popluar color models

2F484C
RGB477276
HSL188°23.58%24.12%
HSB/HSV188°38.16%29.80%
CMYK38.16%5.26%0.00%
70.20%

Color #2F484C in popluar number systems.

HEX2F484C
Decimal477276
Binary10111110010001001100
Octal57110114

Shades and tints

Shades of #2F484C

#2F484C
(47,72,76)
#2B4246
(43,66,70)
#273C40
(39,60,64)
#23363A
(35,54,58)
#1F3034
(31,48,52)
#1B2A2E
(27,42,46)
#172428
(23,36,40)
#131E22
(19,30,34)
#0F181C
(15,24,28)
#0B1216
(11,18,22)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #2F484C

#2F484C
(47,72,76)
#41585C
(65,88,92)
#53686C
(83,104,108)
#65787C
(101,120,124)
#77888C
(119,136,140)
#89989C
(137,152,156)
#9BA8AC
(155,168,172)
#ADB8BC
(173,184,188)
#BFC8CC
(191,200,204)
#D1D8DC
(209,216,220)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F484C color. Also use rgb(47,72,76) instead hex code.

Text Font Color

.myTextColor { color: #2F484C; }

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

This text font color is #2F484C.


Background Color

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

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

This div background color is #2F484C.


Border color

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

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

This div border color is #2F484C.


Opacity

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

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

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

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

This text has shadow with #2F484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F484C on black background.


Color preview on white background

This text has color #2F484C on white background.



Black color preview on #2F484C background

This text has black color on #2F484C background.


White color preview on #2F484C background

This text has white color on #2F484C background.