COLOR #303D62

HEX: #303D62
RGB: (48,61,98)

Color info

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

RGB color model

#303D62 color RGB value is (48,61,98).

  • red value is 48;
  • green value is 61;
  • blue value is 98.
RGB:
(48,61,98)
(19%,24%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 61 of 255 = 24%
B 98 of 255 = 38%

48
61
98

R + G + B ~ 27%. #303D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 61 + 98 = 207 (100%)
R 48 of 207 ~ 23.19%
G 61 of 207 ~ 29.47%
B 98 of 207 ~ 47.34%

%23.19
%29.47
%47.34

CMYK color model

#303D62 color CMYK value is (51,38,0,62).

  • cyan value is 51.02%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(51,38,0,62)
C51M38Y0K62 
(51%,38%,0%,62%)
(0.51/0.38/0.00/0.62)	

CMYK percentages

%51.02
%37.76
%0
%61.57

Codes

Color #303D62 in popluar color models

303D62
RGB486198
HSL224°34.25%28.63%
HSB/HSV224°51.02%38.43%
CMYK51.02%37.76%0.00%
61.57%

Color #303D62 in popluar number systems.

HEX303D62
Decimal486198
Binary1100001111011100010
Octal6075142

Shades and tints

Shades of #303D62

#303D62
(48,61,98)
#2C385A
(44,56,90)
#283352
(40,51,82)
#242E4A
(36,46,74)
#202942
(32,41,66)
#1C243A
(28,36,58)
#181F32
(24,31,50)
#141A2A
(20,26,42)
#101522
(16,21,34)
#0C101A
(12,16,26)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #303D62

#303D62
(48,61,98)
#424E70
(66,78,112)
#545F7E
(84,95,126)
#66708C
(102,112,140)
#78819A
(120,129,154)
#8A92A8
(138,146,168)
#9CA3B6
(156,163,182)
#AEB4C4
(174,180,196)
#C0C5D2
(192,197,210)
#D2D6E0
(210,214,224)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303D62 color. Also use rgb(48,61,98) instead hex code.

Text Font Color

.myTextColor { color: #303D62; }

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

This text font color is #303D62.


Background Color

.myBgColor { background-color: #303D62; }

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

This div background color is #303D62.


Border color

.myBorderColor { border: 1px solid #303D62; }

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

This div border color is #303D62.


Opacity

.myOpacity80 { color: #303D62; opacity: 0.8; }

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

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

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

This text has shadow with #303D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303D62 on black background.


Color preview on white background

This text has color #303D62 on white background.



Black color preview on #303D62 background

This text has black color on #303D62 background.


White color preview on #303D62 background

This text has white color on #303D62 background.