COLOR #272155

HEX: #272155
RGB: (39,33,85)

Color info

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

RGB color model

#272155 color RGB value is (39,33,85).

  • red value is 39;
  • green value is 33;
  • blue value is 85.
RGB:
(39,33,85)
(15%,13%,33%)

RGB channels and saturation

R 39 of 255 = 15%
G 33 of 255 = 13%
B 85 of 255 = 33%

39
33
85

R + G + B ~ 20%. #272155 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 33 + 85 = 157 (100%)
R 39 of 157 ~ 24.84%
G 33 of 157 ~ 21.02%
B 85 of 157 ~ 54.14%

%24.84
%21.02
%54.14

CMYK color model

#272155 color CMYK value is (54,61,0,67).

  • cyan value is 54.12%
  • magenta value is 61.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(54,61,0,67)
C54M61Y0K67 
(54%,61%,0%,67%)
(0.54/0.61/0.00/0.67)	

CMYK percentages

%54.12
%61.18
%0
%66.67

Codes

Color #272155 in popluar color models

272155
RGB393385
HSL247°44.07%23.14%
HSB/HSV247°61.18%33.33%
CMYK54.12%61.18%0.00%
66.67%

Color #272155 in popluar number systems.

HEX272155
Decimal393385
Binary1001111000011010101
Octal4741125

Shades and tints

Shades of #272155

#272155
(39,33,85)
#241E4E
(36,30,78)
#211B47
(33,27,71)
#1E1840
(30,24,64)
#1B1539
(27,21,57)
#181232
(24,18,50)
#150F2B
(21,15,43)
#120C24
(18,12,36)
#0F091D
(15,9,29)
#0C0616
(12,6,22)
#09030F
(9,3,15)
#000000
(0,0,0)

Tints of #272155

#272155
(39,33,85)
#3A3564
(58,53,100)
#4D4973
(77,73,115)
#605D82
(96,93,130)
#737191
(115,113,145)
#8685A0
(134,133,160)
#9999AF
(153,153,175)
#ACADBE
(172,173,190)
#BFC1CD
(191,193,205)
#D2D5DC
(210,213,220)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272155 color. Also use rgb(39,33,85) instead hex code.

Text Font Color

.myTextColor { color: #272155; }

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

This text font color is #272155.


Background Color

.myBgColor { background-color: #272155; }

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

This div background color is #272155.


Border color

.myBorderColor { border: 1px solid #272155; }

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

This div border color is #272155.


Opacity

.myOpacity80 { color: #272155; opacity: 0.8; }

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

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

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

This text has shadow with #272155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272155 on black background.


Color preview on white background

This text has color #272155 on white background.



Black color preview on #272155 background

This text has black color on #272155 background.


White color preview on #272155 background

This text has white color on #272155 background.