COLOR #301C3E

HEX: #301C3E
RGB: (48,28,62)

Color info

#301C3E contains red, green and blue colors in about the same proportion. Web safe color of #301C3E is #333333 (or #333).

RGB color model

#301C3E color RGB value is (48,28,62).

  • red value is 48;
  • green value is 28;
  • blue value is 62.
RGB:
(48,28,62)
(19%,11%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 28 of 255 = 11%
B 62 of 255 = 24%

48
28
62

R + G + B ~ 18%. #301C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 28 + 62 = 138 (100%)
R 48 of 138 ~ 34.78%
G 28 of 138 ~ 20.29%
B 62 of 138 ~ 44.93%

%34.78
%20.29
%44.93

CMYK color model

#301C3E color CMYK value is (23,55,0,76).

  • cyan value is 22.58%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(23,55,0,76)
C23M55Y0K76 
(23%,55%,0%,76%)
(0.23/0.55/0.00/0.76)	

CMYK percentages

%22.58
%54.84
%0
%75.69

Codes

Color #301C3E in popluar color models

301C3E
RGB482862
HSL275°37.78%17.65%
HSB/HSV275°54.84%24.31%
CMYK22.58%54.84%0.00%
75.69%

Color #301C3E in popluar number systems.

HEX301C3E
Decimal482862
Binary11000011100111110
Octal603476

Shades and tints

Shades of #301C3E

#301C3E
(48,28,62)
#2C1A39
(44,26,57)
#281834
(40,24,52)
#24162F
(36,22,47)
#20142A
(32,20,42)
#1C1225
(28,18,37)
#181020
(24,16,32)
#140E1B
(20,14,27)
#100C16
(16,12,22)
#0C0A11
(12,10,17)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #301C3E

#301C3E
(48,28,62)
#42304F
(66,48,79)
#544460
(84,68,96)
#665871
(102,88,113)
#786C82
(120,108,130)
#8A8093
(138,128,147)
#9C94A4
(156,148,164)
#AEA8B5
(174,168,181)
#C0BCC6
(192,188,198)
#D2D0D7
(210,208,215)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301C3E color. Also use rgb(48,28,62) instead hex code.

Text Font Color

.myTextColor { color: #301C3E; }

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

This text font color is #301C3E.


Background Color

.myBgColor { background-color: #301C3E; }

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

This div background color is #301C3E.


Border color

.myBorderColor { border: 1px solid #301C3E; }

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

This div border color is #301C3E.


Opacity

.myOpacity80 { color: #301C3E; opacity: 0.8; }

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

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

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

This text has shadow with #301C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301C3E on black background.


Color preview on white background

This text has color #301C3E on white background.



Black color preview on #301C3E background

This text has black color on #301C3E background.


White color preview on #301C3E background

This text has white color on #301C3E background.