COLOR #272F41

HEX: #272F41
RGB: (39,47,65)

Color info

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

RGB color model

#272F41 color RGB value is (39,47,65).

  • red value is 39;
  • green value is 47;
  • blue value is 65.
RGB:
(39,47,65)
(15%,18%,25%)

RGB channels and saturation

R 39 of 255 = 15%
G 47 of 255 = 18%
B 65 of 255 = 25%

39
47
65

R + G + B ~ 19%. #272F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 47 + 65 = 151 (100%)
R 39 of 151 ~ 25.83%
G 47 of 151 ~ 31.13%
B 65 of 151 ~ 43.05%

%25.83
%31.13
%43.05

CMYK color model

#272F41 color CMYK value is (40,28,0,75).

  • cyan value is 40.00%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(40,28,0,75)
C40M28Y0K75 
(40%,28%,0%,75%)
(0.40/0.28/0.00/0.75)	

CMYK percentages

%40
%27.69
%0
%74.51

Codes

Color #272F41 in popluar color models

272F41
RGB394765
HSL222°25.00%20.39%
HSB/HSV222°40.00%25.49%
CMYK40.00%27.69%0.00%
74.51%

Color #272F41 in popluar number systems.

HEX272F41
Decimal394765
Binary1001111011111000001
Octal4757101

Shades and tints

Shades of #272F41

#272F41
(39,47,65)
#242B3C
(36,43,60)
#212737
(33,39,55)
#1E2332
(30,35,50)
#1B1F2D
(27,31,45)
#181B28
(24,27,40)
#151723
(21,23,35)
#12131E
(18,19,30)
#0F0F19
(15,15,25)
#0C0B14
(12,11,20)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #272F41

#272F41
(39,47,65)
#3A4152
(58,65,82)
#4D5363
(77,83,99)
#606574
(96,101,116)
#737785
(115,119,133)
#868996
(134,137,150)
#999BA7
(153,155,167)
#ACADB8
(172,173,184)
#BFBFC9
(191,191,201)
#D2D1DA
(210,209,218)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272F41 color. Also use rgb(39,47,65) instead hex code.

Text Font Color

.myTextColor { color: #272F41; }

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

This text font color is #272F41.


Background Color

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

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

This div background color is #272F41.


Border color

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

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

This div border color is #272F41.


Opacity

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

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

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

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

This text has shadow with #272F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272F41 on black background.


Color preview on white background

This text has color #272F41 on white background.



Black color preview on #272F41 background

This text has black color on #272F41 background.


White color preview on #272F41 background

This text has white color on #272F41 background.