COLOR #27361D

HEX: #27361D
RGB: (39,54,29)

Color info

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

RGB color model

#27361D color RGB value is (39,54,29).

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

RGB channels and saturation

R 39 of 255 = 15%
G 54 of 255 = 21%
B 29 of 255 = 11%

39
54
29

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

Portions of RGB colors in percentages

R + G + B =
39 + 54 + 29 = 122 (100%)
R 39 of 122 ~ 31.97%
G 54 of 122 ~ 44.26%
B 29 of 122 ~ 23.77%

%31.97
%44.26
%23.77

CMYK color model

#27361D color CMYK value is (28,0,46,79).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 78.82%
CMYK:
(28,0,46,79)
C28M0Y46K79 
(28%,0%,46%,79%)
(0.28/0.00/0.46/0.79)	

CMYK percentages

%27.78
%0
%46.3
%78.82

Codes

Color #27361D in popluar color models

27361D
RGB395429
HSL96°30.12%16.27%
HSB/HSV96°46.30%21.18%
CMYK27.78%0.00%46.30%
78.82%

Color #27361D in popluar number systems.

HEX27361D
Decimal395429
Binary10011111011011101
Octal476635

Shades and tints

Shades of #27361D

#27361D
(39,54,29)
#24321B
(36,50,27)
#212E19
(33,46,25)
#1E2A17
(30,42,23)
#1B2615
(27,38,21)
#182213
(24,34,19)
#151E11
(21,30,17)
#121A0F
(18,26,15)
#0F160D
(15,22,13)
#0C120B
(12,18,11)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #27361D

#27361D
(39,54,29)
#3A4831
(58,72,49)
#4D5A45
(77,90,69)
#606C59
(96,108,89)
#737E6D
(115,126,109)
#869081
(134,144,129)
#99A295
(153,162,149)
#ACB4A9
(172,180,169)
#BFC6BD
(191,198,189)
#D2D8D1
(210,216,209)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27361D; }

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

This text font color is #27361D.


Background Color

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

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

This div background color is #27361D.


Border color

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

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

This div border color is #27361D.


Opacity

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

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

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

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

This text has shadow with #27361D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27361D on black background.


Color preview on white background

This text has color #27361D on white background.



Black color preview on #27361D background

This text has black color on #27361D background.


White color preview on #27361D background

This text has white color on #27361D background.