COLOR #303053

HEX: #303053
RGB: (48,48,83)

Color info

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

RGB color model

#303053 color RGB value is (48,48,83).

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

RGB channels and saturation

R 48 of 255 = 19%
G 48 of 255 = 19%
B 83 of 255 = 33%

48
48
83

R + G + B ~ 24%. #303053 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 83 = 179 (100%)
R 48 of 179 ~ 26.82%
G 48 of 179 ~ 26.82%
B 83 of 179 ~ 46.37%

%26.82
%26.82
%46.37

CMYK color model

#303053 color CMYK value is (42,42,0,67).

  • cyan value is 42.17%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(42,42,0,67)
C42M42Y0K67 
(42%,42%,0%,67%)
(0.42/0.42/0.00/0.67)	

CMYK percentages

%42.17
%42.17
%0
%67.45

Codes

Color #303053 in popluar color models

303053
RGB484883
HSL240°26.72%25.69%
HSB/HSV240°42.17%32.55%
CMYK42.17%42.17%0.00%
67.45%

Color #303053 in popluar number systems.

HEX303053
Decimal484883
Binary1100001100001010011
Octal6060123

Shades and tints

Shades of #303053

#303053
(48,48,83)
#2C2C4C
(44,44,76)
#282845
(40,40,69)
#24243E
(36,36,62)
#202037
(32,32,55)
#1C1C30
(28,28,48)
#181829
(24,24,41)
#141422
(20,20,34)
#10101B
(16,16,27)
#0C0C14
(12,12,20)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #303053

#303053
(48,48,83)
#424262
(66,66,98)
#545471
(84,84,113)
#666680
(102,102,128)
#78788F
(120,120,143)
#8A8A9E
(138,138,158)
#9C9CAD
(156,156,173)
#AEAEBC
(174,174,188)
#C0C0CB
(192,192,203)
#D2D2DA
(210,210,218)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303053; }

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

This text font color is #303053.


Background Color

.myBgColor { background-color: #303053; }

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

This div background color is #303053.


Border color

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

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

This div border color is #303053.


Opacity

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

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

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

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

This text has shadow with #303053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303053 on black background.


Color preview on white background

This text has color #303053 on white background.



Black color preview on #303053 background

This text has black color on #303053 background.


White color preview on #303053 background

This text has white color on #303053 background.