COLOR #272A5F

HEX: #272A5F
RGB: (39,42,95)

Color info

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

RGB color model

#272A5F color RGB value is (39,42,95).

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

RGB channels and saturation

R 39 of 255 = 15%
G 42 of 255 = 16%
B 95 of 255 = 37%

39
42
95

R + G + B ~ 23%. #272A5F is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 42 + 95 = 176 (100%)
R 39 of 176 ~ 22.16%
G 42 of 176 ~ 23.86%
B 95 of 176 ~ 53.98%

%22.16
%23.86
%53.98

CMYK color model

#272A5F color CMYK value is (59,56,0,63).

  • cyan value is 58.95%
  • magenta value is 55.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(59,56,0,63)
C59M56Y0K63 
(59%,56%,0%,63%)
(0.59/0.56/0.00/0.63)	

CMYK percentages

%58.95
%55.79
%0
%62.75

Codes

Color #272A5F in popluar color models

272A5F
RGB394295
HSL237°41.79%26.27%
HSB/HSV237°58.95%37.25%
CMYK58.95%55.79%0.00%
62.75%

Color #272A5F in popluar number systems.

HEX272A5F
Decimal394295
Binary1001111010101011111
Octal4752137

Shades and tints

Shades of #272A5F

#272A5F
(39,42,95)
#242757
(36,39,87)
#21244F
(33,36,79)
#1E2147
(30,33,71)
#1B1E3F
(27,30,63)
#181B37
(24,27,55)
#15182F
(21,24,47)
#121527
(18,21,39)
#0F121F
(15,18,31)
#0C0F17
(12,15,23)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #272A5F

#272A5F
(39,42,95)
#3A3D6D
(58,61,109)
#4D507B
(77,80,123)
#606389
(96,99,137)
#737697
(115,118,151)
#8689A5
(134,137,165)
#999CB3
(153,156,179)
#ACAFC1
(172,175,193)
#BFC2CF
(191,194,207)
#D2D5DD
(210,213,221)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272A5F; }

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

This text font color is #272A5F.


Background Color

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

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

This div background color is #272A5F.


Border color

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

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

This div border color is #272A5F.


Opacity

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

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

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

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

This text has shadow with #272A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272A5F on black background.


Color preview on white background

This text has color #272A5F on white background.



Black color preview on #272A5F background

This text has black color on #272A5F background.


White color preview on #272A5F background

This text has white color on #272A5F background.