COLOR #2F2A47

HEX: #2F2A47
RGB: (47,42,71)

Color info

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

RGB color model

#2F2A47 color RGB value is (47,42,71).

  • red value is 47;
  • green value is 42;
  • blue value is 71.
RGB:
(47,42,71)
(18%,16%,28%)

RGB channels and saturation

R 47 of 255 = 18%
G 42 of 255 = 16%
B 71 of 255 = 28%

47
42
71

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

Portions of RGB colors in percentages

R + G + B =
47 + 42 + 71 = 160 (100%)
R 47 of 160 ~ 29.38%
G 42 of 160 ~ 26.25%
B 71 of 160 ~ 44.38%

%29.38
%26.25
%44.38

CMYK color model

#2F2A47 color CMYK value is (34,41,0,72).

  • cyan value is 33.80%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(34,41,0,72)
C34M41Y0K72 
(34%,41%,0%,72%)
(0.34/0.41/0.00/0.72)	

CMYK percentages

%33.8
%40.85
%0
%72.16

Codes

Color #2F2A47 in popluar color models

2F2A47
RGB474271
HSL250°25.66%22.16%
HSB/HSV250°40.85%27.84%
CMYK33.80%40.85%0.00%
72.16%

Color #2F2A47 in popluar number systems.

HEX2F2A47
Decimal474271
Binary1011111010101000111
Octal5752107

Shades and tints

Shades of #2F2A47

#2F2A47
(47,42,71)
#2B2741
(43,39,65)
#27243B
(39,36,59)
#232135
(35,33,53)
#1F1E2F
(31,30,47)
#1B1B29
(27,27,41)
#171823
(23,24,35)
#13151D
(19,21,29)
#0F1217
(15,18,23)
#0B0F11
(11,15,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #2F2A47

#2F2A47
(47,42,71)
#413D57
(65,61,87)
#535067
(83,80,103)
#656377
(101,99,119)
#777687
(119,118,135)
#898997
(137,137,151)
#9B9CA7
(155,156,167)
#ADAFB7
(173,175,183)
#BFC2C7
(191,194,199)
#D1D5D7
(209,213,215)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2A47 color. Also use rgb(47,42,71) instead hex code.

Text Font Color

.myTextColor { color: #2F2A47; }

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

This text font color is #2F2A47.


Background Color

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

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

This div background color is #2F2A47.


Border color

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

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

This div border color is #2F2A47.


Opacity

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

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

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

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

This text has shadow with #2F2A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2A47 on black background.


Color preview on white background

This text has color #2F2A47 on white background.



Black color preview on #2F2A47 background

This text has black color on #2F2A47 background.


White color preview on #2F2A47 background

This text has white color on #2F2A47 background.