COLOR #272B33

HEX: #272B33
RGB: (39,43,51)

Color info

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

RGB color model

#272B33 color RGB value is (39,43,51).

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

RGB channels and saturation

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

39
43
51

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

Portions of RGB colors in percentages

R + G + B =
39 + 43 + 51 = 133 (100%)
R 39 of 133 ~ 29.32%
G 43 of 133 ~ 32.33%
B 51 of 133 ~ 38.35%

%29.32
%32.33
%38.35

CMYK color model

#272B33 color CMYK value is (24,16,0,80).

  • cyan value is 23.53%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(24,16,0,80)
C24M16Y0K80 
(24%,16%,0%,80%)
(0.24/0.16/0.00/0.80)	

CMYK percentages

%23.53
%15.69
%0
%80

Codes

Color #272B33 in popluar color models

272B33
RGB394351
HSL220°13.33%17.65%
HSB/HSV220°23.53%20.00%
CMYK23.53%15.69%0.00%
80.00%

Color #272B33 in popluar number systems.

HEX272B33
Decimal394351
Binary100111101011110011
Octal475363

Shades and tints

Shades of #272B33

#272B33
(39,43,51)
#24282F
(36,40,47)
#21252B
(33,37,43)
#1E2227
(30,34,39)
#1B1F23
(27,31,35)
#181C1F
(24,28,31)
#15191B
(21,25,27)
#121617
(18,22,23)
#0F1313
(15,19,19)
#0C100F
(12,16,15)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #272B33

#272B33
(39,43,51)
#3A3E45
(58,62,69)
#4D5157
(77,81,87)
#606469
(96,100,105)
#73777B
(115,119,123)
#868A8D
(134,138,141)
#999D9F
(153,157,159)
#ACB0B1
(172,176,177)
#BFC3C3
(191,195,195)
#D2D6D5
(210,214,213)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272B33; }

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

This text font color is #272B33.


Background Color

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

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

This div background color is #272B33.


Border color

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

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

This div border color is #272B33.


Opacity

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

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

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

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

This text has shadow with #272B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272B33 on black background.


Color preview on white background

This text has color #272B33 on white background.



Black color preview on #272B33 background

This text has black color on #272B33 background.


White color preview on #272B33 background

This text has white color on #272B33 background.