COLOR #30293F

HEX: #30293F
RGB: (48,41,63)

Color info

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

RGB color model

#30293F color RGB value is (48,41,63).

  • red value is 48;
  • green value is 41;
  • blue value is 63.
RGB:
(48,41,63)
(19%,16%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 41 of 255 = 16%
B 63 of 255 = 25%

48
41
63

R + G + B ~ 20%. #30293F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 41 + 63 = 152 (100%)
R 48 of 152 ~ 31.58%
G 41 of 152 ~ 26.97%
B 63 of 152 ~ 41.45%

%31.58
%26.97
%41.45

CMYK color model

#30293F color CMYK value is (24,35,0,75).

  • cyan value is 23.81%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(24,35,0,75)
C24M35Y0K75 
(24%,35%,0%,75%)
(0.24/0.35/0.00/0.75)	

CMYK percentages

%23.81
%34.92
%0
%75.29

Codes

Color #30293F in popluar color models

30293F
RGB484163
HSL259°21.15%20.39%
HSB/HSV259°34.92%24.71%
CMYK23.81%34.92%0.00%
75.29%

Color #30293F in popluar number systems.

HEX30293F
Decimal484163
Binary110000101001111111
Octal605177

Shades and tints

Shades of #30293F

#30293F
(48,41,63)
#2C263A
(44,38,58)
#282335
(40,35,53)
#242030
(36,32,48)
#201D2B
(32,29,43)
#1C1A26
(28,26,38)
#181721
(24,23,33)
#14141C
(20,20,28)
#101117
(16,17,23)
#0C0E12
(12,14,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #30293F

#30293F
(48,41,63)
#423C50
(66,60,80)
#544F61
(84,79,97)
#666272
(102,98,114)
#787583
(120,117,131)
#8A8894
(138,136,148)
#9C9BA5
(156,155,165)
#AEAEB6
(174,174,182)
#C0C1C7
(192,193,199)
#D2D4D8
(210,212,216)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30293F color. Also use rgb(48,41,63) instead hex code.

Text Font Color

.myTextColor { color: #30293F; }

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

This text font color is #30293F.


Background Color

.myBgColor { background-color: #30293F; }

<div style="background-color:#30293F">Inner text</div>

This div background color is #30293F.


Border color

.myBorderColor { border: 1px solid #30293F; }

<div style="border:3px solid #30293F">Div</div>

This div border color is #30293F.


Opacity

.myOpacity80 { color: #30293F; opacity: 0.8; }

<p style="color:#30293F;opacity:0.8;">80%</p>

Text with #30293F 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 #30293F;}

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

This text has shadow with #30293F color.

.textShadow {text-shadow: 3px 3px 1px #30293F, 3px 3px 1px red;}

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

This text has shadow with #30293F primary color and red secondary color.


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

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

This text has shadow with #30293F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30293F on black background.


Color preview on white background

This text has color #30293F on white background.



Black color preview on #30293F background

This text has black color on #30293F background.


White color preview on #30293F background

This text has white color on #30293F background.