COLOR #27376A

HEX: #27376A
RGB: (39,55,106)

Color info

#27376A contains mainly green and blue colors. Web safe color of #27376A is #333366 (or #336).

RGB color model

#27376A color RGB value is (39,55,106).

  • red value is 39;
  • green value is 55;
  • blue value is 106.
RGB:
(39,55,106)
(15%,22%,42%)

RGB channels and saturation

R 39 of 255 = 15%
G 55 of 255 = 22%
B 106 of 255 = 42%

39
55
106

R + G + B ~ 26%. #27376A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 55 + 106 = 200 (100%)
R 39 of 200 ~ 19.5%
G 55 of 200 ~ 27.5%
B 106 of 200 ~ 53%

%19.5
%27.5
%53

CMYK color model

#27376A color CMYK value is (63,48,0,58).

  • cyan value is 63.21%
  • magenta value is 48.11%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(63,48,0,58)
C63M48Y0K58 
(63%,48%,0%,58%)
(0.63/0.48/0.00/0.58)	

CMYK percentages

%63.21
%48.11
%0
%58.43

Codes

Color #27376A in popluar color models

27376A
RGB3955106
HSL226°46.21%28.43%
HSB/HSV226°63.21%41.57%
CMYK63.21%48.11%0.00%
58.43%

Color #27376A in popluar number systems.

HEX27376A
Decimal3955106
Binary1001111101111101010
Octal4767152

Shades and tints

Shades of #27376A

#27376A
(39,55,106)
#243261
(36,50,97)
#212D58
(33,45,88)
#1E284F
(30,40,79)
#1B2346
(27,35,70)
#181E3D
(24,30,61)
#151934
(21,25,52)
#12142B
(18,20,43)
#0F0F22
(15,15,34)
#0C0A19
(12,10,25)
#090510
(9,5,16)
#000000
(0,0,0)

Tints of #27376A

#27376A
(39,55,106)
#3A4977
(58,73,119)
#4D5B84
(77,91,132)
#606D91
(96,109,145)
#737F9E
(115,127,158)
#8691AB
(134,145,171)
#99A3B8
(153,163,184)
#ACB5C5
(172,181,197)
#BFC7D2
(191,199,210)
#D2D9DF
(210,217,223)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27376A color. Also use rgb(39,55,106) instead hex code.

Text Font Color

.myTextColor { color: #27376A; }

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

This text font color is #27376A.


Background Color

.myBgColor { background-color: #27376A; }

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

This div background color is #27376A.


Border color

.myBorderColor { border: 1px solid #27376A; }

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

This div border color is #27376A.


Opacity

.myOpacity80 { color: #27376A; opacity: 0.8; }

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

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

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

This text has shadow with #27376A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27376A on black background.


Color preview on white background

This text has color #27376A on white background.



Black color preview on #27376A background

This text has black color on #27376A background.


White color preview on #27376A background

This text has white color on #27376A background.