COLOR #30272C

HEX: #30272C
RGB: (48,39,44)

Color info

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

RGB color model

#30272C color RGB value is (48,39,44).

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

RGB channels and saturation

R 48 of 255 = 19%
G 39 of 255 = 15%
B 44 of 255 = 17%

48
39
44

R + G + B ~ 17%. #30272C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 39 + 44 = 131 (100%)
R 48 of 131 ~ 36.64%
G 39 of 131 ~ 29.77%
B 44 of 131 ~ 33.59%

%36.64
%29.77
%33.59

CMYK color model

#30272C color CMYK value is (0,19,8,81).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 8.33%
  • key color value is 81.18%
CMYK:
(0,19,8,81)
C0M19Y8K81 
(0%,19%,8%,81%)
(0.00/0.19/0.08/0.81)	

CMYK percentages

%0
%18.75
%8.33
%81.18

Codes

Color #30272C in popluar color models

30272C
RGB483944
HSL327°10.34%17.06%
HSB/HSV327°18.75%18.82%
CMYK0.00%18.75%8.33%
81.18%

Color #30272C in popluar number systems.

HEX30272C
Decimal483944
Binary110000100111101100
Octal604754

Shades and tints

Shades of #30272C

#30272C
(48,39,44)
#2C2428
(44,36,40)
#282124
(40,33,36)
#241E20
(36,30,32)
#201B1C
(32,27,28)
#1C1818
(28,24,24)
#181514
(24,21,20)
#141210
(20,18,16)
#100F0C
(16,15,12)
#0C0C08
(12,12,8)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #30272C

#30272C
(48,39,44)
#423A3F
(66,58,63)
#544D52
(84,77,82)
#666065
(102,96,101)
#787378
(120,115,120)
#8A868B
(138,134,139)
#9C999E
(156,153,158)
#AEACB1
(174,172,177)
#C0BFC4
(192,191,196)
#D2D2D7
(210,210,215)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30272C color. Also use rgb(48,39,44) instead hex code.

Text Font Color

.myTextColor { color: #30272C; }

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

This text font color is #30272C.


Background Color

.myBgColor { background-color: #30272C; }

<div style="background-color:#30272C">Inner text</div>

This div background color is #30272C.


Border color

.myBorderColor { border: 1px solid #30272C; }

<div style="border:3px solid #30272C">Div</div>

This div border color is #30272C.


Opacity

.myOpacity80 { color: #30272C; opacity: 0.8; }

<p style="color:#30272C;opacity:0.8;">80%</p>

Text with #30272C 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 #30272C;}

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

This text has shadow with #30272C color.

.textShadow {text-shadow: 3px 3px 1px #30272C, 3px 3px 1px red;}

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

This text has shadow with #30272C primary color and red secondary color.


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

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

This text has shadow with #30272C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30272C on black background.


Color preview on white background

This text has color #30272C on white background.



Black color preview on #30272C background

This text has black color on #30272C background.


White color preview on #30272C background

This text has white color on #30272C background.