COLOR #302D63

HEX: #302D63
RGB: (48,45,99)

Color info

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

RGB color model

#302D63 color RGB value is (48,45,99).

  • red value is 48;
  • green value is 45;
  • blue value is 99.
RGB:
(48,45,99)
(19%,18%,39%)

RGB channels and saturation

R 48 of 255 = 19%
G 45 of 255 = 18%
B 99 of 255 = 39%

48
45
99

R + G + B ~ 25%. #302D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 45 + 99 = 192 (100%)
R 48 of 192 ~ 25%
G 45 of 192 ~ 23.44%
B 99 of 192 ~ 51.56%

%25
%23.44
%51.56

CMYK color model

#302D63 color CMYK value is (52,55,0,61).

  • cyan value is 51.52%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(52,55,0,61)
C52M55Y0K61 
(52%,55%,0%,61%)
(0.52/0.55/0.00/0.61)	

CMYK percentages

%51.52
%54.55
%0
%61.18

Codes

Color #302D63 in popluar color models

302D63
RGB484599
HSL243°37.50%28.24%
HSB/HSV243°54.55%38.82%
CMYK51.52%54.55%0.00%
61.18%

Color #302D63 in popluar number systems.

HEX302D63
Decimal484599
Binary1100001011011100011
Octal6055143

Shades and tints

Shades of #302D63

#302D63
(48,45,99)
#2C295A
(44,41,90)
#282551
(40,37,81)
#242148
(36,33,72)
#201D3F
(32,29,63)
#1C1936
(28,25,54)
#18152D
(24,21,45)
#141124
(20,17,36)
#100D1B
(16,13,27)
#0C0912
(12,9,18)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #302D63

#302D63
(48,45,99)
#424071
(66,64,113)
#54537F
(84,83,127)
#66668D
(102,102,141)
#78799B
(120,121,155)
#8A8CA9
(138,140,169)
#9C9FB7
(156,159,183)
#AEB2C5
(174,178,197)
#C0C5D3
(192,197,211)
#D2D8E1
(210,216,225)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #302D63 color. Also use rgb(48,45,99) instead hex code.

Text Font Color

.myTextColor { color: #302D63; }

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

This text font color is #302D63.


Background Color

.myBgColor { background-color: #302D63; }

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

This div background color is #302D63.


Border color

.myBorderColor { border: 1px solid #302D63; }

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

This div border color is #302D63.


Opacity

.myOpacity80 { color: #302D63; opacity: 0.8; }

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

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

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

This text has shadow with #302D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302D63 on black background.


Color preview on white background

This text has color #302D63 on white background.



Black color preview on #302D63 background

This text has black color on #302D63 background.


White color preview on #302D63 background

This text has white color on #302D63 background.