COLOR #27472B

HEX: #27472B
RGB: (39,71,43)

Color info

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

RGB color model

#27472B color RGB value is (39,71,43).

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

RGB channels and saturation

R 39 of 255 = 15%
G 71 of 255 = 28%
B 43 of 255 = 17%

39
71
43

R + G + B ~ 20%. #27472B is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 43 = 153 (100%)
R 39 of 153 ~ 25.49%
G 71 of 153 ~ 46.41%
B 43 of 153 ~ 28.1%

%25.49
%46.41
%28.1

CMYK color model

#27472B color CMYK value is (45,0,39,72).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(45,0,39,72)
C45M0Y39K72 
(45%,0%,39%,72%)
(0.45/0.00/0.39/0.72)	

CMYK percentages

%45.07
%0
%39.44
%72.16

Codes

Color #27472B in popluar color models

27472B
RGB397143
HSL128°29.09%21.57%
HSB/HSV128°45.07%27.84%
CMYK45.07%0.00%39.44%
72.16%

Color #27472B in popluar number systems.

HEX27472B
Decimal397143
Binary1001111000111101011
Octal4710753

Shades and tints

Shades of #27472B

#27472B
(39,71,43)
#244128
(36,65,40)
#213B25
(33,59,37)
#1E3522
(30,53,34)
#1B2F1F
(27,47,31)
#18291C
(24,41,28)
#152319
(21,35,25)
#121D16
(18,29,22)
#0F1713
(15,23,19)
#0C1110
(12,17,16)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #27472B

#27472B
(39,71,43)
#3A573E
(58,87,62)
#4D6751
(77,103,81)
#607764
(96,119,100)
#738777
(115,135,119)
#86978A
(134,151,138)
#99A79D
(153,167,157)
#ACB7B0
(172,183,176)
#BFC7C3
(191,199,195)
#D2D7D6
(210,215,214)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27472B color. Also use rgb(39,71,43) instead hex code.

Text Font Color

.myTextColor { color: #27472B; }

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

This text font color is #27472B.


Background Color

.myBgColor { background-color: #27472B; }

<div style="background-color:#27472B">Inner text</div>

This div background color is #27472B.


Border color

.myBorderColor { border: 1px solid #27472B; }

<div style="border:3px solid #27472B">Div</div>

This div border color is #27472B.


Opacity

.myOpacity80 { color: #27472B; opacity: 0.8; }

<p style="color:#27472B;opacity:0.8;">80%</p>

Text with #27472B 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 #27472B;}

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

This text has shadow with #27472B color.

.textShadow {text-shadow: 3px 3px 1px #27472B, 3px 3px 1px red;}

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

This text has shadow with #27472B primary color and red secondary color.


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

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

This text has shadow with #27472B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27472B on black background.


Color preview on white background

This text has color #27472B on white background.



Black color preview on #27472B background

This text has black color on #27472B background.


White color preview on #27472B background

This text has white color on #27472B background.