COLOR #304246

HEX: #304246 RGB: (48,66,70)

Color info

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

RGB color model

#304246 color RGB value is (48,66,70).

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

RGB channels and saturation

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

48
66
70

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

Portions of RGB colors in percentages

R + G + B = 48 + 66 + 70 = 184 (100%)
R 48 of 184 ~ 26.09%
G 66 of 184 ~ 35.87%
B 70 of 184 ~ 38.04'%

%26.09
%35.87
%38.04

CMYK color model

#304246 color CMYK value is (31,6,0,73).

  • cyan value is 31.43%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (31,6,0,73) C31M6Y0K73 (31%,6%,0%,73%) (0.31/0.06/0.00/0.73) 

CMYK percentages

%31.43
%5.71
%0
%72.55

Codes

Color #304246 in popluar color models

30 42 46
RGB 48 66 70
HSL 191° 18.64% 23.14%
HSB/HSV 191° 31.43% 27.45%
CMYK 31.43% 5.71% 0.00%
72.55%

Color #304246 in popluar number systems.

HEX 30 42 46
Decimal 48 66 70
Binary 110000 1000010 1000110
Octal 60 102 106

Shades and tints

Shades of #304246

#304246
(48,66,70)
#2C3C40
(44,60,64)
#28363A
(40,54,58)
#243034
(36,48,52)
#202A2E
(32,42,46)
#1C2428
(28,36,40)
#181E22
(24,30,34)
#14181C
(20,24,28)
#101216
(16,18,22)
#0C0C10
(12,12,16)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #304246

#304246
(48,66,70)
#425356
(66,83,86)
#546466
(84,100,102)
#667576
(102,117,118)
#788686
(120,134,134)
#8A9796
(138,151,150)
#9CA8A6
(156,168,166)
#AEB9B6
(174,185,182)
#C0CAC6
(192,202,198)
#D2DBD6
(210,219,214)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304246; }

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

This text font color is #304246.

Background Color

.myBgColor { background-color: #304246; }

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

This div background color is #304246.

Border color

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

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

This div border color is #304246.

Opacity

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

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

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

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

This text has shadow with #304246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304246.

Preview

Color preview on black background

This text has color #304246 on black background.


Color preview on white background

This text has color #304246 on white background.


Black color preview on #304246 background

This text has black color on #304246 background.


White color preview on #304246 background

This text has white color on #304246 background.


Related colors

Complementary color

Complementary color for #hex is #CFBDB9.


I love getcolorcode.com

Triadic colors

1 #463042 and #424630 with #304246 are triadic colors.

2 #464230 and #423046 with #304246 are triadic colors.