COLOR #272C51

HEX: #272C51
RGB: (39,44,81)

Color info

#272C51 contains red, green and blue colors in about the same proportion. Web safe color of #272C51 is #333366 (or #336).

RGB color model

#272C51 color RGB value is (39,44,81).

  • red value is 39;
  • green value is 44;
  • blue value is 81.
RGB:
(39,44,81)
(15%,17%,32%)

RGB channels and saturation

R 39 of 255 = 15%
G 44 of 255 = 17%
B 81 of 255 = 32%

39
44
81

R + G + B ~ 21%. #272C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 44 + 81 = 164 (100%)
R 39 of 164 ~ 23.78%
G 44 of 164 ~ 26.83%
B 81 of 164 ~ 49.39%

%23.78
%26.83
%49.39

CMYK color model

#272C51 color CMYK value is (52,46,0,68).

  • cyan value is 51.85%
  • magenta value is 45.68%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(52,46,0,68)
C52M46Y0K68 
(52%,46%,0%,68%)
(0.52/0.46/0.00/0.68)	

CMYK percentages

%51.85
%45.68
%0
%68.24

Codes

Color #272C51 in popluar color models

272C51
RGB394481
HSL233°35.00%23.53%
HSB/HSV233°51.85%31.76%
CMYK51.85%45.68%0.00%
68.24%

Color #272C51 in popluar number systems.

HEX272C51
Decimal394481
Binary1001111011001010001
Octal4754121

Shades and tints

Shades of #272C51

#272C51
(39,44,81)
#24284A
(36,40,74)
#212443
(33,36,67)
#1E203C
(30,32,60)
#1B1C35
(27,28,53)
#18182E
(24,24,46)
#151427
(21,20,39)
#121020
(18,16,32)
#0F0C19
(15,12,25)
#0C0812
(12,8,18)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #272C51

#272C51
(39,44,81)
#3A3F60
(58,63,96)
#4D526F
(77,82,111)
#60657E
(96,101,126)
#73788D
(115,120,141)
#868B9C
(134,139,156)
#999EAB
(153,158,171)
#ACB1BA
(172,177,186)
#BFC4C9
(191,196,201)
#D2D7D8
(210,215,216)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272C51 color. Also use rgb(39,44,81) instead hex code.

Text Font Color

.myTextColor { color: #272C51; }

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

This text font color is #272C51.


Background Color

.myBgColor { background-color: #272C51; }

<div style="background-color:#272C51">Inner text</div>

This div background color is #272C51.


Border color

.myBorderColor { border: 1px solid #272C51; }

<div style="border:3px solid #272C51">Div</div>

This div border color is #272C51.


Opacity

.myOpacity80 { color: #272C51; opacity: 0.8; }

<p style="color:#272C51;opacity:0.8;">80%</p>

Text with #272C51 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 #272C51;}

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

This text has shadow with #272C51 color.

.textShadow {text-shadow: 3px 3px 1px #272C51, 3px 3px 1px red;}

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

This text has shadow with #272C51 primary color and red secondary color.


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

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

This text has shadow with #272C51 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272C51 on black background.


Color preview on white background

This text has color #272C51 on white background.



Black color preview on #272C51 background

This text has black color on #272C51 background.


White color preview on #272C51 background

This text has white color on #272C51 background.