COLOR #272849

HEX: #272849
RGB: (39,40,73)

Color info

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

RGB color model

#272849 color RGB value is (39,40,73).

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

RGB channels and saturation

R 39 of 255 = 15%
G 40 of 255 = 16%
B 73 of 255 = 29%

39
40
73

R + G + B ~ 20%. #272849 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 40 + 73 = 152 (100%)
R 39 of 152 ~ 25.66%
G 40 of 152 ~ 26.32%
B 73 of 152 ~ 48.03%

%25.66
%26.32
%48.03

CMYK color model

#272849 color CMYK value is (47,45,0,71).

  • cyan value is 46.58%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(47,45,0,71)
C47M45Y0K71 
(47%,45%,0%,71%)
(0.47/0.45/0.00/0.71)	

CMYK percentages

%46.58
%45.21
%0
%71.37

Codes

Color #272849 in popluar color models

272849
RGB394073
HSL238°30.36%21.96%
HSB/HSV238°46.58%28.63%
CMYK46.58%45.21%0.00%
71.37%

Color #272849 in popluar number systems.

HEX272849
Decimal394073
Binary1001111010001001001
Octal4750111

Shades and tints

Shades of #272849

#272849
(39,40,73)
#242543
(36,37,67)
#21223D
(33,34,61)
#1E1F37
(30,31,55)
#1B1C31
(27,28,49)
#18192B
(24,25,43)
#151625
(21,22,37)
#12131F
(18,19,31)
#0F1019
(15,16,25)
#0C0D13
(12,13,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #272849

#272849
(39,40,73)
#3A3B59
(58,59,89)
#4D4E69
(77,78,105)
#606179
(96,97,121)
#737489
(115,116,137)
#868799
(134,135,153)
#999AA9
(153,154,169)
#ACADB9
(172,173,185)
#BFC0C9
(191,192,201)
#D2D3D9
(210,211,217)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272849; }

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

This text font color is #272849.


Background Color

.myBgColor { background-color: #272849; }

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

This div background color is #272849.


Border color

.myBorderColor { border: 1px solid #272849; }

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

This div border color is #272849.


Opacity

.myOpacity80 { color: #272849; opacity: 0.8; }

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

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

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

This text has shadow with #272849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272849 on black background.


Color preview on white background

This text has color #272849 on white background.



Black color preview on #272849 background

This text has black color on #272849 background.


White color preview on #272849 background

This text has white color on #272849 background.