COLOR #272553

HEX: #272553
RGB: (39,37,83)

Color info

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

RGB color model

#272553 color RGB value is (39,37,83).

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

RGB channels and saturation

R 39 of 255 = 15%
G 37 of 255 = 15%
B 83 of 255 = 33%

39
37
83

R + G + B ~ 21%. #272553 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 83 = 159 (100%)
R 39 of 159 ~ 24.53%
G 37 of 159 ~ 23.27%
B 83 of 159 ~ 52.2%

%24.53
%23.27
%52.2

CMYK color model

#272553 color CMYK value is (53,55,0,67).

  • cyan value is 53.01%
  • magenta value is 55.42%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(53,55,0,67)
C53M55Y0K67 
(53%,55%,0%,67%)
(0.53/0.55/0.00/0.67)	

CMYK percentages

%53.01
%55.42
%0
%67.45

Codes

Color #272553 in popluar color models

272553
RGB393783
HSL243°38.33%23.53%
HSB/HSV243°55.42%32.55%
CMYK53.01%55.42%0.00%
67.45%

Color #272553 in popluar number systems.

HEX272553
Decimal393783
Binary1001111001011010011
Octal4745123

Shades and tints

Shades of #272553

#272553
(39,37,83)
#24224C
(36,34,76)
#211F45
(33,31,69)
#1E1C3E
(30,28,62)
#1B1937
(27,25,55)
#181630
(24,22,48)
#151329
(21,19,41)
#121022
(18,16,34)
#0F0D1B
(15,13,27)
#0C0A14
(12,10,20)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #272553

#272553
(39,37,83)
#3A3862
(58,56,98)
#4D4B71
(77,75,113)
#605E80
(96,94,128)
#73718F
(115,113,143)
#86849E
(134,132,158)
#9997AD
(153,151,173)
#ACAABC
(172,170,188)
#BFBDCB
(191,189,203)
#D2D0DA
(210,208,218)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272553 color. Also use rgb(39,37,83) instead hex code.

Text Font Color

.myTextColor { color: #272553; }

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

This text font color is #272553.


Background Color

.myBgColor { background-color: #272553; }

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

This div background color is #272553.


Border color

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

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

This div border color is #272553.


Opacity

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

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

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

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

This text has shadow with #272553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272553 on black background.


Color preview on white background

This text has color #272553 on white background.



Black color preview on #272553 background

This text has black color on #272553 background.


White color preview on #272553 background

This text has white color on #272553 background.