COLOR #30484F

HEX: #30484F
RGB: (48,72,79)

Color info

#30484F contains red, green and blue colors in about the same proportion. Web safe color of #30484F is #333366 (or #336).

RGB color model

#30484F color RGB value is (48,72,79).

  • red value is 48;
  • green value is 72;
  • blue value is 79.
RGB:
(48,72,79)
(19%,28%,31%)

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 79 of 255 = 31%

48
72
79

R + G + B ~ 26%. #30484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 79 = 199 (100%)
R 48 of 199 ~ 24.12%
G 72 of 199 ~ 36.18%
B 79 of 199 ~ 39.7%

%24.12
%36.18
%39.7

CMYK color model

#30484F color CMYK value is (39,9,0,69).

  • cyan value is 39.24%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(39,9,0,69)
C39M9Y0K69 
(39%,9%,0%,69%)
(0.39/0.09/0.00/0.69)	

CMYK percentages

%39.24
%8.86
%0
%69.02

Codes

Color #30484F in popluar color models

30484F
RGB487279
HSL194°24.41%24.90%
HSB/HSV194°39.24%30.98%
CMYK39.24%8.86%0.00%
69.02%

Color #30484F in popluar number systems.

HEX30484F
Decimal487279
Binary11000010010001001111
Octal60110117

Shades and tints

Shades of #30484F

#30484F
(48,72,79)
#2C4248
(44,66,72)
#283C41
(40,60,65)
#24363A
(36,54,58)
#203033
(32,48,51)
#1C2A2C
(28,42,44)
#182425
(24,36,37)
#141E1E
(20,30,30)
#101817
(16,24,23)
#0C1210
(12,18,16)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #30484F

#30484F
(48,72,79)
#42585F
(66,88,95)
#54686F
(84,104,111)
#66787F
(102,120,127)
#78888F
(120,136,143)
#8A989F
(138,152,159)
#9CA8AF
(156,168,175)
#AEB8BF
(174,184,191)
#C0C8CF
(192,200,207)
#D2D8DF
(210,216,223)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30484F color. Also use rgb(48,72,79) instead hex code.

Text Font Color

.myTextColor { color: #30484F; }

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

This text font color is #30484F.


Background Color

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

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

This div background color is #30484F.


Border color

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

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

This div border color is #30484F.


Opacity

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

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

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

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

This text has shadow with #30484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30484F on black background.


Color preview on white background

This text has color #30484F on white background.



Black color preview on #30484F background

This text has black color on #30484F background.


White color preview on #30484F background

This text has white color on #30484F background.