COLOR #30464F

HEX: #30464F RGB: (48,70,79)

Color info

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

RGB color model

#30464F color RGB value is (48,70,79).

RGB: (48,70,79) (19%, 27%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 79 of 255 = 31%

48
70
79

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

Portions of RGB colors in percentages

R + G + B = 48 + 70 + 79 = 197 (100%)
R 48 of 197 ~ 24.37%
G 70 of 197 ~ 35.53%
B 79 of 197 ~ 40.1'%

%24.37
%35.53
%40.1

CMYK color model

#30464F color CMYK value is (39,11,0,69).

  • cyan value is 39.24%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (39,11,0,69)
C39M11Y0K69 (39%, 11%, 0%, 69%)
(0.39 / 0.11 / 0.00 / 0.69)

CMYK percentages

%39.24
%11.39
%0
%69.02

Codes

Color #30464F in popluar color models

30 46 4F
RGB 48 70 79
HSL 197° 24.41% 24.90%
HSB/HSV 197° 39.24% 30.98%
CMYK 39.24% 11.39% 0.00%
69.02%

Color #30464F in popluar number systems.

HEX 30 46 4F
Decimal 48 70 79
Binary 110000 1000110 1001111
Octal 60 106 117

Shades and tints

Shades of #30464F

#30464F
(48,70,79)
#2C4048
(44,64,72)
#283A41
(40,58,65)
#24343A
(36,52,58)
#202E33
(32,46,51)
#1C282C
(28,40,44)
#182225
(24,34,37)
#141C1E
(20,28,30)
#101617
(16,22,23)
#0C1010
(12,16,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #30464F

#30464F
(48,70,79)
#42565F
(66,86,95)
#54666F
(84,102,111)
#66767F
(102,118,127)
#78868F
(120,134,143)
#8A969F
(138,150,159)
#9CA6AF
(156,166,175)
#AEB6BF
(174,182,191)
#C0C6CF
(192,198,207)
#D2D6DF
(210,214,223)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30464F; }

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

This text font color is #30464F.

Background Color

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

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

This div background color is #30464F.

Border color

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

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

This div border color is #30464F.

Opacity

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

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

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

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

This text has shadow with #30464F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30464F.

Preview

Color preview on black background

This text has color #30464F on black background.


Color preview on white background

This text has color #30464F on white background.


Black color preview on #30464F background

This text has black color on #30464F background.


White color preview on #30464F background

This text has white color on #30464F background.


Related colors

Complementary color

Complementary color for #hex is #CFB9B0.


I love getcolorcode.com

Triadic colors

1 #4F3046 and #464F30 with #30464F are triadic colors.

2 #4F4630 and #46304F with #30464F are triadic colors.