COLOR #27004B

HEX: #27004B
RGB: (39,0,75)

Color info

#27004B contains only red and blue colors. Web safe color of #27004B is #330033 (or #303).

RGB color model

#27004B color RGB value is (39,0,75).

  • red value is 39;
  • green value is 0;
  • blue value is 75.
RGB:
(39,0,75)
(15%,0%,29%)

RGB channels and saturation

R 39 of 255 = 15%
G 0 of 255 = 0%
B 75 of 255 = 29%

39
0
75

R + G + B ~ 15%. #27004B is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 0 + 75 = 114 (100%)
R 39 of 114 ~ 34.21%
G 0 of 114 ~ 0%
B 75 of 114 ~ 65.79%

%34.21
%65.79

CMYK color model

#27004B color CMYK value is (48,100,0,71).

  • cyan value is 48.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(48,100,0,71)
C48M100Y0K71 
(48%,100%,0%,71%)
(0.48/1.00/0.00/0.71)	

CMYK percentages

%48
%100
%0
%70.59

Codes

Color #27004B in popluar color models

27004B
RGB39075
HSL271°100.00%14.71%
HSB/HSV271°100.00%29.41%
CMYK48.00%100.00%0.00%
70.59%

Color #27004B in popluar number systems.

HEX27004B
Decimal39075
Binary10011101001011
Octal470113

Shades and tints

Shades of #27004B

#27004B
(39,0,75)
#240045
(36,0,69)
#21003F
(33,0,63)
#1E0039
(30,0,57)
#1B0033
(27,0,51)
#18002D
(24,0,45)
#150027
(21,0,39)
#120021
(18,0,33)
#0F001B
(15,0,27)
#0C0015
(12,0,21)
#09000F
(9,0,15)
#000000
(0,0,0)

Tints of #27004B

#27004B
(39,0,75)
#3A175B
(58,23,91)
#4D2E6B
(77,46,107)
#60457B
(96,69,123)
#735C8B
(115,92,139)
#86739B
(134,115,155)
#998AAB
(153,138,171)
#ACA1BB
(172,161,187)
#BFB8CB
(191,184,203)
#D2CFDB
(210,207,219)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27004B color. Also use rgb(39,0,75) instead hex code.

Text Font Color

.myTextColor { color: #27004B; }

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

This text font color is #27004B.


Background Color

.myBgColor { background-color: #27004B; }

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

This div background color is #27004B.


Border color

.myBorderColor { border: 1px solid #27004B; }

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

This div border color is #27004B.


Opacity

.myOpacity80 { color: #27004B; opacity: 0.8; }

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

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

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

This text has shadow with #27004B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27004B on black background.


Color preview on white background

This text has color #27004B on white background.



Black color preview on #27004B background

This text has black color on #27004B background.


White color preview on #27004B background

This text has white color on #27004B background.