COLOR #304163

HEX: #304163
RGB: (48,65,99)

Color info

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

RGB color model

#304163 color RGB value is (48,65,99).

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

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 99 of 255 = 39%

48
65
99

R + G + B ~ 28%. #304163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 99 = 212 (100%)
R 48 of 212 ~ 22.64%
G 65 of 212 ~ 30.66%
B 99 of 212 ~ 46.7%

%22.64
%30.66
%46.7

CMYK color model

#304163 color CMYK value is (52,34,0,61).

  • cyan value is 51.52%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(52,34,0,61)
C52M34Y0K61 
(52%,34%,0%,61%)
(0.52/0.34/0.00/0.61)	

CMYK percentages

%51.52
%34.34
%0
%61.18

Codes

Color #304163 in popluar color models

304163
RGB486599
HSL220°34.69%28.82%
HSB/HSV220°51.52%38.82%
CMYK51.52%34.34%0.00%
61.18%

Color #304163 in popluar number systems.

HEX304163
Decimal486599
Binary11000010000011100011
Octal60101143

Shades and tints

Shades of #304163

#304163
(48,65,99)
#2C3C5A
(44,60,90)
#283751
(40,55,81)
#243248
(36,50,72)
#202D3F
(32,45,63)
#1C2836
(28,40,54)
#18232D
(24,35,45)
#141E24
(20,30,36)
#10191B
(16,25,27)
#0C1412
(12,20,18)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #304163

#304163
(48,65,99)
#425271
(66,82,113)
#54637F
(84,99,127)
#66748D
(102,116,141)
#78859B
(120,133,155)
#8A96A9
(138,150,169)
#9CA7B7
(156,167,183)
#AEB8C5
(174,184,197)
#C0C9D3
(192,201,211)
#D2DAE1
(210,218,225)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304163; }

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

This text font color is #304163.


Background Color

.myBgColor { background-color: #304163; }

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

This div background color is #304163.


Border color

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

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

This div border color is #304163.


Opacity

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

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

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

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

This text has shadow with #304163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304163 on black background.


Color preview on white background

This text has color #304163 on white background.



Black color preview on #304163 background

This text has black color on #304163 background.


White color preview on #304163 background

This text has white color on #304163 background.