COLOR #272C4F

HEX: #272C4F
RGB: (39,44,79)

Color info

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

RGB color model

#272C4F color RGB value is (39,44,79).

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

RGB channels and saturation

R 39 of 255 = 15%
G 44 of 255 = 17%
B 79 of 255 = 31%

39
44
79

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

Portions of RGB colors in percentages

R + G + B =
39 + 44 + 79 = 162 (100%)
R 39 of 162 ~ 24.07%
G 44 of 162 ~ 27.16%
B 79 of 162 ~ 48.77%

%24.07
%27.16
%48.77

CMYK color model

#272C4F color CMYK value is (51,44,0,69).

  • cyan value is 50.63%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(51,44,0,69)
C51M44Y0K69 
(51%,44%,0%,69%)
(0.51/0.44/0.00/0.69)	

CMYK percentages

%50.63
%44.3
%0
%69.02

Codes

Color #272C4F in popluar color models

272C4F
RGB394479
HSL233°33.90%23.14%
HSB/HSV233°50.63%30.98%
CMYK50.63%44.30%0.00%
69.02%

Color #272C4F in popluar number systems.

HEX272C4F
Decimal394479
Binary1001111011001001111
Octal4754117

Shades and tints

Shades of #272C4F

#272C4F
(39,44,79)
#242848
(36,40,72)
#212441
(33,36,65)
#1E203A
(30,32,58)
#1B1C33
(27,28,51)
#18182C
(24,24,44)
#151425
(21,20,37)
#12101E
(18,16,30)
#0F0C17
(15,12,23)
#0C0810
(12,8,16)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #272C4F

#272C4F
(39,44,79)
#3A3F5F
(58,63,95)
#4D526F
(77,82,111)
#60657F
(96,101,127)
#73788F
(115,120,143)
#868B9F
(134,139,159)
#999EAF
(153,158,175)
#ACB1BF
(172,177,191)
#BFC4CF
(191,196,207)
#D2D7DF
(210,215,223)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272C4F; }

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

This text font color is #272C4F.


Background Color

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

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

This div background color is #272C4F.


Border color

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

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

This div border color is #272C4F.


Opacity

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

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

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

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

This text has shadow with #272C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272C4F on black background.


Color preview on white background

This text has color #272C4F on white background.



Black color preview on #272C4F background

This text has black color on #272C4F background.


White color preview on #272C4F background

This text has white color on #272C4F background.