COLOR #272C33

HEX: #272C33
RGB: (39,44,51)

Color info

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

RGB color model

#272C33 color RGB value is (39,44,51).

  • red value is 39;
  • green value is 44;
  • blue value is 51.
RGB:
(39,44,51)
(15%,17%,20%)

RGB channels and saturation

R 39 of 255 = 15%
G 44 of 255 = 17%
B 51 of 255 = 20%

39
44
51

R + G + B ~ 17%. #272C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 44 + 51 = 134 (100%)
R 39 of 134 ~ 29.1%
G 44 of 134 ~ 32.84%
B 51 of 134 ~ 38.06%

%29.1
%32.84
%38.06

CMYK color model

#272C33 color CMYK value is (24,14,0,80).

  • cyan value is 23.53%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(24,14,0,80)
C24M14Y0K80 
(24%,14%,0%,80%)
(0.24/0.14/0.00/0.80)	

CMYK percentages

%23.53
%13.73
%0
%80

Codes

Color #272C33 in popluar color models

272C33
RGB394451
HSL215°13.33%17.65%
HSB/HSV215°23.53%20.00%
CMYK23.53%13.73%0.00%
80.00%

Color #272C33 in popluar number systems.

HEX272C33
Decimal394451
Binary100111101100110011
Octal475463

Shades and tints

Shades of #272C33

#272C33
(39,44,51)
#24282F
(36,40,47)
#21242B
(33,36,43)
#1E2027
(30,32,39)
#1B1C23
(27,28,35)
#18181F
(24,24,31)
#15141B
(21,20,27)
#121017
(18,16,23)
#0F0C13
(15,12,19)
#0C080F
(12,8,15)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #272C33

#272C33
(39,44,51)
#3A3F45
(58,63,69)
#4D5257
(77,82,87)
#606569
(96,101,105)
#73787B
(115,120,123)
#868B8D
(134,139,141)
#999E9F
(153,158,159)
#ACB1B1
(172,177,177)
#BFC4C3
(191,196,195)
#D2D7D5
(210,215,213)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272C33 color. Also use rgb(39,44,51) instead hex code.

Text Font Color

.myTextColor { color: #272C33; }

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

This text font color is #272C33.


Background Color

.myBgColor { background-color: #272C33; }

<div style="background-color:#272C33">Inner text</div>

This div background color is #272C33.


Border color

.myBorderColor { border: 1px solid #272C33; }

<div style="border:3px solid #272C33">Div</div>

This div border color is #272C33.


Opacity

.myOpacity80 { color: #272C33; opacity: 0.8; }

<p style="color:#272C33;opacity:0.8;">80%</p>

Text with #272C33 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 #272C33;}

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

This text has shadow with #272C33 color.

.textShadow {text-shadow: 3px 3px 1px #272C33, 3px 3px 1px red;}

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

This text has shadow with #272C33 primary color and red secondary color.


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

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

This text has shadow with #272C33 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272C33 on black background.


Color preview on white background

This text has color #272C33 on white background.



Black color preview on #272C33 background

This text has black color on #272C33 background.


White color preview on #272C33 background

This text has white color on #272C33 background.