COLOR #304347

HEX: #304347 RGB: (48,67,71)

Color info

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

RGB color model

#304347 color RGB value is (48,67,71).

RGB: (48,67,71) (19%, 26%, 28%)

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 71 of 255 = 28%

48
67
71

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

Portions of RGB colors in percentages

R + G + B = 48 + 67 + 71 = 186 (100%)
R 48 of 186 ~ 25.81%
G 67 of 186 ~ 36.02%
B 71 of 186 ~ 38.17'%

%25.81
%36.02
%38.17

CMYK color model

#304347 color CMYK value is (32,6,0,72).

  • cyan value is 32.39%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (32,6,0,72)
C32M6Y0K72 (32%, 6%, 0%, 72%)
(0.32 / 0.06 / 0.00 / 0.72)

CMYK percentages

%32.39
%5.63
%0
%72.16

Codes

Color #304347 in popluar color models

30 43 47
RGB 48 67 71
HSL 190° 19.33% 23.33%
HSB/HSV 190° 32.39% 27.84%
CMYK 32.39% 5.63% 0.00%
72.16%

Color #304347 in popluar number systems.

HEX 30 43 47
Decimal 48 67 71
Binary 110000 1000011 1000111
Octal 60 103 107

Shades and tints

Shades of #304347

#304347
(48,67,71)
#2C3D41
(44,61,65)
#28373B
(40,55,59)
#243135
(36,49,53)
#202B2F
(32,43,47)
#1C2529
(28,37,41)
#181F23
(24,31,35)
#14191D
(20,25,29)
#101317
(16,19,23)
#0C0D11
(12,13,17)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #304347

#304347
(48,67,71)
#425457
(66,84,87)
#546567
(84,101,103)
#667677
(102,118,119)
#788787
(120,135,135)
#8A9897
(138,152,151)
#9CA9A7
(156,169,167)
#AEBAB7
(174,186,183)
#C0CBC7
(192,203,199)
#D2DCD7
(210,220,215)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304347; }

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

This text font color is #304347.

Background Color

.myBgColor { background-color: #304347; }

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

This div background color is #304347.

Border color

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

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

This div border color is #304347.

Opacity

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

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

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

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

This text has shadow with #304347 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304347.

Preview

Color preview on black background

This text has color #304347 on black background.


Color preview on white background

This text has color #304347 on white background.


Black color preview on #304347 background

This text has black color on #304347 background.


White color preview on #304347 background

This text has white color on #304347 background.


Related colors

Complementary color

Complementary color for #hex is #CFBCB8.


I love getcolorcode.com

Triadic colors

1 #473043 and #434730 with #304347 are triadic colors.

2 #474330 and #433047 with #304347 are triadic colors.