COLOR #272D5F

HEX: #272D5F
RGB: (39,45,95)

Color info

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

RGB color model

#272D5F color RGB value is (39,45,95).

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

RGB channels and saturation

R 39 of 255 = 15%
G 45 of 255 = 18%
B 95 of 255 = 37%

39
45
95

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

Portions of RGB colors in percentages

R + G + B =
39 + 45 + 95 = 179 (100%)
R 39 of 179 ~ 21.79%
G 45 of 179 ~ 25.14%
B 95 of 179 ~ 53.07%

%21.79
%25.14
%53.07

CMYK color model

#272D5F color CMYK value is (59,53,0,63).

  • cyan value is 58.95%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(59,53,0,63)
C59M53Y0K63 
(59%,53%,0%,63%)
(0.59/0.53/0.00/0.63)	

CMYK percentages

%58.95
%52.63
%0
%62.75

Codes

Color #272D5F in popluar color models

272D5F
RGB394595
HSL234°41.79%26.27%
HSB/HSV234°58.95%37.25%
CMYK58.95%52.63%0.00%
62.75%

Color #272D5F in popluar number systems.

HEX272D5F
Decimal394595
Binary1001111011011011111
Octal4755137

Shades and tints

Shades of #272D5F

#272D5F
(39,45,95)
#242957
(36,41,87)
#21254F
(33,37,79)
#1E2147
(30,33,71)
#1B1D3F
(27,29,63)
#181937
(24,25,55)
#15152F
(21,21,47)
#121127
(18,17,39)
#0F0D1F
(15,13,31)
#0C0917
(12,9,23)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #272D5F

#272D5F
(39,45,95)
#3A406D
(58,64,109)
#4D537B
(77,83,123)
#606689
(96,102,137)
#737997
(115,121,151)
#868CA5
(134,140,165)
#999FB3
(153,159,179)
#ACB2C1
(172,178,193)
#BFC5CF
(191,197,207)
#D2D8DD
(210,216,221)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272D5F; }

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

This text font color is #272D5F.


Background Color

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

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

This div background color is #272D5F.


Border color

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

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

This div border color is #272D5F.


Opacity

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

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

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

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

This text has shadow with #272D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272D5F on black background.


Color preview on white background

This text has color #272D5F on white background.



Black color preview on #272D5F background

This text has black color on #272D5F background.


White color preview on #272D5F background

This text has white color on #272D5F background.