COLOR #2F2039

HEX: #2F2039
RGB: (47,32,57)

Color info

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

RGB color model

#2F2039 color RGB value is (47,32,57).

  • red value is 47;
  • green value is 32;
  • blue value is 57.
RGB:
(47,32,57)
(18%,13%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 32 of 255 = 13%
B 57 of 255 = 22%

47
32
57

R + G + B ~ 18%. #2F2039 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 32 + 57 = 136 (100%)
R 47 of 136 ~ 34.56%
G 32 of 136 ~ 23.53%
B 57 of 136 ~ 41.91%

%34.56
%23.53
%41.91

CMYK color model

#2F2039 color CMYK value is (18,44,0,78).

  • cyan value is 17.54%
  • magenta value is 43.86%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(18,44,0,78)
C18M44Y0K78 
(18%,44%,0%,78%)
(0.18/0.44/0.00/0.78)	

CMYK percentages

%17.54
%43.86
%0
%77.65

Codes

Color #2F2039 in popluar color models

2F2039
RGB473257
HSL276°28.09%17.45%
HSB/HSV276°43.86%22.35%
CMYK17.54%43.86%0.00%
77.65%

Color #2F2039 in popluar number systems.

HEX2F2039
Decimal473257
Binary101111100000111001
Octal574071

Shades and tints

Shades of #2F2039

#2F2039
(47,32,57)
#2B1E34
(43,30,52)
#271C2F
(39,28,47)
#231A2A
(35,26,42)
#1F1825
(31,24,37)
#1B1620
(27,22,32)
#17141B
(23,20,27)
#131216
(19,18,22)
#0F1011
(15,16,17)
#0B0E0C
(11,14,12)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #2F2039

#2F2039
(47,32,57)
#41344B
(65,52,75)
#53485D
(83,72,93)
#655C6F
(101,92,111)
#777081
(119,112,129)
#898493
(137,132,147)
#9B98A5
(155,152,165)
#ADACB7
(173,172,183)
#BFC0C9
(191,192,201)
#D1D4DB
(209,212,219)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2039 color. Also use rgb(47,32,57) instead hex code.

Text Font Color

.myTextColor { color: #2F2039; }

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

This text font color is #2F2039.


Background Color

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

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

This div background color is #2F2039.


Border color

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

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

This div border color is #2F2039.


Opacity

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

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

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

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

This text has shadow with #2F2039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2039 on black background.


Color preview on white background

This text has color #2F2039 on white background.



Black color preview on #2F2039 background

This text has black color on #2F2039 background.


White color preview on #2F2039 background

This text has white color on #2F2039 background.