COLOR #272F6C

HEX: #272F6C
RGB: (39,47,108)

Color info

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

RGB color model

#272F6C color RGB value is (39,47,108).

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

RGB channels and saturation

R 39 of 255 = 15%
G 47 of 255 = 18%
B 108 of 255 = 42%

39
47
108

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

Portions of RGB colors in percentages

R + G + B =
39 + 47 + 108 = 194 (100%)
R 39 of 194 ~ 20.1%
G 47 of 194 ~ 24.23%
B 108 of 194 ~ 55.67%

%20.1
%24.23
%55.67

CMYK color model

#272F6C color CMYK value is (64,56,0,58).

  • cyan value is 63.89%
  • magenta value is 56.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(64,56,0,58)
C64M56Y0K58 
(64%,56%,0%,58%)
(0.64/0.56/0.00/0.58)	

CMYK percentages

%63.89
%56.48
%0
%57.65

Codes

Color #272F6C in popluar color models

272F6C
RGB3947108
HSL233°46.94%28.82%
HSB/HSV233°63.89%42.35%
CMYK63.89%56.48%0.00%
57.65%

Color #272F6C in popluar number systems.

HEX272F6C
Decimal3947108
Binary1001111011111101100
Octal4757154

Shades and tints

Shades of #272F6C

#272F6C
(39,47,108)
#242B63
(36,43,99)
#21275A
(33,39,90)
#1E2351
(30,35,81)
#1B1F48
(27,31,72)
#181B3F
(24,27,63)
#151736
(21,23,54)
#12132D
(18,19,45)
#0F0F24
(15,15,36)
#0C0B1B
(12,11,27)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #272F6C

#272F6C
(39,47,108)
#3A4179
(58,65,121)
#4D5386
(77,83,134)
#606593
(96,101,147)
#7377A0
(115,119,160)
#8689AD
(134,137,173)
#999BBA
(153,155,186)
#ACADC7
(172,173,199)
#BFBFD4
(191,191,212)
#D2D1E1
(210,209,225)
#E5E3EE
(229,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272F6C; }

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

This text font color is #272F6C.


Background Color

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

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

This div background color is #272F6C.


Border color

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

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

This div border color is #272F6C.


Opacity

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

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

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

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

This text has shadow with #272F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272F6C on black background.


Color preview on white background

This text has color #272F6C on white background.



Black color preview on #272F6C background

This text has black color on #272F6C background.


White color preview on #272F6C background

This text has white color on #272F6C background.