COLOR #303D54

HEX: #303D54
RGB: (48,61,84)

Color info

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

RGB color model

#303D54 color RGB value is (48,61,84).

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

RGB channels and saturation

R 48 of 255 = 19%
G 61 of 255 = 24%
B 84 of 255 = 33%

48
61
84

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

Portions of RGB colors in percentages

R + G + B =
48 + 61 + 84 = 193 (100%)
R 48 of 193 ~ 24.87%
G 61 of 193 ~ 31.61%
B 84 of 193 ~ 43.52%

%24.87
%31.61
%43.52

CMYK color model

#303D54 color CMYK value is (43,27,0,67).

  • cyan value is 42.86%
  • magenta value is 27.38%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(43,27,0,67)
C43M27Y0K67 
(43%,27%,0%,67%)
(0.43/0.27/0.00/0.67)	

CMYK percentages

%42.86
%27.38
%0
%67.06

Codes

Color #303D54 in popluar color models

303D54
RGB486184
HSL218°27.27%25.88%
HSB/HSV218°42.86%32.94%
CMYK42.86%27.38%0.00%
67.06%

Color #303D54 in popluar number systems.

HEX303D54
Decimal486184
Binary1100001111011010100
Octal6075124

Shades and tints

Shades of #303D54

#303D54
(48,61,84)
#2C384D
(44,56,77)
#283346
(40,51,70)
#242E3F
(36,46,63)
#202938
(32,41,56)
#1C2431
(28,36,49)
#181F2A
(24,31,42)
#141A23
(20,26,35)
#10151C
(16,21,28)
#0C1015
(12,16,21)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #303D54

#303D54
(48,61,84)
#424E63
(66,78,99)
#545F72
(84,95,114)
#667081
(102,112,129)
#788190
(120,129,144)
#8A929F
(138,146,159)
#9CA3AE
(156,163,174)
#AEB4BD
(174,180,189)
#C0C5CC
(192,197,204)
#D2D6DB
(210,214,219)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303D54; }

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

This text font color is #303D54.


Background Color

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

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

This div background color is #303D54.


Border color

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

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

This div border color is #303D54.


Opacity

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

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

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

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

This text has shadow with #303D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303D54 on black background.


Color preview on white background

This text has color #303D54 on white background.



Black color preview on #303D54 background

This text has black color on #303D54 background.


White color preview on #303D54 background

This text has white color on #303D54 background.