COLOR #303A57

HEX: #303A57
RGB: (48,58,87)

Color info

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

RGB color model

#303A57 color RGB value is (48,58,87).

  • red value is 48;
  • green value is 58;
  • blue value is 87.
RGB:
(48,58,87)
(19%,23%,34%)

RGB channels and saturation

R 48 of 255 = 19%
G 58 of 255 = 23%
B 87 of 255 = 34%

48
58
87

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

Portions of RGB colors in percentages

R + G + B =
48 + 58 + 87 = 193 (100%)
R 48 of 193 ~ 24.87%
G 58 of 193 ~ 30.05%
B 87 of 193 ~ 45.08%

%24.87
%30.05
%45.08

CMYK color model

#303A57 color CMYK value is (45,33,0,66).

  • cyan value is 44.83%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(45,33,0,66)
C45M33Y0K66 
(45%,33%,0%,66%)
(0.45/0.33/0.00/0.66)	

CMYK percentages

%44.83
%33.33
%0
%65.88

Codes

Color #303A57 in popluar color models

303A57
RGB485887
HSL225°28.89%26.47%
HSB/HSV225°44.83%34.12%
CMYK44.83%33.33%0.00%
65.88%

Color #303A57 in popluar number systems.

HEX303A57
Decimal485887
Binary1100001110101010111
Octal6072127

Shades and tints

Shades of #303A57

#303A57
(48,58,87)
#2C3550
(44,53,80)
#283049
(40,48,73)
#242B42
(36,43,66)
#20263B
(32,38,59)
#1C2134
(28,33,52)
#181C2D
(24,28,45)
#141726
(20,23,38)
#10121F
(16,18,31)
#0C0D18
(12,13,24)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #303A57

#303A57
(48,58,87)
#424B66
(66,75,102)
#545C75
(84,92,117)
#666D84
(102,109,132)
#787E93
(120,126,147)
#8A8FA2
(138,143,162)
#9CA0B1
(156,160,177)
#AEB1C0
(174,177,192)
#C0C2CF
(192,194,207)
#D2D3DE
(210,211,222)
#E4E4ED
(228,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303A57 color. Also use rgb(48,58,87) instead hex code.

Text Font Color

.myTextColor { color: #303A57; }

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

This text font color is #303A57.


Background Color

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

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

This div background color is #303A57.


Border color

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

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

This div border color is #303A57.


Opacity

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

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

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

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

This text has shadow with #303A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303A57 on black background.


Color preview on white background

This text has color #303A57 on white background.



Black color preview on #303A57 background

This text has black color on #303A57 background.


White color preview on #303A57 background

This text has white color on #303A57 background.