COLOR #27373F

HEX: #27373F
RGB: (39,55,63)

Color info

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

RGB color model

#27373F color RGB value is (39,55,63).

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

RGB channels and saturation

R 39 of 255 = 15%
G 55 of 255 = 22%
B 63 of 255 = 25%

39
55
63

R + G + B ~ 21%. #27373F is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 55 + 63 = 157 (100%)
R 39 of 157 ~ 24.84%
G 55 of 157 ~ 35.03%
B 63 of 157 ~ 40.13%

%24.84
%35.03
%40.13

CMYK color model

#27373F color CMYK value is (38,13,0,75).

  • cyan value is 38.10%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(38,13,0,75)
C38M13Y0K75 
(38%,13%,0%,75%)
(0.38/0.13/0.00/0.75)	

CMYK percentages

%38.1
%12.7
%0
%75.29

Codes

Color #27373F in popluar color models

27373F
RGB395563
HSL200°23.53%20.00%
HSB/HSV200°38.10%24.71%
CMYK38.10%12.70%0.00%
75.29%

Color #27373F in popluar number systems.

HEX27373F
Decimal395563
Binary100111110111111111
Octal476777

Shades and tints

Shades of #27373F

#27373F
(39,55,63)
#24323A
(36,50,58)
#212D35
(33,45,53)
#1E2830
(30,40,48)
#1B232B
(27,35,43)
#181E26
(24,30,38)
#151921
(21,25,33)
#12141C
(18,20,28)
#0F0F17
(15,15,23)
#0C0A12
(12,10,18)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #27373F

#27373F
(39,55,63)
#3A4950
(58,73,80)
#4D5B61
(77,91,97)
#606D72
(96,109,114)
#737F83
(115,127,131)
#869194
(134,145,148)
#99A3A5
(153,163,165)
#ACB5B6
(172,181,182)
#BFC7C7
(191,199,199)
#D2D9D8
(210,217,216)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27373F color. Also use rgb(39,55,63) instead hex code.

Text Font Color

.myTextColor { color: #27373F; }

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

This text font color is #27373F.


Background Color

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

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

This div background color is #27373F.


Border color

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

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

This div border color is #27373F.


Opacity

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

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

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

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

This text has shadow with #27373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27373F on black background.


Color preview on white background

This text has color #27373F on white background.



Black color preview on #27373F background

This text has black color on #27373F background.


White color preview on #27373F background

This text has white color on #27373F background.