COLOR #30403F

HEX: #30403F
RGB: (48,64,63)

Color info

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

RGB color model

#30403F color RGB value is (48,64,63).

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

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 63 of 255 = 25%

48
64
63

R + G + B ~ 23%. #30403F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 63 = 175 (100%)
R 48 of 175 ~ 27.43%
G 64 of 175 ~ 36.57%
B 63 of 175 ~ 36%

%27.43
%36.57
%36

CMYK color model

#30403F color CMYK value is (25,0,2,75).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(25,0,2,75)
C25M0Y2K75 
(25%,0%,2%,75%)
(0.25/0.00/0.02/0.75)	

CMYK percentages

%25
%0
%1.56
%74.9

Codes

Color #30403F in popluar color models

30403F
RGB486463
HSL176°14.29%21.96%
HSB/HSV176°25.00%25.10%
CMYK25.00%0.00%1.56%
74.90%

Color #30403F in popluar number systems.

HEX30403F
Decimal486463
Binary1100001000000111111
Octal6010077

Shades and tints

Shades of #30403F

#30403F
(48,64,63)
#2C3B3A
(44,59,58)
#283635
(40,54,53)
#243130
(36,49,48)
#202C2B
(32,44,43)
#1C2726
(28,39,38)
#182221
(24,34,33)
#141D1C
(20,29,28)
#101817
(16,24,23)
#0C1312
(12,19,18)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #30403F

#30403F
(48,64,63)
#425150
(66,81,80)
#546261
(84,98,97)
#667372
(102,115,114)
#788483
(120,132,131)
#8A9594
(138,149,148)
#9CA6A5
(156,166,165)
#AEB7B6
(174,183,182)
#C0C8C7
(192,200,199)
#D2D9D8
(210,217,216)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30403F; }

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

This text font color is #30403F.


Background Color

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

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

This div background color is #30403F.


Border color

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

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

This div border color is #30403F.


Opacity

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

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

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

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

This text has shadow with #30403F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30403F on black background.


Color preview on white background

This text has color #30403F on white background.



Black color preview on #30403F background

This text has black color on #30403F background.


White color preview on #30403F background

This text has white color on #30403F background.