COLOR #304242

HEX: #304242 RGB: (48,66,66)

Color info

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

RGB color model

#304242 color RGB value is (48,66,66).

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

RGB channels and saturation

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

48
66
66

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

Portions of RGB colors in percentages

R + G + B = 48 + 66 + 66 = 180 (100%)
R 48 of 180 ~ 26.67%
G 66 of 180 ~ 36.67%
B 66 of 180 ~ 36.67'%

%26.67
%36.67
%36.67

CMYK color model

#304242 color CMYK value is (27,0,0,74).

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

CMYK: (27,0,0,74)
C27M0Y0K74 (27%, 0%, 0%, 74%)
(0.27 / 0.00 / 0.00 / 0.74)

CMYK percentages

%27.27
%0
%0
%74.12

Codes

Color #304242 in popluar color models

30 42 42
RGB 48 66 66
HSL 180° 15.79% 22.35%
HSB/HSV 180° 27.27% 25.88%
CMYK 27.27% 0.00% 0.00%
74.12%

Color #304242 in popluar number systems.

HEX 30 42 42
Decimal 48 66 66
Binary 110000 1000010 1000010
Octal 60 102 102

Shades and tints

Shades of #304242

#304242
(48,66,66)
#2C3C3C
(44,60,60)
#283636
(40,54,54)
#243030
(36,48,48)
#202A2A
(32,42,42)
#1C2424
(28,36,36)
#181E1E
(24,30,30)
#141818
(20,24,24)
#101212
(16,18,18)
#0C0C0C
(12,12,12)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #304242

#304242
(48,66,66)
#425353
(66,83,83)
#546464
(84,100,100)
#667575
(102,117,117)
#788686
(120,134,134)
#8A9797
(138,151,151)
#9CA8A8
(156,168,168)
#AEB9B9
(174,185,185)
#C0CACA
(192,202,202)
#D2DBDB
(210,219,219)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304242; }

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

This text font color is #304242.

Background Color

.myBgColor { background-color: #304242; }

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

This div background color is #304242.

Border color

.myBorderColor { border: 1px solid #304242; }

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

This div border color is #304242.

Opacity

.myOpacity80 { color: #304242; opacity: 0.8; }

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

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

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

This text has shadow with #304242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304242.

Preview

Color preview on black background

This text has color #304242 on black background.


Color preview on white background

This text has color #304242 on white background.


Black color preview on #304242 background

This text has black color on #304242 background.


White color preview on #304242 background

This text has white color on #304242 background.


Related colors

Complementary color

Complementary color for #hex is #CFBDBD.


I love getcolorcode.com