COLOR #304350

HEX: #304350
RGB: (48,67,80)

Color info

#304350 contains red, green and blue colors in about the same proportion. Web safe color of #304350 is #333366 (or #336).

RGB color model

#304350 color RGB value is (48,67,80).

  • red value is 48;
  • green value is 67;
  • blue value is 80.
RGB:
(48,67,80)
(19%,26%,31%)

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 80 of 255 = 31%

48
67
80

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

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 80 = 195 (100%)
R 48 of 195 ~ 24.62%
G 67 of 195 ~ 34.36%
B 80 of 195 ~ 41.03%

%24.62
%34.36
%41.03

CMYK color model

#304350 color CMYK value is (40,16,0,69).

  • cyan value is 40.00%
  • magenta value is 16.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(40,16,0,69)
C40M16Y0K69 
(40%,16%,0%,69%)
(0.40/0.16/0.00/0.69)	

CMYK percentages

%40
%16.25
%0
%68.63

Codes

Color #304350 in popluar color models

304350
RGB486780
HSL204°25.00%25.10%
HSB/HSV204°40.00%31.37%
CMYK40.00%16.25%0.00%
68.63%

Color #304350 in popluar number systems.

HEX304350
Decimal486780
Binary11000010000111010000
Octal60103120

Shades and tints

Shades of #304350

#304350
(48,67,80)
#2C3D49
(44,61,73)
#283742
(40,55,66)
#24313B
(36,49,59)
#202B34
(32,43,52)
#1C252D
(28,37,45)
#181F26
(24,31,38)
#14191F
(20,25,31)
#101318
(16,19,24)
#0C0D11
(12,13,17)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #304350

#304350
(48,67,80)
#42545F
(66,84,95)
#54656E
(84,101,110)
#66767D
(102,118,125)
#78878C
(120,135,140)
#8A989B
(138,152,155)
#9CA9AA
(156,169,170)
#AEBAB9
(174,186,185)
#C0CBC8
(192,203,200)
#D2DCD7
(210,220,215)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304350; }

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

This text font color is #304350.


Background Color

.myBgColor { background-color: #304350; }

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

This div background color is #304350.


Border color

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

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

This div border color is #304350.


Opacity

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

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

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

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

This text has shadow with #304350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304350 on black background.


Color preview on white background

This text has color #304350 on white background.



Black color preview on #304350 background

This text has black color on #304350 background.


White color preview on #304350 background

This text has white color on #304350 background.