COLOR #303760

HEX: #303760
RGB: (48,55,96)

Color info

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

RGB color model

#303760 color RGB value is (48,55,96).

  • red value is 48;
  • green value is 55;
  • blue value is 96.
RGB:
(48,55,96)
(19%,22%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 96 of 255 = 38%

48
55
96

R + G + B ~ 26%. #303760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 96 = 199 (100%)
R 48 of 199 ~ 24.12%
G 55 of 199 ~ 27.64%
B 96 of 199 ~ 48.24%

%24.12
%27.64
%48.24

CMYK color model

#303760 color CMYK value is (50,43,0,62).

  • cyan value is 50.00%
  • magenta value is 42.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(50,43,0,62)
C50M43Y0K62 
(50%,43%,0%,62%)
(0.50/0.43/0.00/0.62)	

CMYK percentages

%50
%42.71
%0
%62.35

Codes

Color #303760 in popluar color models

303760
RGB485596
HSL231°33.33%28.24%
HSB/HSV231°50.00%37.65%
CMYK50.00%42.71%0.00%
62.35%

Color #303760 in popluar number systems.

HEX303760
Decimal485596
Binary1100001101111100000
Octal6067140

Shades and tints

Shades of #303760

#303760
(48,55,96)
#2C3258
(44,50,88)
#282D50
(40,45,80)
#242848
(36,40,72)
#202340
(32,35,64)
#1C1E38
(28,30,56)
#181930
(24,25,48)
#141428
(20,20,40)
#100F20
(16,15,32)
#0C0A18
(12,10,24)
#080510
(8,5,16)
#000000
(0,0,0)

Tints of #303760

#303760
(48,55,96)
#42496E
(66,73,110)
#545B7C
(84,91,124)
#666D8A
(102,109,138)
#787F98
(120,127,152)
#8A91A6
(138,145,166)
#9CA3B4
(156,163,180)
#AEB5C2
(174,181,194)
#C0C7D0
(192,199,208)
#D2D9DE
(210,217,222)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303760 color. Also use rgb(48,55,96) instead hex code.

Text Font Color

.myTextColor { color: #303760; }

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

This text font color is #303760.


Background Color

.myBgColor { background-color: #303760; }

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

This div background color is #303760.


Border color

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

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

This div border color is #303760.


Opacity

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

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

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

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

This text has shadow with #303760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303760 on black background.


Color preview on white background

This text has color #303760 on white background.



Black color preview on #303760 background

This text has black color on #303760 background.


White color preview on #303760 background

This text has white color on #303760 background.