COLOR #30242A

HEX: #30242A
RGB: (48,36,42)

Color info

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

RGB color model

#30242A color RGB value is (48,36,42).

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

RGB channels and saturation

R 48 of 255 = 19%
G 36 of 255 = 14%
B 42 of 255 = 16%

48
36
42

R + G + B ~ 16%. #30242A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 36 + 42 = 126 (100%)
R 48 of 126 ~ 38.1%
G 36 of 126 ~ 28.57%
B 42 of 126 ~ 33.33%

%38.1
%28.57
%33.33

CMYK color model

#30242A color CMYK value is (0,25,13,81).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 12.50%
  • key color value is 81.18%
CMYK:
(0,25,13,81)
C0M25Y13K81 
(0%,25%,13%,81%)
(0.00/0.25/0.13/0.81)	

CMYK percentages

%0
%25
%12.5
%81.18

Codes

Color #30242A in popluar color models

30242A
RGB483642
HSL330°14.29%16.47%
HSB/HSV330°25.00%18.82%
CMYK0.00%25.00%12.50%
81.18%

Color #30242A in popluar number systems.

HEX30242A
Decimal483642
Binary110000100100101010
Octal604452

Shades and tints

Shades of #30242A

#30242A
(48,36,42)
#2C2127
(44,33,39)
#281E24
(40,30,36)
#241B21
(36,27,33)
#20181E
(32,24,30)
#1C151B
(28,21,27)
#181218
(24,18,24)
#140F15
(20,15,21)
#100C12
(16,12,18)
#0C090F
(12,9,15)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #30242A

#30242A
(48,36,42)
#42373D
(66,55,61)
#544A50
(84,74,80)
#665D63
(102,93,99)
#787076
(120,112,118)
#8A8389
(138,131,137)
#9C969C
(156,150,156)
#AEA9AF
(174,169,175)
#C0BCC2
(192,188,194)
#D2CFD5
(210,207,213)
#E4E2E8
(228,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30242A; }

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

This text font color is #30242A.


Background Color

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

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

This div background color is #30242A.


Border color

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

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

This div border color is #30242A.


Opacity

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

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

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

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

This text has shadow with #30242A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30242A on black background.


Color preview on white background

This text has color #30242A on white background.



Black color preview on #30242A background

This text has black color on #30242A background.


White color preview on #30242A background

This text has white color on #30242A background.