COLOR #2F0637

HEX: #2F0637
RGB: (47,6,55)

Color info

#2F0637 contains red, green and blue colors in about the same proportion. Web safe color of #2F0637 is #330033 (or #303).

RGB color model

#2F0637 color RGB value is (47,6,55).

  • red value is 47;
  • green value is 6;
  • blue value is 55.
RGB:
(47,6,55)
(18%,2%,22%)

RGB channels and saturation

R 47 of 255 = 18%
G 6 of 255 = 2%
B 55 of 255 = 22%

47
6
55

R + G + B ~ 14%. #2F0637 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 6 + 55 = 108 (100%)
R 47 of 108 ~ 43.52%
G 6 of 108 ~ 5.56%
B 55 of 108 ~ 50.93%

%43.52
%50.93

CMYK color model

#2F0637 color CMYK value is (15,89,0,78).

  • cyan value is 14.55%
  • magenta value is 89.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(15,89,0,78)
C15M89Y0K78 
(15%,89%,0%,78%)
(0.15/0.89/0.00/0.78)	

CMYK percentages

%14.55
%89.09
%0
%78.43

Codes

Color #2F0637 in popluar color models

2F0637
RGB47655
HSL290°80.33%11.96%
HSB/HSV290°89.09%21.57%
CMYK14.55%89.09%0.00%
78.43%

Color #2F0637 in popluar number systems.

HEX2F0637
Decimal47655
Binary101111110110111
Octal57667

Shades and tints

Shades of #2F0637

#2F0637
(47,6,55)
#2B0632
(43,6,50)
#27062D
(39,6,45)
#230628
(35,6,40)
#1F0623
(31,6,35)
#1B061E
(27,6,30)
#170619
(23,6,25)
#130614
(19,6,20)
#0F060F
(15,6,15)
#0B060A
(11,6,10)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #2F0637

#2F0637
(47,6,55)
#411C49
(65,28,73)
#53325B
(83,50,91)
#65486D
(101,72,109)
#775E7F
(119,94,127)
#897491
(137,116,145)
#9B8AA3
(155,138,163)
#ADA0B5
(173,160,181)
#BFB6C7
(191,182,199)
#D1CCD9
(209,204,217)
#E3E2EB
(227,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F0637 color. Also use rgb(47,6,55) instead hex code.

Text Font Color

.myTextColor { color: #2F0637; }

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

This text font color is #2F0637.


Background Color

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

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

This div background color is #2F0637.


Border color

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

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

This div border color is #2F0637.


Opacity

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

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

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

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

This text has shadow with #2F0637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F0637 on black background.


Color preview on white background

This text has color #2F0637 on white background.



Black color preview on #2F0637 background

This text has black color on #2F0637 background.


White color preview on #2F0637 background

This text has white color on #2F0637 background.