COLOR #30312A

HEX: #30312A
RGB: (48,49,42)

Color info

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

RGB color model

#30312A color RGB value is (48,49,42).

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

RGB channels and saturation

R 48 of 255 = 19%
G 49 of 255 = 19%
B 42 of 255 = 16%

48
49
42

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

Portions of RGB colors in percentages

R + G + B =
48 + 49 + 42 = 139 (100%)
R 48 of 139 ~ 34.53%
G 49 of 139 ~ 35.25%
B 42 of 139 ~ 30.22%

%34.53
%35.25
%30.22

CMYK color model

#30312A color CMYK value is (2,0,14,81).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 80.78%
CMYK:
(2,0,14,81)
C2M0Y14K81 
(2%,0%,14%,81%)
(0.02/0.00/0.14/0.81)	

CMYK percentages

%2.04
%0
%14.29
%80.78

Codes

Color #30312A in popluar color models

30312A
RGB484942
HSL69°7.69%17.84%
HSB/HSV69°14.29%19.22%
CMYK2.04%0.00%14.29%
80.78%

Color #30312A in popluar number systems.

HEX30312A
Decimal484942
Binary110000110001101010
Octal606152

Shades and tints

Shades of #30312A

#30312A
(48,49,42)
#2C2D27
(44,45,39)
#282924
(40,41,36)
#242521
(36,37,33)
#20211E
(32,33,30)
#1C1D1B
(28,29,27)
#181918
(24,25,24)
#141515
(20,21,21)
#101112
(16,17,18)
#0C0D0F
(12,13,15)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #30312A

#30312A
(48,49,42)
#42433D
(66,67,61)
#545550
(84,85,80)
#666763
(102,103,99)
#787976
(120,121,118)
#8A8B89
(138,139,137)
#9C9D9C
(156,157,156)
#AEAFAF
(174,175,175)
#C0C1C2
(192,193,194)
#D2D3D5
(210,211,213)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30312A; }

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

This text font color is #30312A.


Background Color

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

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

This div background color is #30312A.


Border color

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

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

This div border color is #30312A.


Opacity

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

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

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

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

This text has shadow with #30312A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30312A on black background.


Color preview on white background

This text has color #30312A on white background.



Black color preview on #30312A background

This text has black color on #30312A background.


White color preview on #30312A background

This text has white color on #30312A background.