COLOR #304649

HEX: #304649
RGB: (48,70,73)

Color info

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

RGB color model

#304649 color RGB value is (48,70,73).

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

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 73 of 255 = 29%

48
70
73

R + G + B ~ 25%. #304649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 70 + 73 = 191 (100%)
R 48 of 191 ~ 25.13%
G 70 of 191 ~ 36.65%
B 73 of 191 ~ 38.22%

%25.13
%36.65
%38.22

CMYK color model

#304649 color CMYK value is (34,4,0,71).

  • cyan value is 34.25%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(34,4,0,71)
C34M4Y0K71 
(34%,4%,0%,71%)
(0.34/0.04/0.00/0.71)	

CMYK percentages

%34.25
%4.11
%0
%71.37

Codes

Color #304649 in popluar color models

304649
RGB487073
HSL187°20.66%23.73%
HSB/HSV187°34.25%28.63%
CMYK34.25%4.11%0.00%
71.37%

Color #304649 in popluar number systems.

HEX304649
Decimal487073
Binary11000010001101001001
Octal60106111

Shades and tints

Shades of #304649

#304649
(48,70,73)
#2C4043
(44,64,67)
#283A3D
(40,58,61)
#243437
(36,52,55)
#202E31
(32,46,49)
#1C282B
(28,40,43)
#182225
(24,34,37)
#141C1F
(20,28,31)
#101619
(16,22,25)
#0C1013
(12,16,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #304649

#304649
(48,70,73)
#425659
(66,86,89)
#546669
(84,102,105)
#667679
(102,118,121)
#788689
(120,134,137)
#8A9699
(138,150,153)
#9CA6A9
(156,166,169)
#AEB6B9
(174,182,185)
#C0C6C9
(192,198,201)
#D2D6D9
(210,214,217)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304649; }

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

This text font color is #304649.


Background Color

.myBgColor { background-color: #304649; }

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

This div background color is #304649.


Border color

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

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

This div border color is #304649.


Opacity

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

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

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

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

This text has shadow with #304649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304649 on black background.


Color preview on white background

This text has color #304649 on white background.



Black color preview on #304649 background

This text has black color on #304649 background.


White color preview on #304649 background

This text has white color on #304649 background.