COLOR #30423E

HEX: #30423E RGB: (48,66,62)

Color info

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

RGB color model

#30423E color RGB value is (48,66,62).

RGB: (48,66,62) (19%, 26%, 24%)

RGB channels and saturation

R 48 of 255 = 19%
G 66 of 255 = 26%
B 62 of 255 = 24%

48
66
62

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

Portions of RGB colors in percentages

R + G + B = 48 + 66 + 62 = 176 (100%)
R 48 of 176 ~ 27.27%
G 66 of 176 ~ 37.5%
B 62 of 176 ~ 35.23'%

%27.27
%37.5
%35.23

CMYK color model

#30423E color CMYK value is (27,0,6,74).

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

CMYK: (27,0,6,74)
C27M0Y6K74 (27%, 0%, 6%, 74%)
(0.27 / 0.00 / 0.06 / 0.74)

CMYK percentages

%27.27
%0
%6.06
%74.12

Codes

Color #30423E in popluar color models

30 42 3E
RGB 48 66 62
HSL 167° 15.79% 22.35%
HSB/HSV 167° 27.27% 25.88%
CMYK 27.27% 0.00% 6.06%
74.12%

Color #30423E in popluar number systems.

HEX 30 42 3E
Decimal 48 66 62
Binary 110000 1000010 111110
Octal 60 102 76

Shades and tints

Shades of #30423E

#30423E
(48,66,62)
#2C3C39
(44,60,57)
#283634
(40,54,52)
#24302F
(36,48,47)
#202A2A
(32,42,42)
#1C2425
(28,36,37)
#181E20
(24,30,32)
#14181B
(20,24,27)
#101216
(16,18,22)
#0C0C11
(12,12,17)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #30423E

#30423E
(48,66,62)
#42534F
(66,83,79)
#546460
(84,100,96)
#667571
(102,117,113)
#788682
(120,134,130)
#8A9793
(138,151,147)
#9CA8A4
(156,168,164)
#AEB9B5
(174,185,181)
#C0CAC6
(192,202,198)
#D2DBD7
(210,219,215)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30423E; }

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

This text font color is #30423E.

Background Color

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

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

This div background color is #30423E.

Border color

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

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

This div border color is #30423E.

Opacity

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

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

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

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

This text has shadow with #30423E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30423E.

Preview

Color preview on black background

This text has color #30423E on black background.


Color preview on white background

This text has color #30423E on white background.


Black color preview on #30423E background

This text has black color on #30423E background.


White color preview on #30423E background

This text has white color on #30423E background.


Related colors

Complementary color

Complementary color for #hex is #CFBDC1.


I love getcolorcode.com

Triadic colors

1 #3E3042 and #423E30 with #30423E are triadic colors.

2 #3E4230 and #42303E with #30423E are triadic colors.