COLOR #30312B

HEX: #30312B
RGB: (48,49,43)

Color info

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

RGB color model

#30312B color RGB value is (48,49,43).

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

RGB channels and saturation

R 48 of 255 = 19%
G 49 of 255 = 19%
B 43 of 255 = 17%

48
49
43

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

Portions of RGB colors in percentages

R + G + B =
48 + 49 + 43 = 140 (100%)
R 48 of 140 ~ 34.29%
G 49 of 140 ~ 35%
B 43 of 140 ~ 30.71%

%34.29
%35
%30.71

CMYK color model

#30312B color CMYK value is (2,0,12,81).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 80.78%
CMYK:
(2,0,12,81)
C2M0Y12K81 
(2%,0%,12%,81%)
(0.02/0.00/0.12/0.81)	

CMYK percentages

%2.04
%0
%12.24
%80.78

Codes

Color #30312B in popluar color models

30312B
RGB484943
HSL70°6.52%18.04%
HSB/HSV70°12.24%19.22%
CMYK2.04%0.00%12.24%
80.78%

Color #30312B in popluar number systems.

HEX30312B
Decimal484943
Binary110000110001101011
Octal606153

Shades and tints

Shades of #30312B

#30312B
(48,49,43)
#2C2D28
(44,45,40)
#282925
(40,41,37)
#242522
(36,37,34)
#20211F
(32,33,31)
#1C1D1C
(28,29,28)
#181919
(24,25,25)
#141516
(20,21,22)
#101113
(16,17,19)
#0C0D10
(12,13,16)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #30312B

#30312B
(48,49,43)
#42433E
(66,67,62)
#545551
(84,85,81)
#666764
(102,103,100)
#787977
(120,121,119)
#8A8B8A
(138,139,138)
#9C9D9D
(156,157,157)
#AEAFB0
(174,175,176)
#C0C1C3
(192,193,195)
#D2D3D6
(210,211,214)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30312B; }

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

This text font color is #30312B.


Background Color

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

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

This div background color is #30312B.


Border color

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

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

This div border color is #30312B.


Opacity

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

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

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

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

This text has shadow with #30312B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30312B on black background.


Color preview on white background

This text has color #30312B on white background.



Black color preview on #30312B background

This text has black color on #30312B background.


White color preview on #30312B background

This text has white color on #30312B background.