COLOR #270D15

HEX: #270D15
RGB: (39,13,21)

Color info

#270D15 contains red, green and blue colors in about the same proportion. Web safe color of #270D15 is #330000 (or #300).

RGB color model

#270D15 color RGB value is (39,13,21).

  • red value is 39;
  • green value is 13;
  • blue value is 21.
RGB:
(39,13,21)
(15%,5%,8%)

RGB channels and saturation

R 39 of 255 = 15%
G 13 of 255 = 5%
B 21 of 255 = 8%

39
13
21

R + G + B ~ 9%. #270D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 13 + 21 = 73 (100%)
R 39 of 73 ~ 53.42%
G 13 of 73 ~ 17.81%
B 21 of 73 ~ 28.77%

%53.42
%17.81
%28.77

CMYK color model

#270D15 color CMYK value is (0,67,46,85).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 46.15%
  • key color value is 84.71%
CMYK:
(0,67,46,85)
C0M67Y46K85 
(0%,67%,46%,85%)
(0.00/0.67/0.46/0.85)	

CMYK percentages

%0
%66.67
%46.15
%84.71

Codes

Color #270D15 in popluar color models

270D15
RGB391321
HSL342°50.00%10.20%
HSB/HSV342°66.67%15.29%
CMYK0.00%66.67%46.15%
84.71%

Color #270D15 in popluar number systems.

HEX270D15
Decimal391321
Binary100111110110101
Octal471525

Shades and tints

Shades of #270D15

#270D15
(39,13,21)
#240C14
(36,12,20)
#210B13
(33,11,19)
#1E0A12
(30,10,18)
#1B0911
(27,9,17)
#180810
(24,8,16)
#15070F
(21,7,15)
#12060E
(18,6,14)
#0F050D
(15,5,13)
#0C040C
(12,4,12)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #270D15

#270D15
(39,13,21)
#3A232A
(58,35,42)
#4D393F
(77,57,63)
#604F54
(96,79,84)
#736569
(115,101,105)
#867B7E
(134,123,126)
#999193
(153,145,147)
#ACA7A8
(172,167,168)
#BFBDBD
(191,189,189)
#D2D3D2
(210,211,210)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #270D15 color. Also use rgb(39,13,21) instead hex code.

Text Font Color

.myTextColor { color: #270D15; }

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

This text font color is #270D15.


Background Color

.myBgColor { background-color: #270D15; }

<div style="background-color:#270D15">Inner text</div>

This div background color is #270D15.


Border color

.myBorderColor { border: 1px solid #270D15; }

<div style="border:3px solid #270D15">Div</div>

This div border color is #270D15.


Opacity

.myOpacity80 { color: #270D15; opacity: 0.8; }

<p style="color:#270D15;opacity:0.8;">80%</p>

Text with #270D15 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 #270D15;}

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

This text has shadow with #270D15 color.

.textShadow {text-shadow: 3px 3px 1px #270D15, 3px 3px 1px red;}

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

This text has shadow with #270D15 primary color and red secondary color.


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

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

This text has shadow with #270D15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #270D15 on black background.


Color preview on white background

This text has color #270D15 on white background.



Black color preview on #270D15 background

This text has black color on #270D15 background.


White color preview on #270D15 background

This text has white color on #270D15 background.