COLOR #2F2235

HEX: #2F2235
RGB: (47,34,53)

Color info

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

RGB color model

#2F2235 color RGB value is (47,34,53).

  • red value is 47;
  • green value is 34;
  • blue value is 53.
RGB:
(47,34,53)
(18%,13%,21%)

RGB channels and saturation

R 47 of 255 = 18%
G 34 of 255 = 13%
B 53 of 255 = 21%

47
34
53

R + G + B ~ 17%. #2F2235 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 34 + 53 = 134 (100%)
R 47 of 134 ~ 35.07%
G 34 of 134 ~ 25.37%
B 53 of 134 ~ 39.55%

%35.07
%25.37
%39.55

CMYK color model

#2F2235 color CMYK value is (11,36,0,79).

  • cyan value is 11.32%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(11,36,0,79)
C11M36Y0K79 
(11%,36%,0%,79%)
(0.11/0.36/0.00/0.79)	

CMYK percentages

%11.32
%35.85
%0
%79.22

Codes

Color #2F2235 in popluar color models

2F2235
RGB473453
HSL281°21.84%17.06%
HSB/HSV281°35.85%20.78%
CMYK11.32%35.85%0.00%
79.22%

Color #2F2235 in popluar number systems.

HEX2F2235
Decimal473453
Binary101111100010110101
Octal574265

Shades and tints

Shades of #2F2235

#2F2235
(47,34,53)
#2B1F31
(43,31,49)
#271C2D
(39,28,45)
#231929
(35,25,41)
#1F1625
(31,22,37)
#1B1321
(27,19,33)
#17101D
(23,16,29)
#130D19
(19,13,25)
#0F0A15
(15,10,21)
#0B0711
(11,7,17)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #2F2235

#2F2235
(47,34,53)
#413647
(65,54,71)
#534A59
(83,74,89)
#655E6B
(101,94,107)
#77727D
(119,114,125)
#89868F
(137,134,143)
#9B9AA1
(155,154,161)
#ADAEB3
(173,174,179)
#BFC2C5
(191,194,197)
#D1D6D7
(209,214,215)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2235 color. Also use rgb(47,34,53) instead hex code.

Text Font Color

.myTextColor { color: #2F2235; }

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

This text font color is #2F2235.


Background Color

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

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

This div background color is #2F2235.


Border color

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

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

This div border color is #2F2235.


Opacity

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

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

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

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

This text has shadow with #2F2235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2235 on black background.


Color preview on white background

This text has color #2F2235 on white background.



Black color preview on #2F2235 background

This text has black color on #2F2235 background.


White color preview on #2F2235 background

This text has white color on #2F2235 background.