COLOR #303876

HEX: #303876
RGB: (48,56,118)

Color info

#303876 contains mainly blue color. Web safe color of #303876 is #333366 (or #336).

RGB color model

#303876 color RGB value is (48,56,118).

  • red value is 48;
  • green value is 56;
  • blue value is 118.
RGB:
(48,56,118)
(19%,22%,46%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 118 of 255 = 46%

48
56
118

R + G + B ~ 29%. #303876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 118 = 222 (100%)
R 48 of 222 ~ 21.62%
G 56 of 222 ~ 25.23%
B 118 of 222 ~ 53.15%

%21.62
%25.23
%53.15

CMYK color model

#303876 color CMYK value is (59,53,0,54).

  • cyan value is 59.32%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(59,53,0,54)
C59M53Y0K54 
(59%,53%,0%,54%)
(0.59/0.53/0.00/0.54)	

CMYK percentages

%59.32
%52.54
%0
%53.73

Codes

Color #303876 in popluar color models

303876
RGB4856118
HSL233°42.17%32.55%
HSB/HSV233°59.32%46.27%
CMYK59.32%52.54%0.00%
53.73%

Color #303876 in popluar number systems.

HEX303876
Decimal4856118
Binary1100001110001110110
Octal6070166

Shades and tints

Shades of #303876

#303876
(48,56,118)
#2C336C
(44,51,108)
#282E62
(40,46,98)
#242958
(36,41,88)
#20244E
(32,36,78)
#1C1F44
(28,31,68)
#181A3A
(24,26,58)
#141530
(20,21,48)
#101026
(16,16,38)
#0C0B1C
(12,11,28)
#080612
(8,6,18)
#000000
(0,0,0)

Tints of #303876

#303876
(48,56,118)
#424A82
(66,74,130)
#545C8E
(84,92,142)
#666E9A
(102,110,154)
#7880A6
(120,128,166)
#8A92B2
(138,146,178)
#9CA4BE
(156,164,190)
#AEB6CA
(174,182,202)
#C0C8D6
(192,200,214)
#D2DAE2
(210,218,226)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303876 color. Also use rgb(48,56,118) instead hex code.

Text Font Color

.myTextColor { color: #303876; }

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

This text font color is #303876.


Background Color

.myBgColor { background-color: #303876; }

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

This div background color is #303876.


Border color

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

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

This div border color is #303876.


Opacity

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

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

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

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

This text has shadow with #303876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303876 on black background.


Color preview on white background

This text has color #303876 on white background.



Black color preview on #303876 background

This text has black color on #303876 background.


White color preview on #303876 background

This text has white color on #303876 background.