COLOR #272F6D

HEX: #272F6D
RGB: (39,47,109)

Color info

#272F6D contains mainly blue color. Web safe color of #272F6D is #333366 (or #336).

RGB color model

#272F6D color RGB value is (39,47,109).

  • red value is 39;
  • green value is 47;
  • blue value is 109.
RGB:
(39,47,109)
(15%,18%,43%)

RGB channels and saturation

R 39 of 255 = 15%
G 47 of 255 = 18%
B 109 of 255 = 43%

39
47
109

R + G + B ~ 25%. #272F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 47 + 109 = 195 (100%)
R 39 of 195 ~ 20%
G 47 of 195 ~ 24.1%
B 109 of 195 ~ 55.9%

%20
%24.1
%55.9

CMYK color model

#272F6D color CMYK value is (64,57,0,57).

  • cyan value is 64.22%
  • magenta value is 56.88%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(64,57,0,57)
C64M57Y0K57 
(64%,57%,0%,57%)
(0.64/0.57/0.00/0.57)	

CMYK percentages

%64.22
%56.88
%0
%57.25

Codes

Color #272F6D in popluar color models

272F6D
RGB3947109
HSL233°47.30%29.02%
HSB/HSV233°64.22%42.75%
CMYK64.22%56.88%0.00%
57.25%

Color #272F6D in popluar number systems.

HEX272F6D
Decimal3947109
Binary1001111011111101101
Octal4757155

Shades and tints

Shades of #272F6D

#272F6D
(39,47,109)
#242B64
(36,43,100)
#21275B
(33,39,91)
#1E2352
(30,35,82)
#1B1F49
(27,31,73)
#181B40
(24,27,64)
#151737
(21,23,55)
#12132E
(18,19,46)
#0F0F25
(15,15,37)
#0C0B1C
(12,11,28)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #272F6D

#272F6D
(39,47,109)
#3A417A
(58,65,122)
#4D5387
(77,83,135)
#606594
(96,101,148)
#7377A1
(115,119,161)
#8689AE
(134,137,174)
#999BBB
(153,155,187)
#ACADC8
(172,173,200)
#BFBFD5
(191,191,213)
#D2D1E2
(210,209,226)
#E5E3EF
(229,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272F6D color. Also use rgb(39,47,109) instead hex code.

Text Font Color

.myTextColor { color: #272F6D; }

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

This text font color is #272F6D.


Background Color

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

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

This div background color is #272F6D.


Border color

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

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

This div border color is #272F6D.


Opacity

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

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

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

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

This text has shadow with #272F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272F6D on black background.


Color preview on white background

This text has color #272F6D on white background.



Black color preview on #272F6D background

This text has black color on #272F6D background.


White color preview on #272F6D background

This text has white color on #272F6D background.