COLOR #30272B

HEX: #30272B
RGB: (48,39,43)

Color info

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

RGB color model

#30272B color RGB value is (48,39,43).

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

RGB channels and saturation

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

48
39
43

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

Portions of RGB colors in percentages

R + G + B =
48 + 39 + 43 = 130 (100%)
R 48 of 130 ~ 36.92%
G 39 of 130 ~ 30%
B 43 of 130 ~ 33.08%

%36.92
%30
%33.08

CMYK color model

#30272B color CMYK value is (0,19,10,81).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(0,19,10,81)
C0M19Y10K81 
(0%,19%,10%,81%)
(0.00/0.19/0.10/0.81)	

CMYK percentages

%0
%18.75
%10.42
%81.18

Codes

Color #30272B in popluar color models

30272B
RGB483943
HSL333°10.34%17.06%
HSB/HSV333°18.75%18.82%
CMYK0.00%18.75%10.42%
81.18%

Color #30272B in popluar number systems.

HEX30272B
Decimal483943
Binary110000100111101011
Octal604753

Shades and tints

Shades of #30272B

#30272B
(48,39,43)
#2C2428
(44,36,40)
#282125
(40,33,37)
#241E22
(36,30,34)
#201B1F
(32,27,31)
#1C181C
(28,24,28)
#181519
(24,21,25)
#141216
(20,18,22)
#100F13
(16,15,19)
#0C0C10
(12,12,16)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #30272B

#30272B
(48,39,43)
#423A3E
(66,58,62)
#544D51
(84,77,81)
#666064
(102,96,100)
#787377
(120,115,119)
#8A868A
(138,134,138)
#9C999D
(156,153,157)
#AEACB0
(174,172,176)
#C0BFC3
(192,191,195)
#D2D2D6
(210,210,214)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30272B; }

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

This text font color is #30272B.


Background Color

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

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

This div background color is #30272B.


Border color

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

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

This div border color is #30272B.


Opacity

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

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

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

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

This text has shadow with #30272B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30272B on black background.


Color preview on white background

This text has color #30272B on white background.



Black color preview on #30272B background

This text has black color on #30272B background.


White color preview on #30272B background

This text has white color on #30272B background.