COLOR #27372A

HEX: #27372A
RGB: (39,55,42)

Color info

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

RGB color model

#27372A color RGB value is (39,55,42).

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

RGB channels and saturation

R 39 of 255 = 15%
G 55 of 255 = 22%
B 42 of 255 = 16%

39
55
42

R + G + B ~ 18%. #27372A is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 55 + 42 = 136 (100%)
R 39 of 136 ~ 28.68%
G 55 of 136 ~ 40.44%
B 42 of 136 ~ 30.88%

%28.68
%40.44
%30.88

CMYK color model

#27372A color CMYK value is (29,0,24,78).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(29,0,24,78)
C29M0Y24K78 
(29%,0%,24%,78%)
(0.29/0.00/0.24/0.78)	

CMYK percentages

%29.09
%0
%23.64
%78.43

Codes

Color #27372A in popluar color models

27372A
RGB395542
HSL131°17.02%18.43%
HSB/HSV131°29.09%21.57%
CMYK29.09%0.00%23.64%
78.43%

Color #27372A in popluar number systems.

HEX27372A
Decimal395542
Binary100111110111101010
Octal476752

Shades and tints

Shades of #27372A

#27372A
(39,55,42)
#243227
(36,50,39)
#212D24
(33,45,36)
#1E2821
(30,40,33)
#1B231E
(27,35,30)
#181E1B
(24,30,27)
#151918
(21,25,24)
#121415
(18,20,21)
#0F0F12
(15,15,18)
#0C0A0F
(12,10,15)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #27372A

#27372A
(39,55,42)
#3A493D
(58,73,61)
#4D5B50
(77,91,80)
#606D63
(96,109,99)
#737F76
(115,127,118)
#869189
(134,145,137)
#99A39C
(153,163,156)
#ACB5AF
(172,181,175)
#BFC7C2
(191,199,194)
#D2D9D5
(210,217,213)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27372A color. Also use rgb(39,55,42) instead hex code.

Text Font Color

.myTextColor { color: #27372A; }

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

This text font color is #27372A.


Background Color

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

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

This div background color is #27372A.


Border color

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

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

This div border color is #27372A.


Opacity

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

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

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

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

This text has shadow with #27372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27372A on black background.


Color preview on white background

This text has color #27372A on white background.



Black color preview on #27372A background

This text has black color on #27372A background.


White color preview on #27372A background

This text has white color on #27372A background.