COLOR #272A52

HEX: #272A52
RGB: (39,42,82)

Color info

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

RGB color model

#272A52 color RGB value is (39,42,82).

  • red value is 39;
  • green value is 42;
  • blue value is 82.
RGB:
(39,42,82)
(15%,16%,32%)

RGB channels and saturation

R 39 of 255 = 15%
G 42 of 255 = 16%
B 82 of 255 = 32%

39
42
82

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

Portions of RGB colors in percentages

R + G + B =
39 + 42 + 82 = 163 (100%)
R 39 of 163 ~ 23.93%
G 42 of 163 ~ 25.77%
B 82 of 163 ~ 50.31%

%23.93
%25.77
%50.31

CMYK color model

#272A52 color CMYK value is (52,49,0,68).

  • cyan value is 52.44%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(52,49,0,68)
C52M49Y0K68 
(52%,49%,0%,68%)
(0.52/0.49/0.00/0.68)	

CMYK percentages

%52.44
%48.78
%0
%67.84

Codes

Color #272A52 in popluar color models

272A52
RGB394282
HSL236°35.54%23.73%
HSB/HSV236°52.44%32.16%
CMYK52.44%48.78%0.00%
67.84%

Color #272A52 in popluar number systems.

HEX272A52
Decimal394282
Binary1001111010101010010
Octal4752122

Shades and tints

Shades of #272A52

#272A52
(39,42,82)
#24274B
(36,39,75)
#212444
(33,36,68)
#1E213D
(30,33,61)
#1B1E36
(27,30,54)
#181B2F
(24,27,47)
#151828
(21,24,40)
#121521
(18,21,33)
#0F121A
(15,18,26)
#0C0F13
(12,15,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #272A52

#272A52
(39,42,82)
#3A3D61
(58,61,97)
#4D5070
(77,80,112)
#60637F
(96,99,127)
#73768E
(115,118,142)
#86899D
(134,137,157)
#999CAC
(153,156,172)
#ACAFBB
(172,175,187)
#BFC2CA
(191,194,202)
#D2D5D9
(210,213,217)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272A52 color. Also use rgb(39,42,82) instead hex code.

Text Font Color

.myTextColor { color: #272A52; }

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

This text font color is #272A52.


Background Color

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

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

This div background color is #272A52.


Border color

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

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

This div border color is #272A52.


Opacity

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

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

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

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

This text has shadow with #272A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272A52 on black background.


Color preview on white background

This text has color #272A52 on white background.



Black color preview on #272A52 background

This text has black color on #272A52 background.


White color preview on #272A52 background

This text has white color on #272A52 background.