COLOR #300743

HEX: #300743
RGB: (48,7,67)

Color info

#300743 contains mainly red and blue colors. Web safe color of #300743 is #330033 (or #303).

RGB color model

#300743 color RGB value is (48,7,67).

  • red value is 48;
  • green value is 7;
  • blue value is 67.
RGB:
(48,7,67)
(19%,3%,26%)

RGB channels and saturation

R 48 of 255 = 19%
G 7 of 255 = 3%
B 67 of 255 = 26%

48
7
67

R + G + B ~ 16%. #300743 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 7 + 67 = 122 (100%)
R 48 of 122 ~ 39.34%
G 7 of 122 ~ 5.74%
B 67 of 122 ~ 54.92%

%39.34
%54.92

CMYK color model

#300743 color CMYK value is (28,90,0,74).

  • cyan value is 28.36%
  • magenta value is 89.55%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(28,90,0,74)
C28M90Y0K74 
(28%,90%,0%,74%)
(0.28/0.90/0.00/0.74)	

CMYK percentages

%28.36
%89.55
%0
%73.73

Codes

Color #300743 in popluar color models

300743
RGB48767
HSL281°81.08%14.51%
HSB/HSV281°89.55%26.27%
CMYK28.36%89.55%0.00%
73.73%

Color #300743 in popluar number systems.

HEX300743
Decimal48767
Binary1100001111000011
Octal607103

Shades and tints

Shades of #300743

#300743
(48,7,67)
#2C073D
(44,7,61)
#280737
(40,7,55)
#240731
(36,7,49)
#20072B
(32,7,43)
#1C0725
(28,7,37)
#18071F
(24,7,31)
#140719
(20,7,25)
#100713
(16,7,19)
#0C070D
(12,7,13)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #300743

#300743
(48,7,67)
#421D54
(66,29,84)
#543365
(84,51,101)
#664976
(102,73,118)
#785F87
(120,95,135)
#8A7598
(138,117,152)
#9C8BA9
(156,139,169)
#AEA1BA
(174,161,186)
#C0B7CB
(192,183,203)
#D2CDDC
(210,205,220)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300743; }

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

This text font color is #300743.


Background Color

.myBgColor { background-color: #300743; }

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

This div background color is #300743.


Border color

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

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

This div border color is #300743.


Opacity

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

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

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

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

This text has shadow with #300743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300743 on black background.


Color preview on white background

This text has color #300743 on white background.



Black color preview on #300743 background

This text has black color on #300743 background.


White color preview on #300743 background

This text has white color on #300743 background.