COLOR #301277

HEX: #301277
RGB: (48,18,119)

Color info

#301277 contains mainly blue color. Web safe color of #301277 is #330066 (or #306).

RGB color model

#301277 color RGB value is (48,18,119).

  • red value is 48;
  • green value is 18;
  • blue value is 119.
RGB:
(48,18,119)
(19%,7%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 18 of 255 = 7%
B 119 of 255 = 47%

48
18
119

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

Portions of RGB colors in percentages

R + G + B =
48 + 18 + 119 = 185 (100%)
R 48 of 185 ~ 25.95%
G 18 of 185 ~ 9.73%
B 119 of 185 ~ 64.32%

%25.95
%9.73
%64.32

CMYK color model

#301277 color CMYK value is (60,85,0,53).

  • cyan value is 59.66%
  • magenta value is 84.87%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(60,85,0,53)
C60M85Y0K53 
(60%,85%,0%,53%)
(0.60/0.85/0.00/0.53)	

CMYK percentages

%59.66
%84.87
%0
%53.33

Codes

Color #301277 in popluar color models

301277
RGB4818119
HSL258°73.72%26.86%
HSB/HSV258°84.87%46.67%
CMYK59.66%84.87%0.00%
53.33%

Color #301277 in popluar number systems.

HEX301277
Decimal4818119
Binary110000100101110111
Octal6022167

Shades and tints

Shades of #301277

#301277
(48,18,119)
#2C116D
(44,17,109)
#281063
(40,16,99)
#240F59
(36,15,89)
#200E4F
(32,14,79)
#1C0D45
(28,13,69)
#180C3B
(24,12,59)
#140B31
(20,11,49)
#100A27
(16,10,39)
#0C091D
(12,9,29)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #301277

#301277
(48,18,119)
#422783
(66,39,131)
#543C8F
(84,60,143)
#66519B
(102,81,155)
#7866A7
(120,102,167)
#8A7BB3
(138,123,179)
#9C90BF
(156,144,191)
#AEA5CB
(174,165,203)
#C0BAD7
(192,186,215)
#D2CFE3
(210,207,227)
#E4E4EF
(228,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301277; }

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

This text font color is #301277.


Background Color

.myBgColor { background-color: #301277; }

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

This div background color is #301277.


Border color

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

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

This div border color is #301277.


Opacity

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

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

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

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

This text has shadow with #301277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301277 on black background.


Color preview on white background

This text has color #301277 on white background.



Black color preview on #301277 background

This text has black color on #301277 background.


White color preview on #301277 background

This text has white color on #301277 background.