COLOR #27395F

HEX: #27395F
RGB: (39,57,95)

Color info

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

RGB color model

#27395F color RGB value is (39,57,95).

  • red value is 39;
  • green value is 57;
  • blue value is 95.
RGB:
(39,57,95)
(15%,22%,37%)

RGB channels and saturation

R 39 of 255 = 15%
G 57 of 255 = 22%
B 95 of 255 = 37%

39
57
95

R + G + B ~ 25%. #27395F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 57 + 95 = 191 (100%)
R 39 of 191 ~ 20.42%
G 57 of 191 ~ 29.84%
B 95 of 191 ~ 49.74%

%20.42
%29.84
%49.74

CMYK color model

#27395F color CMYK value is (59,40,0,63).

  • cyan value is 58.95%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(59,40,0,63)
C59M40Y0K63 
(59%,40%,0%,63%)
(0.59/0.40/0.00/0.63)	

CMYK percentages

%58.95
%40
%0
%62.75

Codes

Color #27395F in popluar color models

27395F
RGB395795
HSL221°41.79%26.27%
HSB/HSV221°58.95%37.25%
CMYK58.95%40.00%0.00%
62.75%

Color #27395F in popluar number systems.

HEX27395F
Decimal395795
Binary1001111110011011111
Octal4771137

Shades and tints

Shades of #27395F

#27395F
(39,57,95)
#243457
(36,52,87)
#212F4F
(33,47,79)
#1E2A47
(30,42,71)
#1B253F
(27,37,63)
#182037
(24,32,55)
#151B2F
(21,27,47)
#121627
(18,22,39)
#0F111F
(15,17,31)
#0C0C17
(12,12,23)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #27395F

#27395F
(39,57,95)
#3A4B6D
(58,75,109)
#4D5D7B
(77,93,123)
#606F89
(96,111,137)
#738197
(115,129,151)
#8693A5
(134,147,165)
#99A5B3
(153,165,179)
#ACB7C1
(172,183,193)
#BFC9CF
(191,201,207)
#D2DBDD
(210,219,221)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27395F color. Also use rgb(39,57,95) instead hex code.

Text Font Color

.myTextColor { color: #27395F; }

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

This text font color is #27395F.


Background Color

.myBgColor { background-color: #27395F; }

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

This div background color is #27395F.


Border color

.myBorderColor { border: 1px solid #27395F; }

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

This div border color is #27395F.


Opacity

.myOpacity80 { color: #27395F; opacity: 0.8; }

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

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

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

This text has shadow with #27395F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27395F on black background.


Color preview on white background

This text has color #27395F on white background.



Black color preview on #27395F background

This text has black color on #27395F background.


White color preview on #27395F background

This text has white color on #27395F background.