COLOR #27336A

HEX: #27336A
RGB: (39,51,106)

Color info

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

RGB color model

#27336A color RGB value is (39,51,106).

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

RGB channels and saturation

R 39 of 255 = 15%
G 51 of 255 = 20%
B 106 of 255 = 42%

39
51
106

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

Portions of RGB colors in percentages

R + G + B =
39 + 51 + 106 = 196 (100%)
R 39 of 196 ~ 19.9%
G 51 of 196 ~ 26.02%
B 106 of 196 ~ 54.08%

%19.9
%26.02
%54.08

CMYK color model

#27336A color CMYK value is (63,52,0,58).

  • cyan value is 63.21%
  • magenta value is 51.89%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(63,52,0,58)
C63M52Y0K58 
(63%,52%,0%,58%)
(0.63/0.52/0.00/0.58)	

CMYK percentages

%63.21
%51.89
%0
%58.43

Codes

Color #27336A in popluar color models

27336A
RGB3951106
HSL229°46.21%28.43%
HSB/HSV229°63.21%41.57%
CMYK63.21%51.89%0.00%
58.43%

Color #27336A in popluar number systems.

HEX27336A
Decimal3951106
Binary1001111100111101010
Octal4763152

Shades and tints

Shades of #27336A

#27336A
(39,51,106)
#242F61
(36,47,97)
#212B58
(33,43,88)
#1E274F
(30,39,79)
#1B2346
(27,35,70)
#181F3D
(24,31,61)
#151B34
(21,27,52)
#12172B
(18,23,43)
#0F1322
(15,19,34)
#0C0F19
(12,15,25)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #27336A

#27336A
(39,51,106)
#3A4577
(58,69,119)
#4D5784
(77,87,132)
#606991
(96,105,145)
#737B9E
(115,123,158)
#868DAB
(134,141,171)
#999FB8
(153,159,184)
#ACB1C5
(172,177,197)
#BFC3D2
(191,195,210)
#D2D5DF
(210,213,223)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27336A; }

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

This text font color is #27336A.


Background Color

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

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

This div background color is #27336A.


Border color

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

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

This div border color is #27336A.


Opacity

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

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

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

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

This text has shadow with #27336A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27336A on black background.


Color preview on white background

This text has color #27336A on white background.



Black color preview on #27336A background

This text has black color on #27336A background.


White color preview on #27336A background

This text has white color on #27336A background.