COLOR #271F49

HEX: #271F49
RGB: (39,31,73)

Color info

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

RGB color model

#271F49 color RGB value is (39,31,73).

  • red value is 39;
  • green value is 31;
  • blue value is 73.
RGB:
(39,31,73)
(15%,12%,29%)

RGB channels and saturation

R 39 of 255 = 15%
G 31 of 255 = 12%
B 73 of 255 = 29%

39
31
73

R + G + B ~ 19%. #271F49 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 31 + 73 = 143 (100%)
R 39 of 143 ~ 27.27%
G 31 of 143 ~ 21.68%
B 73 of 143 ~ 51.05%

%27.27
%21.68
%51.05

CMYK color model

#271F49 color CMYK value is (47,58,0,71).

  • cyan value is 46.58%
  • magenta value is 57.53%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(47,58,0,71)
C47M58Y0K71 
(47%,58%,0%,71%)
(0.47/0.58/0.00/0.71)	

CMYK percentages

%46.58
%57.53
%0
%71.37

Codes

Color #271F49 in popluar color models

271F49
RGB393173
HSL251°40.38%20.39%
HSB/HSV251°57.53%28.63%
CMYK46.58%57.53%0.00%
71.37%

Color #271F49 in popluar number systems.

HEX271F49
Decimal393173
Binary100111111111001001
Octal4737111

Shades and tints

Shades of #271F49

#271F49
(39,31,73)
#241D43
(36,29,67)
#211B3D
(33,27,61)
#1E1937
(30,25,55)
#1B1731
(27,23,49)
#18152B
(24,21,43)
#151325
(21,19,37)
#12111F
(18,17,31)
#0F0F19
(15,15,25)
#0C0D13
(12,13,19)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #271F49

#271F49
(39,31,73)
#3A3359
(58,51,89)
#4D4769
(77,71,105)
#605B79
(96,91,121)
#736F89
(115,111,137)
#868399
(134,131,153)
#9997A9
(153,151,169)
#ACABB9
(172,171,185)
#BFBFC9
(191,191,201)
#D2D3D9
(210,211,217)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271F49 color. Also use rgb(39,31,73) instead hex code.

Text Font Color

.myTextColor { color: #271F49; }

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

This text font color is #271F49.


Background Color

.myBgColor { background-color: #271F49; }

<div style="background-color:#271F49">Inner text</div>

This div background color is #271F49.


Border color

.myBorderColor { border: 1px solid #271F49; }

<div style="border:3px solid #271F49">Div</div>

This div border color is #271F49.


Opacity

.myOpacity80 { color: #271F49; opacity: 0.8; }

<p style="color:#271F49;opacity:0.8;">80%</p>

Text with #271F49 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 #271F49;}

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

This text has shadow with #271F49 color.

.textShadow {text-shadow: 3px 3px 1px #271F49, 3px 3px 1px red;}

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

This text has shadow with #271F49 primary color and red secondary color.


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

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

This text has shadow with #271F49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271F49 on black background.


Color preview on white background

This text has color #271F49 on white background.



Black color preview on #271F49 background

This text has black color on #271F49 background.


White color preview on #271F49 background

This text has white color on #271F49 background.