COLOR #301263

HEX: #301263 RGB: (48,18,99)

Color info

#301263 contains mainly red and blue colors. Web safe color of #301263 is #330066 (or #306).

RGB color model

#301263 color RGB value is (48,18,99).

RGB: (48,18,99) (19%, 7%, 39%)

RGB channels and saturation

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

48
18
99

R + G + B ~ 22%. #301263 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 18 + 99 = 165 (100%)
R 48 of 165 ~ 29.09%
G 18 of 165 ~ 10.91%
B 99 of 165 ~ 60'%

%29.09
%10.91
%60

CMYK color model

#301263 color CMYK value is (52,82,0,61).

  • cyan value is 51.52%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (52,82,0,61) C52M82Y0K61 (52%,82%,0%,61%) (0.52/0.82/0.00/0.61) 

CMYK percentages

%51.52
%81.82
%0
%61.18

Codes

Color #301263 in popluar color models

30 12 63
RGB 48 18 99
HSL 262° 69.23% 22.94%
HSB/HSV 262° 81.82% 38.82%
CMYK 51.52% 81.82% 0.00%
61.18%

Color #301263 in popluar number systems.

HEX 30 12 63
Decimal 48 18 99
Binary 110000 10010 1100011
Octal 60 22 143

Shades and tints

Shades of #301263

#301263
(48,18,99)
#2C115A
(44,17,90)
#281051
(40,16,81)
#240F48
(36,15,72)
#200E3F
(32,14,63)
#1C0D36
(28,13,54)
#180C2D
(24,12,45)
#140B24
(20,11,36)
#100A1B
(16,10,27)
#0C0912
(12,9,18)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #301263

#301263
(48,18,99)
#422771
(66,39,113)
#543C7F
(84,60,127)
#66518D
(102,81,141)
#78669B
(120,102,155)
#8A7BA9
(138,123,169)
#9C90B7
(156,144,183)
#AEA5C5
(174,165,197)
#C0BAD3
(192,186,211)
#D2CFE1
(210,207,225)
#E4E4EF
(228,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301263; }

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

This text font color is #301263.

Background Color

.myBgColor { background-color: #301263; }

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

This div background color is #301263.

Border color

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

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

This div border color is #301263.

Opacity

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

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

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

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

This text has shadow with #301263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301263.

Preview

Color preview on black background

This text has color #301263 on black background.


Color preview on white background

This text has color #301263 on white background.


Black color preview on #301263 background

This text has black color on #301263 background.


White color preview on #301263 background

This text has white color on #301263 background.


Related colors

Complementary color

Complementary color for #hex is #CFED9C.


I love getcolorcode.com

Triadic colors

1 #633012 and #126330 with #301263 are triadic colors.

2 #631230 and #123063 with #301263 are triadic colors.