COLOR #270D24

HEX: #270D24 RGB: (39,13,36)

Color info

#270D24 contains red, green and blue colors in about the same proportion. Web safe color of #270D24 is #330033 (or #303).

RGB color model

#270D24 color RGB value is (39,13,36).

RGB: (39,13,36) (15%, 5%, 14%)

RGB channels and saturation

R 39 of 255 = 15%
G 13 of 255 = 5%
B 36 of 255 = 14%

39
13
36

R + G + B ~ 11%. #270D24 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 13 + 36 = 88 (100%)
R 39 of 88 ~ 44.32%
G 13 of 88 ~ 14.77%
B 36 of 88 ~ 40.91'%

%44.32
%14.77
%40.91

CMYK color model

#270D24 color CMYK value is (0,67,8,85).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 7.69%
  • key color value is 84.71%

CMYK: (0,67,8,85)
C0M67Y8K85 (0%, 67%, 8%, 85%)
(0.00 / 0.67 / 0.08 / 0.85)

CMYK percentages

%0
%66.67
%7.69
%84.71

Codes

Color #270D24 in popluar color models

27 0D 24
RGB 39 13 36
HSL 307° 50.00% 10.20%
HSB/HSV 307° 66.67% 15.29%
CMYK 0.00% 66.67% 7.69%
84.71%

Color #270D24 in popluar number systems.

HEX 27 0D 24
Decimal 39 13 36
Binary 100111 1101 100100
Octal 47 15 44

Shades and tints

Shades of #270D24

#270D24
(39,13,36)
#240C21
(36,12,33)
#210B1E
(33,11,30)
#1E0A1B
(30,10,27)
#1B0918
(27,9,24)
#180815
(24,8,21)
#150712
(21,7,18)
#12060F
(18,6,15)
#0F050C
(15,5,12)
#0C0409
(12,4,9)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #270D24

#270D24
(39,13,36)
#3A2337
(58,35,55)
#4D394A
(77,57,74)
#604F5D
(96,79,93)
#736570
(115,101,112)
#867B83
(134,123,131)
#999196
(153,145,150)
#ACA7A9
(172,167,169)
#BFBDBC
(191,189,188)
#D2D3CF
(210,211,207)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #270D24; }

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

This text font color is #270D24.

Background Color

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

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

This div background color is #270D24.

Border color

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

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

This div border color is #270D24.

Opacity

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

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

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

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

This text has shadow with #270D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #270D24.

Preview

Color preview on black background

This text has color #270D24 on black background.


Color preview on white background

This text has color #270D24 on white background.


Black color preview on #270D24 background

This text has black color on #270D24 background.


White color preview on #270D24 background

This text has white color on #270D24 background.


Related colors

Complementary color

Complementary color for #hex is #D8F2DB.


I love getcolorcode.com

Triadic colors

1 #24270D and #0D2427 with #270D24 are triadic colors.

2 #240D27 and #0D2724 with #270D24 are triadic colors.