COLOR #30305E

HEX: #30305E
RGB: (48,48,94)

Color info

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

RGB color model

#30305E color RGB value is (48,48,94).

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

RGB channels and saturation

R 48 of 255 = 19%
G 48 of 255 = 19%
B 94 of 255 = 37%

48
48
94

R + G + B ~ 25%. #30305E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 94 = 190 (100%)
R 48 of 190 ~ 25.26%
G 48 of 190 ~ 25.26%
B 94 of 190 ~ 49.47%

%25.26
%25.26
%49.47

CMYK color model

#30305E color CMYK value is (49,49,0,63).

  • cyan value is 48.94%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(49,49,0,63)
C49M49Y0K63 
(49%,49%,0%,63%)
(0.49/0.49/0.00/0.63)	

CMYK percentages

%48.94
%48.94
%0
%63.14

Codes

Color #30305E in popluar color models

30305E
RGB484894
HSL240°32.39%27.84%
HSB/HSV240°48.94%36.86%
CMYK48.94%48.94%0.00%
63.14%

Color #30305E in popluar number systems.

HEX30305E
Decimal484894
Binary1100001100001011110
Octal6060136

Shades and tints

Shades of #30305E

#30305E
(48,48,94)
#2C2C56
(44,44,86)
#28284E
(40,40,78)
#242446
(36,36,70)
#20203E
(32,32,62)
#1C1C36
(28,28,54)
#18182E
(24,24,46)
#141426
(20,20,38)
#10101E
(16,16,30)
#0C0C16
(12,12,22)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #30305E

#30305E
(48,48,94)
#42426C
(66,66,108)
#54547A
(84,84,122)
#666688
(102,102,136)
#787896
(120,120,150)
#8A8AA4
(138,138,164)
#9C9CB2
(156,156,178)
#AEAEC0
(174,174,192)
#C0C0CE
(192,192,206)
#D2D2DC
(210,210,220)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30305E; }

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

This text font color is #30305E.


Background Color

.myBgColor { background-color: #30305E; }

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

This div background color is #30305E.


Border color

.myBorderColor { border: 1px solid #30305E; }

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

This div border color is #30305E.


Opacity

.myOpacity80 { color: #30305E; opacity: 0.8; }

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

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

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

This text has shadow with #30305E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30305E on black background.


Color preview on white background

This text has color #30305E on white background.



Black color preview on #30305E background

This text has black color on #30305E background.


White color preview on #30305E background

This text has white color on #30305E background.