COLOR #30403C

HEX: #30403C
RGB: (48,64,60)

Color info

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

RGB color model

#30403C color RGB value is (48,64,60).

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

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 60 of 255 = 24%

48
64
60

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

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 60 = 172 (100%)
R 48 of 172 ~ 27.91%
G 64 of 172 ~ 37.21%
B 60 of 172 ~ 34.88%

%27.91
%37.21
%34.88

CMYK color model

#30403C color CMYK value is (25,0,6,75).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 74.90%
CMYK:
(25,0,6,75)
C25M0Y6K75 
(25%,0%,6%,75%)
(0.25/0.00/0.06/0.75)	

CMYK percentages

%25
%0
%6.25
%74.9

Codes

Color #30403C in popluar color models

30403C
RGB486460
HSL165°14.29%21.96%
HSB/HSV165°25.00%25.10%
CMYK25.00%0.00%6.25%
74.90%

Color #30403C in popluar number systems.

HEX30403C
Decimal486460
Binary1100001000000111100
Octal6010074

Shades and tints

Shades of #30403C

#30403C
(48,64,60)
#2C3B37
(44,59,55)
#283632
(40,54,50)
#24312D
(36,49,45)
#202C28
(32,44,40)
#1C2723
(28,39,35)
#18221E
(24,34,30)
#141D19
(20,29,25)
#101814
(16,24,20)
#0C130F
(12,19,15)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #30403C

#30403C
(48,64,60)
#42514D
(66,81,77)
#54625E
(84,98,94)
#66736F
(102,115,111)
#788480
(120,132,128)
#8A9591
(138,149,145)
#9CA6A2
(156,166,162)
#AEB7B3
(174,183,179)
#C0C8C4
(192,200,196)
#D2D9D5
(210,217,213)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30403C; }

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

This text font color is #30403C.


Background Color

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

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

This div background color is #30403C.


Border color

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

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

This div border color is #30403C.


Opacity

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

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

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

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

This text has shadow with #30403C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30403C on black background.


Color preview on white background

This text has color #30403C on white background.



Black color preview on #30403C background

This text has black color on #30403C background.


White color preview on #30403C background

This text has white color on #30403C background.