COLOR #272949

HEX: #272949
RGB: (39,41,73)

Color info

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

RGB color model

#272949 color RGB value is (39,41,73).

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

RGB channels and saturation

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

39
41
73

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

Portions of RGB colors in percentages

R + G + B =
39 + 41 + 73 = 153 (100%)
R 39 of 153 ~ 25.49%
G 41 of 153 ~ 26.8%
B 73 of 153 ~ 47.71%

%25.49
%26.8
%47.71

CMYK color model

#272949 color CMYK value is (47,44,0,71).

  • cyan value is 46.58%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(47,44,0,71)
C47M44Y0K71 
(47%,44%,0%,71%)
(0.47/0.44/0.00/0.71)	

CMYK percentages

%46.58
%43.84
%0
%71.37

Codes

Color #272949 in popluar color models

272949
RGB394173
HSL236°30.36%21.96%
HSB/HSV236°46.58%28.63%
CMYK46.58%43.84%0.00%
71.37%

Color #272949 in popluar number systems.

HEX272949
Decimal394173
Binary1001111010011001001
Octal4751111

Shades and tints

Shades of #272949

#272949
(39,41,73)
#242643
(36,38,67)
#21233D
(33,35,61)
#1E2037
(30,32,55)
#1B1D31
(27,29,49)
#181A2B
(24,26,43)
#151725
(21,23,37)
#12141F
(18,20,31)
#0F1119
(15,17,25)
#0C0E13
(12,14,19)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #272949

#272949
(39,41,73)
#3A3C59
(58,60,89)
#4D4F69
(77,79,105)
#606279
(96,98,121)
#737589
(115,117,137)
#868899
(134,136,153)
#999BA9
(153,155,169)
#ACAEB9
(172,174,185)
#BFC1C9
(191,193,201)
#D2D4D9
(210,212,217)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272949; }

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

This text font color is #272949.


Background Color

.myBgColor { background-color: #272949; }

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

This div background color is #272949.


Border color

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

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

This div border color is #272949.


Opacity

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

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

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

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

This text has shadow with #272949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272949 on black background.


Color preview on white background

This text has color #272949 on white background.



Black color preview on #272949 background

This text has black color on #272949 background.


White color preview on #272949 background

This text has white color on #272949 background.