COLOR #27473C

HEX: #27473C
RGB: (39,71,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

39
71
60

R + G + B ~ 22%. #27473C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 60 = 170 (100%)
R 39 of 170 ~ 22.94%
G 71 of 170 ~ 41.76%
B 60 of 170 ~ 35.29%

%22.94
%41.76
%35.29

CMYK color model

#27473C color CMYK value is (45,0,15,72).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(45,0,15,72)
C45M0Y15K72 
(45%,0%,15%,72%)
(0.45/0.00/0.15/0.72)	

CMYK percentages

%45.07
%0
%15.49
%72.16

Codes

Color #27473C in popluar color models

27473C
RGB397160
HSL159°29.09%21.57%
HSB/HSV159°45.07%27.84%
CMYK45.07%0.00%15.49%
72.16%

Color #27473C in popluar number systems.

HEX27473C
Decimal397160
Binary1001111000111111100
Octal4710774

Shades and tints

Shades of #27473C

#27473C
(39,71,60)
#244137
(36,65,55)
#213B32
(33,59,50)
#1E352D
(30,53,45)
#1B2F28
(27,47,40)
#182923
(24,41,35)
#15231E
(21,35,30)
#121D19
(18,29,25)
#0F1714
(15,23,20)
#0C110F
(12,17,15)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #27473C

#27473C
(39,71,60)
#3A574D
(58,87,77)
#4D675E
(77,103,94)
#60776F
(96,119,111)
#738780
(115,135,128)
#869791
(134,151,145)
#99A7A2
(153,167,162)
#ACB7B3
(172,183,179)
#BFC7C4
(191,199,196)
#D2D7D5
(210,215,213)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27473C; }

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

This text font color is #27473C.


Background Color

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

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

This div background color is #27473C.


Border color

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

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

This div border color is #27473C.


Opacity

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

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

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

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

This text has shadow with #27473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27473C on black background.


Color preview on white background

This text has color #27473C on white background.



Black color preview on #27473C background

This text has black color on #27473C background.


White color preview on #27473C background

This text has white color on #27473C background.