COLOR #30463F

HEX: #30463F RGB: (48,70,63)

Color info

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

RGB color model

#30463F color RGB value is (48,70,63).

RGB: (48,70,63) (19%, 27%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 63 of 255 = 25%

48
70
63

R + G + B ~ 24%. #30463F is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 70 + 63 = 181 (100%)
R 48 of 181 ~ 26.52%
G 70 of 181 ~ 38.67%
B 63 of 181 ~ 34.81'%

%26.52
%38.67
%34.81

CMYK color model

#30463F color CMYK value is (31,0,10,73).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%

CMYK: (31,0,10,73)
C31M0Y10K73 (31%, 0%, 10%, 73%)
(0.31 / 0.00 / 0.10 / 0.73)

CMYK percentages

%31.43
%0
%10
%72.55

Codes

Color #30463F in popluar color models

30 46 3F
RGB 48 70 63
HSL 161° 18.64% 23.14%
HSB/HSV 161° 31.43% 27.45%
CMYK 31.43% 0.00% 10.00%
72.55%

Color #30463F in popluar number systems.

HEX 30 46 3F
Decimal 48 70 63
Binary 110000 1000110 111111
Octal 60 106 77

Shades and tints

Shades of #30463F

#30463F
(48,70,63)
#2C403A
(44,64,58)
#283A35
(40,58,53)
#243430
(36,52,48)
#202E2B
(32,46,43)
#1C2826
(28,40,38)
#182221
(24,34,33)
#141C1C
(20,28,28)
#101617
(16,22,23)
#0C1012
(12,16,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #30463F

#30463F
(48,70,63)
#425650
(66,86,80)
#546661
(84,102,97)
#667672
(102,118,114)
#788683
(120,134,131)
#8A9694
(138,150,148)
#9CA6A5
(156,166,165)
#AEB6B6
(174,182,182)
#C0C6C7
(192,198,199)
#D2D6D8
(210,214,216)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30463F; }

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

This text font color is #30463F.

Background Color

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

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

This div background color is #30463F.

Border color

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

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

This div border color is #30463F.

Opacity

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

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

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

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

This text has shadow with #30463F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30463F.

Preview

Color preview on black background

This text has color #30463F on black background.


Color preview on white background

This text has color #30463F on white background.


Black color preview on #30463F background

This text has black color on #30463F background.


White color preview on #30463F background

This text has white color on #30463F background.


Related colors

Complementary color

Complementary color for #hex is #CFB9C0.


I love getcolorcode.com

Triadic colors

1 #3F3046 and #463F30 with #30463F are triadic colors.

2 #3F4630 and #46303F with #30463F are triadic colors.