COLOR #30403B

HEX: #30403B
RGB: (48,64,59)

Color info

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

RGB color model

#30403B color RGB value is (48,64,59).

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

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 59 of 255 = 23%

48
64
59

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

Portions of RGB colors in percentages

R + G + B =
48 + 64 + 59 = 171 (100%)
R 48 of 171 ~ 28.07%
G 64 of 171 ~ 37.43%
B 59 of 171 ~ 34.5%

%28.07
%37.43
%34.5

CMYK color model

#30403B color CMYK value is (25,0,8,75).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(25,0,8,75)
C25M0Y8K75 
(25%,0%,8%,75%)
(0.25/0.00/0.08/0.75)	

CMYK percentages

%25
%0
%7.81
%74.9

Codes

Color #30403B in popluar color models

30403B
RGB486459
HSL161°14.29%21.96%
HSB/HSV161°25.00%25.10%
CMYK25.00%0.00%7.81%
74.90%

Color #30403B in popluar number systems.

HEX30403B
Decimal486459
Binary1100001000000111011
Octal6010073

Shades and tints

Shades of #30403B

#30403B
(48,64,59)
#2C3B36
(44,59,54)
#283631
(40,54,49)
#24312C
(36,49,44)
#202C27
(32,44,39)
#1C2722
(28,39,34)
#18221D
(24,34,29)
#141D18
(20,29,24)
#101813
(16,24,19)
#0C130E
(12,19,14)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #30403B

#30403B
(48,64,59)
#42514C
(66,81,76)
#54625D
(84,98,93)
#66736E
(102,115,110)
#78847F
(120,132,127)
#8A9590
(138,149,144)
#9CA6A1
(156,166,161)
#AEB7B2
(174,183,178)
#C0C8C3
(192,200,195)
#D2D9D4
(210,217,212)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30403B; }

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

This text font color is #30403B.


Background Color

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

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

This div background color is #30403B.


Border color

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

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

This div border color is #30403B.


Opacity

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

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

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

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

This text has shadow with #30403B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30403B on black background.


Color preview on white background

This text has color #30403B on white background.



Black color preview on #30403B background

This text has black color on #30403B background.


White color preview on #30403B background

This text has white color on #30403B background.