COLOR #27273C

HEX: #27273C
RGB: (39,39,60)

Color info

#27273C contains red, green and blue colors in about the same proportion. Web safe color of #27273C is #333333 (or #333).

RGB color model

#27273C color RGB value is (39,39,60).

  • red value is 39;
  • green value is 39;
  • blue value is 60.
RGB:
(39,39,60)
(15%,15%,24%)

RGB channels and saturation

R 39 of 255 = 15%
G 39 of 255 = 15%
B 60 of 255 = 24%

39
39
60

R + G + B ~ 18%. #27273C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 39 + 60 = 138 (100%)
R 39 of 138 ~ 28.26%
G 39 of 138 ~ 28.26%
B 60 of 138 ~ 43.48%

%28.26
%28.26
%43.48

CMYK color model

#27273C color CMYK value is (35,35,0,76).

  • cyan value is 35.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(35,35,0,76)
C35M35Y0K76 
(35%,35%,0%,76%)
(0.35/0.35/0.00/0.76)	

CMYK percentages

%35
%35
%0
%76.47

Codes

Color #27273C in popluar color models

27273C
RGB393960
HSL240°21.21%19.41%
HSB/HSV240°35.00%23.53%
CMYK35.00%35.00%0.00%
76.47%

Color #27273C in popluar number systems.

HEX27273C
Decimal393960
Binary100111100111111100
Octal474774

Shades and tints

Shades of #27273C

#27273C
(39,39,60)
#242437
(36,36,55)
#212132
(33,33,50)
#1E1E2D
(30,30,45)
#1B1B28
(27,27,40)
#181823
(24,24,35)
#15151E
(21,21,30)
#121219
(18,18,25)
#0F0F14
(15,15,20)
#0C0C0F
(12,12,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #27273C

#27273C
(39,39,60)
#3A3A4D
(58,58,77)
#4D4D5E
(77,77,94)
#60606F
(96,96,111)
#737380
(115,115,128)
#868691
(134,134,145)
#9999A2
(153,153,162)
#ACACB3
(172,172,179)
#BFBFC4
(191,191,196)
#D2D2D5
(210,210,213)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27273C color. Also use rgb(39,39,60) instead hex code.

Text Font Color

.myTextColor { color: #27273C; }

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

This text font color is #27273C.


Background Color

.myBgColor { background-color: #27273C; }

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

This div background color is #27273C.


Border color

.myBorderColor { border: 1px solid #27273C; }

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

This div border color is #27273C.


Opacity

.myOpacity80 { color: #27273C; opacity: 0.8; }

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

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

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

This text has shadow with #27273C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27273C on black background.


Color preview on white background

This text has color #27273C on white background.



Black color preview on #27273C background

This text has black color on #27273C background.


White color preview on #27273C background

This text has white color on #27273C background.