COLOR #304149

HEX: #304149
RGB: (48,65,73)

Color info

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

RGB color model

#304149 color RGB value is (48,65,73).

  • red value is 48;
  • green value is 65;
  • blue value is 73.
RGB:
(48,65,73)
(19%,25%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 73 of 255 = 29%

48
65
73

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

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 73 = 186 (100%)
R 48 of 186 ~ 25.81%
G 65 of 186 ~ 34.95%
B 73 of 186 ~ 39.25%

%25.81
%34.95
%39.25

CMYK color model

#304149 color CMYK value is (34,11,0,71).

  • cyan value is 34.25%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,11,0,71)
C34M11Y0K71 
(34%,11%,0%,71%)
(0.34/0.11/0.00/0.71)	

CMYK percentages

%34.25
%10.96
%0
%71.37

Codes

Color #304149 in popluar color models

304149
RGB486573
HSL199°20.66%23.73%
HSB/HSV199°34.25%28.63%
CMYK34.25%10.96%0.00%
71.37%

Color #304149 in popluar number systems.

HEX304149
Decimal486573
Binary11000010000011001001
Octal60101111

Shades and tints

Shades of #304149

#304149
(48,65,73)
#2C3C43
(44,60,67)
#28373D
(40,55,61)
#243237
(36,50,55)
#202D31
(32,45,49)
#1C282B
(28,40,43)
#182325
(24,35,37)
#141E1F
(20,30,31)
#101919
(16,25,25)
#0C1413
(12,20,19)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #304149

#304149
(48,65,73)
#425259
(66,82,89)
#546369
(84,99,105)
#667479
(102,116,121)
#788589
(120,133,137)
#8A9699
(138,150,153)
#9CA7A9
(156,167,169)
#AEB8B9
(174,184,185)
#C0C9C9
(192,201,201)
#D2DAD9
(210,218,217)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304149; }

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

This text font color is #304149.


Background Color

.myBgColor { background-color: #304149; }

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

This div background color is #304149.


Border color

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

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

This div border color is #304149.


Opacity

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

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

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

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

This text has shadow with #304149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304149 on black background.


Color preview on white background

This text has color #304149 on white background.



Black color preview on #304149 background

This text has black color on #304149 background.


White color preview on #304149 background

This text has white color on #304149 background.