COLOR #30423F

HEX: #30423F RGB: (48,66,63)

Color info

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

RGB color model

#30423F color RGB value is (48,66,63).

RGB: (48,66,63) (19%, 26%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 66 of 255 = 26%
B 63 of 255 = 25%

48
66
63

R + G + B ~ 23%. #30423F is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 66 + 63 = 177 (100%)
R 48 of 177 ~ 27.12%
G 66 of 177 ~ 37.29%
B 63 of 177 ~ 35.59'%

%27.12
%37.29
%35.59

CMYK color model

#30423F color CMYK value is (27,0,5,74).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 74.12%

CMYK: (27,0,5,74)
C27M0Y5K74 (27%, 0%, 5%, 74%)
(0.27 / 0.00 / 0.05 / 0.74)

CMYK percentages

%27.27
%0
%4.55
%74.12

Codes

Color #30423F in popluar color models

30 42 3F
RGB 48 66 63
HSL 170° 15.79% 22.35%
HSB/HSV 170° 27.27% 25.88%
CMYK 27.27% 0.00% 4.55%
74.12%

Color #30423F in popluar number systems.

HEX 30 42 3F
Decimal 48 66 63
Binary 110000 1000010 111111
Octal 60 102 77

Shades and tints

Shades of #30423F

#30423F
(48,66,63)
#2C3C3A
(44,60,58)
#283635
(40,54,53)
#243030
(36,48,48)
#202A2B
(32,42,43)
#1C2426
(28,36,38)
#181E21
(24,30,33)
#14181C
(20,24,28)
#101217
(16,18,23)
#0C0C12
(12,12,18)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #30423F

#30423F
(48,66,63)
#425350
(66,83,80)
#546461
(84,100,97)
#667572
(102,117,114)
#788683
(120,134,131)
#8A9794
(138,151,148)
#9CA8A5
(156,168,165)
#AEB9B6
(174,185,182)
#C0CAC7
(192,202,199)
#D2DBD8
(210,219,216)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30423F; }

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

This text font color is #30423F.

Background Color

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

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

This div background color is #30423F.

Border color

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

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

This div border color is #30423F.

Opacity

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

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

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

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

This text has shadow with #30423F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30423F.

Preview

Color preview on black background

This text has color #30423F on black background.


Color preview on white background

This text has color #30423F on white background.


Black color preview on #30423F background

This text has black color on #30423F background.


White color preview on #30423F background

This text has white color on #30423F background.


Related colors

Complementary color

Complementary color for #hex is #CFBDC0.


I love getcolorcode.com

Triadic colors

1 #3F3042 and #423F30 with #30423F are triadic colors.

2 #3F4230 and #42303F with #30423F are triadic colors.