COLOR #272F38

HEX: #272F38
RGB: (39,47,56)

Color info

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

RGB color model

#272F38 color RGB value is (39,47,56).

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

RGB channels and saturation

R 39 of 255 = 15%
G 47 of 255 = 18%
B 56 of 255 = 22%

39
47
56

R + G + B ~ 18%. #272F38 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 47 + 56 = 142 (100%)
R 39 of 142 ~ 27.46%
G 47 of 142 ~ 33.1%
B 56 of 142 ~ 39.44%

%27.46
%33.1
%39.44

CMYK color model

#272F38 color CMYK value is (30,16,0,78).

  • cyan value is 30.36%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(30,16,0,78)
C30M16Y0K78 
(30%,16%,0%,78%)
(0.30/0.16/0.00/0.78)	

CMYK percentages

%30.36
%16.07
%0
%78.04

Codes

Color #272F38 in popluar color models

272F38
RGB394756
HSL212°17.89%18.63%
HSB/HSV212°30.36%21.96%
CMYK30.36%16.07%0.00%
78.04%

Color #272F38 in popluar number systems.

HEX272F38
Decimal394756
Binary100111101111111000
Octal475770

Shades and tints

Shades of #272F38

#272F38
(39,47,56)
#242B33
(36,43,51)
#21272E
(33,39,46)
#1E2329
(30,35,41)
#1B1F24
(27,31,36)
#181B1F
(24,27,31)
#15171A
(21,23,26)
#121315
(18,19,21)
#0F0F10
(15,15,16)
#0C0B0B
(12,11,11)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #272F38

#272F38
(39,47,56)
#3A414A
(58,65,74)
#4D535C
(77,83,92)
#60656E
(96,101,110)
#737780
(115,119,128)
#868992
(134,137,146)
#999BA4
(153,155,164)
#ACADB6
(172,173,182)
#BFBFC8
(191,191,200)
#D2D1DA
(210,209,218)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272F38; }

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

This text font color is #272F38.


Background Color

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

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

This div background color is #272F38.


Border color

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

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

This div border color is #272F38.


Opacity

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

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

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

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

This text has shadow with #272F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272F38 on black background.


Color preview on white background

This text has color #272F38 on white background.



Black color preview on #272F38 background

This text has black color on #272F38 background.


White color preview on #272F38 background

This text has white color on #272F38 background.