COLOR #2F2B48

HEX: #2F2B48
RGB: (47,43,72)

Color info

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

RGB color model

#2F2B48 color RGB value is (47,43,72).

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

RGB channels and saturation

R 47 of 255 = 18%
G 43 of 255 = 17%
B 72 of 255 = 28%

47
43
72

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

Portions of RGB colors in percentages

R + G + B =
47 + 43 + 72 = 162 (100%)
R 47 of 162 ~ 29.01%
G 43 of 162 ~ 26.54%
B 72 of 162 ~ 44.44%

%29.01
%26.54
%44.44

CMYK color model

#2F2B48 color CMYK value is (35,40,0,72).

  • cyan value is 34.72%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(35,40,0,72)
C35M40Y0K72 
(35%,40%,0%,72%)
(0.35/0.40/0.00/0.72)	

CMYK percentages

%34.72
%40.28
%0
%71.76

Codes

Color #2F2B48 in popluar color models

2F2B48
RGB474372
HSL248°25.22%22.55%
HSB/HSV248°40.28%28.24%
CMYK34.72%40.28%0.00%
71.76%

Color #2F2B48 in popluar number systems.

HEX2F2B48
Decimal474372
Binary1011111010111001000
Octal5753110

Shades and tints

Shades of #2F2B48

#2F2B48
(47,43,72)
#2B2842
(43,40,66)
#27253C
(39,37,60)
#232236
(35,34,54)
#1F1F30
(31,31,48)
#1B1C2A
(27,28,42)
#171924
(23,25,36)
#13161E
(19,22,30)
#0F1318
(15,19,24)
#0B1012
(11,16,18)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #2F2B48

#2F2B48
(47,43,72)
#413E58
(65,62,88)
#535168
(83,81,104)
#656478
(101,100,120)
#777788
(119,119,136)
#898A98
(137,138,152)
#9B9DA8
(155,157,168)
#ADB0B8
(173,176,184)
#BFC3C8
(191,195,200)
#D1D6D8
(209,214,216)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F2B48; }

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

This text font color is #2F2B48.


Background Color

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

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

This div background color is #2F2B48.


Border color

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

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

This div border color is #2F2B48.


Opacity

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

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

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

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

This text has shadow with #2F2B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2B48 on black background.


Color preview on white background

This text has color #2F2B48 on white background.



Black color preview on #2F2B48 background

This text has black color on #2F2B48 background.


White color preview on #2F2B48 background

This text has white color on #2F2B48 background.