COLOR #304351

HEX: #304351 RGB: (48,67,81)

Color info

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

RGB color model

#304351 color RGB value is (48,67,81).

RGB: (48,67,81) (19%, 26%, 32%)

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 81 of 255 = 32%

48
67
81

R + G + B ~ 26%. #304351 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 67 + 81 = 196 (100%)
R 48 of 196 ~ 24.49%
G 67 of 196 ~ 34.18%
B 81 of 196 ~ 41.33'%

%24.49
%34.18
%41.33

CMYK color model

#304351 color CMYK value is (41,17,0,68).

  • cyan value is 40.74%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (41,17,0,68) C41M17Y0K68 (41%,17%,0%,68%) (0.41/0.17/0.00/0.68) 

CMYK percentages

%40.74
%17.28
%0
%68.24

Codes

Color #304351 in popluar color models

30 43 51
RGB 48 67 81
HSL 205° 25.58% 25.29%
HSB/HSV 205° 40.74% 31.76%
CMYK 40.74% 17.28% 0.00%
68.24%

Color #304351 in popluar number systems.

HEX 30 43 51
Decimal 48 67 81
Binary 110000 1000011 1010001
Octal 60 103 121

Shades and tints

Shades of #304351

#304351
(48,67,81)
#2C3D4A
(44,61,74)
#283743
(40,55,67)
#24313C
(36,49,60)
#202B35
(32,43,53)
#1C252E
(28,37,46)
#181F27
(24,31,39)
#141920
(20,25,32)
#101319
(16,19,25)
#0C0D12
(12,13,18)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #304351

#304351
(48,67,81)
#425460
(66,84,96)
#54656F
(84,101,111)
#66767E
(102,118,126)
#78878D
(120,135,141)
#8A989C
(138,152,156)
#9CA9AB
(156,169,171)
#AEBABA
(174,186,186)
#C0CBC9
(192,203,201)
#D2DCD8
(210,220,216)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304351; }

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

This text font color is #304351.

Background Color

.myBgColor { background-color: #304351; }

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

This div background color is #304351.

Border color

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

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

This div border color is #304351.

Opacity

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

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

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

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

This text has shadow with #304351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304351.

Preview

Color preview on black background

This text has color #304351 on black background.


Color preview on white background

This text has color #304351 on white background.


Black color preview on #304351 background

This text has black color on #304351 background.


White color preview on #304351 background

This text has white color on #304351 background.


Related colors

Complementary color

Complementary color for #hex is #CFBCAE.


I love getcolorcode.com

Triadic colors

1 #513043 and #435130 with #304351 are triadic colors.

2 #514330 and #433051 with #304351 are triadic colors.