COLOR #271B46

HEX: #271B46
RGB: (39,27,70)

Color info

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

RGB color model

#271B46 color RGB value is (39,27,70).

  • red value is 39;
  • green value is 27;
  • blue value is 70.
RGB:
(39,27,70)
(15%,11%,27%)

RGB channels and saturation

R 39 of 255 = 15%
G 27 of 255 = 11%
B 70 of 255 = 27%

39
27
70

R + G + B ~ 18%. #271B46 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 27 + 70 = 136 (100%)
R 39 of 136 ~ 28.68%
G 27 of 136 ~ 19.85%
B 70 of 136 ~ 51.47%

%28.68
%19.85
%51.47

CMYK color model

#271B46 color CMYK value is (44,61,0,73).

  • cyan value is 44.29%
  • magenta value is 61.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(44,61,0,73)
C44M61Y0K73 
(44%,61%,0%,73%)
(0.44/0.61/0.00/0.73)	

CMYK percentages

%44.29
%61.43
%0
%72.55

Codes

Color #271B46 in popluar color models

271B46
RGB392770
HSL257°44.33%19.02%
HSB/HSV257°61.43%27.45%
CMYK44.29%61.43%0.00%
72.55%

Color #271B46 in popluar number systems.

HEX271B46
Decimal392770
Binary100111110111000110
Octal4733106

Shades and tints

Shades of #271B46

#271B46
(39,27,70)
#241940
(36,25,64)
#21173A
(33,23,58)
#1E1534
(30,21,52)
#1B132E
(27,19,46)
#181128
(24,17,40)
#150F22
(21,15,34)
#120D1C
(18,13,28)
#0F0B16
(15,11,22)
#0C0910
(12,9,16)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #271B46

#271B46
(39,27,70)
#3A2F56
(58,47,86)
#4D4366
(77,67,102)
#605776
(96,87,118)
#736B86
(115,107,134)
#867F96
(134,127,150)
#9993A6
(153,147,166)
#ACA7B6
(172,167,182)
#BFBBC6
(191,187,198)
#D2CFD6
(210,207,214)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271B46 color. Also use rgb(39,27,70) instead hex code.

Text Font Color

.myTextColor { color: #271B46; }

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

This text font color is #271B46.


Background Color

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

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

This div background color is #271B46.


Border color

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

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

This div border color is #271B46.


Opacity

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

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

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

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

This text has shadow with #271B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271B46 on black background.


Color preview on white background

This text has color #271B46 on white background.



Black color preview on #271B46 background

This text has black color on #271B46 background.


White color preview on #271B46 background

This text has white color on #271B46 background.