COLOR #272252

HEX: #272252
RGB: (39,34,82)

Color info

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

RGB color model

#272252 color RGB value is (39,34,82).

  • red value is 39;
  • green value is 34;
  • blue value is 82.
RGB:
(39,34,82)
(15%,13%,32%)

RGB channels and saturation

R 39 of 255 = 15%
G 34 of 255 = 13%
B 82 of 255 = 32%

39
34
82

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

Portions of RGB colors in percentages

R + G + B =
39 + 34 + 82 = 155 (100%)
R 39 of 155 ~ 25.16%
G 34 of 155 ~ 21.94%
B 82 of 155 ~ 52.9%

%25.16
%21.94
%52.9

CMYK color model

#272252 color CMYK value is (52,59,0,68).

  • cyan value is 52.44%
  • magenta value is 58.54%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(52,59,0,68)
C52M59Y0K68 
(52%,59%,0%,68%)
(0.52/0.59/0.00/0.68)	

CMYK percentages

%52.44
%58.54
%0
%67.84

Codes

Color #272252 in popluar color models

272252
RGB393482
HSL246°41.38%22.75%
HSB/HSV246°58.54%32.16%
CMYK52.44%58.54%0.00%
67.84%

Color #272252 in popluar number systems.

HEX272252
Decimal393482
Binary1001111000101010010
Octal4742122

Shades and tints

Shades of #272252

#272252
(39,34,82)
#241F4B
(36,31,75)
#211C44
(33,28,68)
#1E193D
(30,25,61)
#1B1636
(27,22,54)
#18132F
(24,19,47)
#151028
(21,16,40)
#120D21
(18,13,33)
#0F0A1A
(15,10,26)
#0C0713
(12,7,19)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #272252

#272252
(39,34,82)
#3A3661
(58,54,97)
#4D4A70
(77,74,112)
#605E7F
(96,94,127)
#73728E
(115,114,142)
#86869D
(134,134,157)
#999AAC
(153,154,172)
#ACAEBB
(172,174,187)
#BFC2CA
(191,194,202)
#D2D6D9
(210,214,217)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272252 color. Also use rgb(39,34,82) instead hex code.

Text Font Color

.myTextColor { color: #272252; }

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

This text font color is #272252.


Background Color

.myBgColor { background-color: #272252; }

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

This div background color is #272252.


Border color

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

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

This div border color is #272252.


Opacity

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

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

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

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

This text has shadow with #272252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272252 on black background.


Color preview on white background

This text has color #272252 on white background.



Black color preview on #272252 background

This text has black color on #272252 background.


White color preview on #272252 background

This text has white color on #272252 background.