COLOR #27371D

HEX: #27371D
RGB: (39,55,29)

Color info

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

RGB color model

#27371D color RGB value is (39,55,29).

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

RGB channels and saturation

R 39 of 255 = 15%
G 55 of 255 = 22%
B 29 of 255 = 11%

39
55
29

R + G + B ~ 16%. #27371D is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 55 + 29 = 123 (100%)
R 39 of 123 ~ 31.71%
G 55 of 123 ~ 44.72%
B 29 of 123 ~ 23.58%

%31.71
%44.72
%23.58

CMYK color model

#27371D color CMYK value is (29,0,47,78).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 78.43%
CMYK:
(29,0,47,78)
C29M0Y47K78 
(29%,0%,47%,78%)
(0.29/0.00/0.47/0.78)	

CMYK percentages

%29.09
%0
%47.27
%78.43

Codes

Color #27371D in popluar color models

27371D
RGB395529
HSL97°30.95%16.47%
HSB/HSV97°47.27%21.57%
CMYK29.09%0.00%47.27%
78.43%

Color #27371D in popluar number systems.

HEX27371D
Decimal395529
Binary10011111011111101
Octal476735

Shades and tints

Shades of #27371D

#27371D
(39,55,29)
#24321B
(36,50,27)
#212D19
(33,45,25)
#1E2817
(30,40,23)
#1B2315
(27,35,21)
#181E13
(24,30,19)
#151911
(21,25,17)
#12140F
(18,20,15)
#0F0F0D
(15,15,13)
#0C0A0B
(12,10,11)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #27371D

#27371D
(39,55,29)
#3A4931
(58,73,49)
#4D5B45
(77,91,69)
#606D59
(96,109,89)
#737F6D
(115,127,109)
#869181
(134,145,129)
#99A395
(153,163,149)
#ACB5A9
(172,181,169)
#BFC7BD
(191,199,189)
#D2D9D1
(210,217,209)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27371D color. Also use rgb(39,55,29) instead hex code.

Text Font Color

.myTextColor { color: #27371D; }

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

This text font color is #27371D.


Background Color

.myBgColor { background-color: #27371D; }

<div style="background-color:#27371D">Inner text</div>

This div background color is #27371D.


Border color

.myBorderColor { border: 1px solid #27371D; }

<div style="border:3px solid #27371D">Div</div>

This div border color is #27371D.


Opacity

.myOpacity80 { color: #27371D; opacity: 0.8; }

<p style="color:#27371D;opacity:0.8;">80%</p>

Text with #27371D 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 #27371D;}

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

This text has shadow with #27371D color.

.textShadow {text-shadow: 3px 3px 1px #27371D, 3px 3px 1px red;}

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

This text has shadow with #27371D primary color and red secondary color.


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

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

This text has shadow with #27371D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27371D on black background.


Color preview on white background

This text has color #27371D on white background.



Black color preview on #27371D background

This text has black color on #27371D background.


White color preview on #27371D background

This text has white color on #27371D background.