COLOR #270C21

HEX: #270C21
RGB: (39,12,33)

Color info

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

RGB color model

#270C21 color RGB value is (39,12,33).

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

RGB channels and saturation

R 39 of 255 = 15%
G 12 of 255 = 5%
B 33 of 255 = 13%

39
12
33

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

Portions of RGB colors in percentages

R + G + B =
39 + 12 + 33 = 84 (100%)
R 39 of 84 ~ 46.43%
G 12 of 84 ~ 14.29%
B 33 of 84 ~ 39.29%

%46.43
%14.29
%39.29

CMYK color model

#270C21 color CMYK value is (0,69,15,85).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 15.38%
  • key color value is 84.71%
CMYK:
(0,69,15,85)
C0M69Y15K85 
(0%,69%,15%,85%)
(0.00/0.69/0.15/0.85)	

CMYK percentages

%0
%69.23
%15.38
%84.71

Codes

Color #270C21 in popluar color models

270C21
RGB391233
HSL313°52.94%10.00%
HSB/HSV313°69.23%15.29%
CMYK0.00%69.23%15.38%
84.71%

Color #270C21 in popluar number systems.

HEX270C21
Decimal391233
Binary1001111100100001
Octal471441

Shades and tints

Shades of #270C21

#270C21
(39,12,33)
#240B1E
(36,11,30)
#210A1B
(33,10,27)
#1E0918
(30,9,24)
#1B0815
(27,8,21)
#180712
(24,7,18)
#15060F
(21,6,15)
#12050C
(18,5,12)
#0F0409
(15,4,9)
#0C0306
(12,3,6)
#090203
(9,2,3)
#000000
(0,0,0)

Tints of #270C21

#270C21
(39,12,33)
#3A2235
(58,34,53)
#4D3849
(77,56,73)
#604E5D
(96,78,93)
#736471
(115,100,113)
#867A85
(134,122,133)
#999099
(153,144,153)
#ACA6AD
(172,166,173)
#BFBCC1
(191,188,193)
#D2D2D5
(210,210,213)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #270C21 color. Also use rgb(39,12,33) instead hex code.

Text Font Color

.myTextColor { color: #270C21; }

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

This text font color is #270C21.


Background Color

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

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

This div background color is #270C21.


Border color

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

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

This div border color is #270C21.


Opacity

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

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

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

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

This text has shadow with #270C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #270C21 on black background.


Color preview on white background

This text has color #270C21 on white background.



Black color preview on #270C21 background

This text has black color on #270C21 background.


White color preview on #270C21 background

This text has white color on #270C21 background.